dotfiles

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

commit f3d69e8a415ab53ba16a0a2dc66c440714fece23
parent 4fabbc1eb4840fc7ca7044a0cba7b380f3d8cf35
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 11 Oct 2017 09:11:02 +0100

adjusted dotshare theme colors 7 and 15 to match fg

Diffstat:
Murxvt-colors/dotshare.Xcolors | 4++--
Murxvt/.Xdefaults | 6+++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/urxvt-colors/dotshare.Xcolors b/urxvt-colors/dotshare.Xcolors @@ -33,6 +33,6 @@ *.color14: #42717b ! white -*.color7: #dddddd -*.color15: #dddddd +*.color7: #d8d0c7 +*.color15: #d8d0c7 diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -85,6 +85,5 @@ urxvt.iso14755: false *.color14: #42717b ! white -*.color7: #dddddd -*.color15: #dddddd - +*.color7: #d8d0c7 +*.color15: #d8d0c7 +\ No newline at end of file