diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-15 14:03:09 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-15 14:03:09 +0100 |
commit | 6905425fac0df000d0eb3a76a2b4bfd934b6556c (patch) | |
tree | 56461b6dd65e87ae075c34f2a7cb40c795ca9a18 | |
parent | 33dea7a522b7afb441a318a7f36095df8e3fe7f1 (diff) |
Reset seoul256 colorscheme defaults
-rw-r--r-- | Xresources/seoul | 6 | ||||
-rw-r--r-- | vim/vimrc | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/Xresources/seoul b/Xresources/seoul index 344ec3c..8b282e9 100644 --- a/Xresources/seoul +++ b/Xresources/seoul @@ -1,12 +1,10 @@ # include ".Xresources/base" ! Border color -/* URxvt.borderColor: #3a3a3a */ -URxvt*borderColor: #4B4B4B +URxvt.borderColor: #3a3a3a ! Background / Foreground -/* URxvt*background: #3a3a3a */ -URxvt*background: #4B4B4B +URxvt*background: #3a3a3a URxvt*foreground: #d0d0d0 ! Other colors @@ -235,7 +235,6 @@ elseif $COLORSCHEME=="dark" silent! colo solarized set background=dark elseif $COLORSCHEME=="seoul" - let g:seoul256_background = 239 silent! colo seoul256 elseif $COLORSCHEME=="molokai" silent! colo molokai |