diff options
-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 |