summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-19 05:41:21 +0300
committerdefanor <defanor@uberspace.net>2017-12-19 05:41:21 +0300
commit200b2eb5caec7f05631c79becde4fdb356ddfffe (patch)
treef8cb02474b03f43ea6b4fb7f8c0e575ecdfacf8a
parent378b02d139002e1e5b9263fc2802c98c28fa66ab (diff)
Make xterm colors lighter
-rw-r--r--.Xresources48
1 files changed, 32 insertions, 16 deletions
diff --git a/.Xresources b/.Xresources
index d5363a6..a9f95bd 100644
--- a/.Xresources
+++ b/.Xresources
@@ -1,25 +1,41 @@
! Blueish theme
+
+! hinting
+Xft.hintstyle: hintmedium
+Xft.hinting: true
+
+! xterm
+xterm*faceName: DejaVu Sans Mono
+xterm*faceSize: 11
+xterm*rightScrollBar: true
+xterm*eightBitInput: false
xterm*background: #091419
xterm*foreground: #c0d0d6
xterm*cursorColor: #F8F8F0
-xterm*color0: #101010
-xterm*color1: #960050
-xterm*color2: #66aa11
-xterm*color3: #c47f2c
-xterm*color4: #30309b
-xterm*color5: #7e40a5
-xterm*color6: #3579a8
-xterm*color7: #9999aa
-xterm*color8: #303030
+! black
+xterm*color0: #202020
+xterm*color8: #404040
+! red
+xterm*color1: #e63050
xterm*color9: #ff90c0
+! green
+xterm*color2: #76aa11
xterm*color10: #80ff00
-xterm*color11: #ffba68
-xterm*color12: #5f5fee
-xterm*color13: #bb88dd
+! yellow
+xterm*color3: #c4af2c
+xterm*color11: #fffa68
+! blue
+xterm*color4: #3080ee
+xterm*color12: #4f8fff
+! magenta
+xterm*color5: #8e50b5
+xterm*color13: #cc99ff
+! cyan
+xterm*color6: #4599c8
xterm*color14: #4eb4fa
+! white
+xterm*color7: #9999aa
xterm*color15: #d0d0d0
-xterm*faceName: DejaVu Sans Mono
-xterm*faceSize: 11
-xterm*rightScrollBar: true
-xterm*eightBitInput: false
+
+! emacs
Emacs.font: DejaVu Sans Mono-11