diff options
author | Ethan Schoonover <es@ethanschoonover.com> | 2011-03-15 09:31:23 -0700 |
---|---|---|
committer | Ethan Schoonover <es@ethanschoonover.com> | 2011-03-15 09:31:23 -0700 |
commit | bdfa2c220505ef457cc5187f390c5290edc4ec20 (patch) | |
tree | 3f15bf425cfa4f4e2c8aa9b1e1295ca141cd03c8 | |
parent | a02afccf1299afc09423661b0f27ab05fcf43dc4 (diff) | |
download | vim-colors-solarized-bdfa2c220505ef457cc5187f390c5290edc4ec20.tar.gz |
[vim] solarized in yellow-yellow state
-rw-r--r-- | colors/solarized.vim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index 43b00a3..05a89d4 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -297,12 +297,9 @@ if has("gui_running") && g:solarized_degrade == 0 let s:g_blue = "#268bd2" let s:g_cyan = "#2aa198" let s:g_green = "#859900" -"" yellow + let s:g_base2 = "#eee8d5" let s:g_base3 = "#fdf6e3" -"" blue - let s:g_base2 = "#e7e9de" - let s:g_base3 = "#f6f7ed" else " these colors are for non-gui vim when CSApprox is installed. CSApprox |