URXVT: Changed colors

Changed colors to resemble the emacs naquadah theme more
This commit is contained in:
Tom Willemsen 2011-05-17 00:47:19 +02:00
parent a252e892a9
commit d3a9901bbc

View file

@ -30,28 +30,28 @@ urxvt.background: #252A2B
urxvt.foreground: #EEEEEC urxvt.foreground: #EEEEEC
! black + red ! black + red
urxvt*color0: #0C191C urxvt*color0: #0C191C
urxvt*color1: red3 urxvt*color1: #A40000
! green + yellow ! green + yellow
urxvt*color2: green3 urxvt*color2: #4E9A06
urxvt*color3: #FF9800 urxvt*color3: #EDD400
! blue + purple ! blue + purple
urxvt*color4: royal blue urxvt*color4: #204A87
urxvt*color5: magenta3 urxvt*color5: #5C3566
! cyan + white ! cyan + white
urxvt*color6: cyan3 urxvt*color6: cyan3
urxvt*color7: #EEEEEC urxvt*color7: #BABDB6
! bright-black + birhgt-red ! bright-black + birhgt-red
urxvt*color8: #252A2B urxvt*color8: #252A2B
urxvt*color9: red urxvt*color9: #EF2929
! bright-green + bright-yellow ! bright-green + bright-yellow
urxvt*color10: green urxvt*color10: #8AE234
urxvt*color11: yellow urxvt*color11: #FCE84F
! bright-blue + bright-purple ! bright-blue + bright-purple
urxvt*color12: #5C5CFF urxvt*color12: #729FCF
urxvt*color13: magenta urxvt*color13: #AD8FA8
! bright-cyan + bright-white ! bright-cyan + bright-white
urxvt*color14: cyan urxvt*color14: cyan
urxvt*color15: white urxvt*color15: #EEEEEC
xterm*background: #252A2B xterm*background: #252A2B
xterm*foreground: #EEEEEC xterm*foreground: #EEEEEC