From b45ae5e111825359d7f8037cd81425cb68cc2a78 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 29 Oct 2011 12:25:30 +0200 Subject: XDEFAULTS: Fix file mode --- .Xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 6f3c942..0434bc8 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,4 +1,4 @@ -! -*- mode: conf-xdefaults mode:rainbow -*- +! -*- mode: conf-xdefaults; mode: rainbow -*- ! General urxvt*loginShell: true urxvt*scrollBar: false -- cgit v1.2.3-54-g00ecf From 3939a5504e4791a598b64ddc089a0245bdcc467a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 29 Oct 2011 12:27:08 +0200 Subject: XDEFAULTS: Colors for urxvt closer to naquadah again --- .Xdefaults | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 0434bc8..bdb3933 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -27,32 +27,32 @@ urxvt*cursorColor: #DCDCCC urxvt*shading: 10 urxvt*transparent: true ! - color scheme -urxvt.background: #252a2b -urxvt.foreground: #eeeeec +urxvt.background: #1c1c1c +urxvt.foreground: #dadada ! black + red -urxvt*color0: #555753 -urxvt*color1: #cc0000 +urxvt*color0: #585858 +urxvt*color1: #d70000 ! green + yellow -urxvt*color2: #73d216 -urxvt*color3: #edd400 +urxvt*color2: #5fd700 +urxvt*color3: #ffd700 ! blue + purple -urxvt*color4: #3465a4 -urxvt*color5: #75507b +urxvt*color4: #5f5fff +urxvt*color5: #875f87 ! cyan + white -urxvt*color6: #c17d11 -urxvt*color7: #f57900 +urxvt*color6: #d78700 +urxvt*color7: #ff8700 ! bright-black + birhgt-red -urxvt*color8: #888a85 -urxvt*color9: #ef2929 +urxvt*color8: #8a8a8a +urxvt*color9: #ff0000 ! bright-green + bright-yellow -urxvt*color10: #8ae234 -urxvt*color11: #fce84f +urxvt*color10: #5fff00 +urxvt*color11: #ffd75f ! bright-blue + bright-purple -urxvt*color12: #729fcf -urxvt*color13: #ad8fa8 +urxvt*color12: #87d7ff +urxvt*color13: #d787d7 ! bright-cyan + bright-white -urxvt*color14: #e9b96e -urxvt*color15: #fcaf3e +urxvt*color14: #d7af87 +urxvt*color15: #ffaf00 xterm*background: #252A2B -- cgit v1.2.3-54-g00ecf