summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xresources/seoul6
-rw-r--r--vim/vimrc1
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
diff --git a/vim/vimrc b/vim/vimrc
index 7e8b326..c91a1ac 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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