From: James Bunton Date: Thu, 26 Jul 2007 09:05:16 +0000 (+1000) Subject: Improved colours for urxvt X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/fd9084e970b14033bf6c9a9b543b7348466e8f1f Improved colours for urxvt --- diff --git a/.Xresources b/.Xresources index 63c559f..93fef59 100644 --- a/.Xresources +++ b/.Xresources @@ -1,28 +1,35 @@ ! Nicer colours URxvt.color0: #000000 -URxvt.color1: #A80000 -URxvt.color2: #00A800 -URxvt.color3: #A8A800 -URxvt.color4: #0000A8 -URxvt.color5: #A800A8 -URxvt.color6: #00A8A8 -URxvt.color7: #A8A8A8 -URxvt.color8: #000054 -URxvt.color9: #FF0054 -URxvt.color10: #00FF54 -URxvt.color11: #FFFF54 -URxvt.color12: #0000FF -URxvt.color13: #FF00FF -URxvt.color14: #00FFFF +URxvt.color1: #BB0000 +URxvt.color2: #00BB00 +URxvt.color3: #BBBB00 +URxvt.color4: #0000BB +URxvt.color5: #BB00BB +URxvt.color6: #00BBBB +URxvt.color7: #BBBBBB +URxvt.color8: #555555 +URxvt.color9: #FF5555 +URxvt.color10: #55FF55 +URxvt.color11: #FFFF55 +URxvt.color12: #5555FF +URxvt.color13: #FF55FF +URxvt.color14: #55FFFF URxvt.color15: #FFFFFF -! Partial transparency -URxvt.background: white -URxvt.foreground: black +! Partial transparency for a dark on light terminal +URxvt.background: #FFFFFF +URxvt.foreground: #000000 URxvt.inheritPixmap: True -URxvt.tintColor: black +URxvt.tintColor: #000000 URxvt.shading: -10 +! Partial transparency for a light on dark terminal +!URxvt.background: #000000 +!URxvt.foreground: #BBBBBB +!URxvt.inheritPixmap: True +!URxvt.tintColor: #FFFFFF +!URxvt.shading: 10 + ! urxvt behaves identically to xterm-color and a lot more programs know about ! xterm-color, so we fake it URxvt.termName: xterm-color