summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-02 23:23:18 +0100
committerGravatar Tom Willemsen2011-11-02 23:23:18 +0100
commitb95554146d7bf5b5ed0997b2a3616bd3bd7d17fe (patch)
tree9977e103064c0239ccd2ef769776af46feaae822 /.Xdefaults
parentb3e316e752f536e0ae3dd7de2b8310d16ca2c073 (diff)
downloaddotfiles-b95554146d7bf5b5ed0997b2a3616bd3bd7d17fe.tar.gz
dotfiles-b95554146d7bf5b5ed0997b2a3616bd3bd7d17fe.zip
XDEFAULTS: Minor color tweaks
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults10
1 files changed, 5 insertions, 5 deletions
diff --git a/.Xdefaults b/.Xdefaults
index eefda9c..a3cb890 100644
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -16,17 +16,17 @@ urxvt*urlLauncher: chromium
urxvt*matcher.button: 1
! Appearance
-urxvt*font: xft:DejaVu Sans Mono-10:antialias=true
-urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true
+urxvt*font: xft:DejaVu Sans Mono:pixelsize=16:antialias=true
+urxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=16:style=bold:antialias=true
! - color scheme
urxvt.background: #000000
urxvt.foreground: #ff9800
! black + red
-!urxvt*color0: #000000
+urxvt*color0: #0c181c
urxvt*color1: #800000
! green + yellow
urxvt*color2: #5a8e3a
-!urxvt*color3: #ffd700
+urxvt*color3: #e3e300
! blue + purple
urxvt*color4: RoyalBlue
urxvt*color5: #ad7fa8
@@ -34,7 +34,7 @@ urxvt*color5: #ad7fa8
!urxvt*color6: #d78700
urxvt*color7: #ececec
! bright-black + birhgt-red
-urxvt*color8: #0c181c
+urxvt*color8: #2e3436
!urxvt*color9: #ff0000
! bright-green + bright-yellow
!urxvt*color10: #5fff00