From 814fe46a5efd76033a71100cd9ef076d8dc5ed1d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 27 Jul 2011 23:53:27 +0200 Subject: LCARSified colors a bit --- Xdefaults | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'Xdefaults') diff --git a/Xdefaults b/Xdefaults index ad634f7..325f2f3 100644 --- a/Xdefaults +++ b/Xdefaults @@ -1,4 +1,4 @@ -! -*- mode: conf-xdefaults rainbow -*- +! -*- mode: conf-xdefaults mode:rainbow -*- ! General urxvt*loginShell: true urxvt*scrollBar: false @@ -27,32 +27,32 @@ urxvt*cursorColor: #DCDCCC urxvt*shading: 20 urxvt*transparent: true ! - color scheme -urxvt.background: #252A2B -urxvt.foreground: #EEEEEC +urxvt.background: #000000 +urxvt.foreground: #FF9900 ! black + red -urxvt*color0: #0C191C -urxvt*color1: #A40000 +urxvt*color0: #CC6699 +urxvt*color1: #FF9966 ! green + yellow -urxvt*color2: #4E9A06 -urxvt*color3: #EDD400 +urxvt*color2: #9999FF +urxvt*color3: #FFCC99 ! blue + purple -urxvt*color4: #204A87 -urxvt*color5: #5C3566 +urxvt*color4: #CC6666 +urxvt*color5: #9999CC ! cyan + white -urxvt*color6: cyan3 -urxvt*color7: #BABDB6 +urxvt*color6: #CC99CC +urxvt*color7: #000000 ! bright-black + birhgt-red -urxvt*color8: #252A2B -urxvt*color9: #EF2929 +urxvt*color8: #DD77AA +urxvt*color9: #FFAA77 ! bright-green + bright-yellow -urxvt*color10: #8AE234 -urxvt*color11: #FCE84F +urxvt*color10: #AAAAFF +urxvt*color11: #FFDDAA ! bright-blue + bright-purple -urxvt*color12: #729FCF -urxvt*color13: #AD8FA8 +urxvt*color12: #DD7777 +urxvt*color13: #AAAADD ! bright-cyan + bright-white -urxvt*color14: cyan -urxvt*color15: #EEEEEC +urxvt*color14: #DDAADD +urxvt*color15: #FF0000 xterm*background: #252A2B xterm*foreground: #EEEEEC -- cgit v1.2.3-54-g00ecf