dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 3bb79b0e93cee3e5069c7d028eb7354e8b3d454f
parent 5b15b1cd4c70fe0970fe2044ce464b08536df472
Author: dudley <pyratebeard@gmail.com>
Date:   Sat, 22 Oct 2016 18:23:24 +0100

transparent turned off. some colour changes

Diffstat:
Murxvt/.Xdefaults | 15+++++++--------
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