commit 3b2e72678ef5d508c613f9e8fd418c0d9d74d8e2
parent d51da2daa8424949885265c26af84631f1030411
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 22 Oct 2016 19:31:39 +0100
transparency turned off and some colours changed
Diffstat:
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults
@@ -14,8 +14,8 @@ urxvt*lineSpace: -1
 
 ! interface
 urxvt*scrollBar: false
-urxvt*transparent: true
-urxvt*shading: 05
+!urxvt*transparent: true
+!urxvt*shading: 05
 urxvt*cursorBlink: true
 
 ! clipboard
@@ -36,8 +36,6 @@ urxvt.matcher.button: 1
 urxvt.saveLines: 9999
 urxvt.iso14755: false
 
-
-! decker colorscheme
 ! special
 *.foreground:   #d9d9d9
 *.background:   #0b0b0b
@@ -49,7 +47,7 @@ urxvt.iso14755: false
 
 ! red
 *.color1:       #c33027
-*.color9:       #d85a21
+*.color9:       #21bed8
 
 ! green
 *.color2:       #61b343
@@ -64,8 +62,8 @@ urxvt.iso14755: false
 *.color12:      #33859d
 
 ! magenta
-*.color5:       #4e5165
-*.color13:      #693699
+*.color5:       #3c6465
+*.color13:      #246184
 
 ! cyan
 *.color6:       #019cb3
@@ -73,4 +71,4 @@ urxvt.iso14755: false
 
 ! white
 *.color7:       #98d1ce
-*.color15:      #d3ebe9
+*.color15:      #d3ebe9
+\ No newline at end of file