]> code.delx.au - dotfiles/commitdiff
Improved colours for urxvt
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 26 Jul 2007 09:05:16 +0000 (19:05 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 26 Jul 2007 09:05:16 +0000 (19:05 +1000)
.Xresources

index 63c559f442edd23a17e8fc95a35a211527d1c894..93fef59f249487dee6072015456670d421b73cff 100644 (file)
@@ -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