[vim] massive solarized refinement

This commit is contained in:
Ethan Schoonover 2011-03-10 02:06:17 -08:00
parent 5f361475e5
commit 382cc06814
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@ let colors_name = "solarized"
" neutral gray monotone palette component)
if has("gui_running") && g:solarized_degrade == 0
let s:g_back = "#00141b"
"8 let s:g_back = "#071a21"
"9 let s:g_back = "#0a1c23"
let s:g_back = "#071a21"
let s:g_back = "#0a1c23"
let s:g_base03 = "#00141b"
let s:g_base02 = "#13242a"