diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-01-08 14:42:16 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-01-08 14:42:16 +0100 |
commit | b41d571af772637f7bcb3555eb2291cc5a37152b (patch) | |
tree | f7c841fb02de29072faa89f19ecb564e7f4ce15e /xorg | |
parent | 4190b8bbcbd4dc6cf0a65884b09548f3bb8574c0 (diff) |
More gray for terminal background
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xdefaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/xdefaults b/xorg/xdefaults index 9ae58c8..943962c 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -36,7 +36,8 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] # Colors #URxvt*cursorColor: #6E8558 -URxvt*background: #0e1310 +#URxvt*background: #0e1310 +URxvt*background: #141213 URxvt*foreground: #ffffff URxvt*colorBD: #FFFFFF URxvt*colorUL: #FFFFFF |