From 51d3b5807781a5ccde120cc8f355d393d9bfc9d0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 2 Nov 2011 21:56:01 +0100 Subject: XDEFAULTS: Change colors, remove comments --- .Xdefaults | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index b2d0dac..42adaeb 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -16,43 +16,35 @@ urxvt*urlLauncher: chromium urxvt*matcher.button: 1 ! Appearance -! - use a bitmap font -!urxvt*font: -*-tamsyn-medium-*-*-*-15-*-*-*-*-*-*-* -!urxvt*boldFont: -*-tamsyn-bold-*-*-*-15-*-*-*-*-*-*-* urxvt*font: xft:DejaVu Sans Mono-10:antialias=true urxvt*boldFont: xft:DejaVu Sans Mono-10:style=bold:antialias=true -! - cursor -urxvt*cursorColor: #DCDCCC -! - pseudo transparency -urxvt*shading: 10 -urxvt*transparent: true ! - color scheme -urxvt.background: #1c1c1c -urxvt.foreground: #dadada +urxvt.background: #000000 +urxvt.foreground: #ff9800 ! black + red -urxvt*color0: #000000 -urxvt*color1: #d70000 +!urxvt*color0: #000000 +urxvt*color1: Red3 ! green + yellow -urxvt*color2: #5fd700 -urxvt*color3: #ffd700 +!urxvt*color2: #5fd700 +!urxvt*color3: #ffd700 ! blue + purple -urxvt*color4: #5f5fff -urxvt*color5: #875f87 +urxvt*color4: RoyalBlue +urxvt*color5: #ad7fa8 ! cyan + white -urxvt*color6: #d78700 -urxvt*color7: #ff8700 +!urxvt*color6: #d78700 +urxvt*color7: #ececec ! bright-black + birhgt-red -urxvt*color8: #8a8a8a -urxvt*color9: #ff0000 +urxvt*color8: #0c181c +!urxvt*color9: #ff0000 ! bright-green + bright-yellow -urxvt*color10: #5fff00 -urxvt*color11: #ffd75f +!urxvt*color10: #5fff00 +!urxvt*color11: #ffd75f ! bright-blue + bright-purple -urxvt*color12: #87d7ff -urxvt*color13: #d787d7 +!urxvt*color12: #87d7ff +urxvt*color13: #ad68a6 ! bright-cyan + bright-white -urxvt*color14: #d7af87 -urxvt*color15: #ffaf00 +!urxvt*color14: #d7af87 +!urxvt*color15: #ffaf00 xterm*background: #252A2B -- cgit v1.2.3-54-g00ecf