mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Update light templates.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||||
" Website: https://github.com/lifepillar/vim-solarized8
|
" Website: https://github.com/lifepillar/vim-solarized8
|
||||||
" License: OSI approved MIT license
|
" License: OSI approved MIT license
|
||||||
" Last Updated: Sat Oct 28 22:11:13 2017
|
" Last Updated: Sun Oct 29 21:17:23 2017
|
||||||
|
|
||||||
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
||||||
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
||||||
@@ -41,15 +41,11 @@ let g:colors_name = 'solarized8_light_flat'
|
|||||||
" base2: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
" base2: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
||||||
|
|
||||||
if get(g:, 'solarized_use16', 1)
|
if get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=11 ctermbg=15 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=11 ctermbg=15 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=15 guifg=NONE guibg=#fdf6e3 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
@@ -84,6 +80,10 @@ hi NonText ctermfg=12 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NON
|
|||||||
hi SpecialKey ctermfg=12 ctermbg=7 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=12 ctermbg=7 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=15 guifg=NONE guibg=#fdf6e3 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -124,26 +124,20 @@ hi SpellRare ctermfg=6 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cterm
|
|||||||
if get(g:, "solarized_statusline", "") == "low"
|
if get(g:, "solarized_statusline", "") == "low"
|
||||||
hi StatusLine ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi StatusLine ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi StatusLineNC ctermfg=7 ctermbg=14 guifg=#eee8d5 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi StatusLineNC ctermfg=7 ctermbg=14 guifg=#eee8d5 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi TabLine ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineFill ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineSel ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi TabLineSel ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi NormalMode ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi NormalMode ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
|
else
|
||||||
|
hi StatusLine ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
hi StatusLineNC ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
hi TabLineSel ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi NormalMode ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
endif
|
||||||
|
hi TabLine ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi TabLineFill ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi InsertMode ctermfg=7 ctermbg=6 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi InsertMode ctermfg=7 ctermbg=6 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi ReplaceMode ctermfg=7 ctermbg=9 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi ReplaceMode ctermfg=7 ctermbg=9 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi VisualMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi VisualMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi CommandMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi CommandMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
else
|
|
||||||
hi StatusLine ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi StatusLineNC ctermfg=7 ctermbg=10 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi TabLine ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineFill ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineSel ctermfg=0 ctermbg=7 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi NormalMode ctermfg=7 ctermbg=0 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi InsertMode ctermfg=7 ctermbg=6 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi ReplaceMode ctermfg=7 ctermbg=9 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi VisualMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi CommandMode ctermfg=7 ctermbg=5 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
endif
|
|
||||||
hi! link StatusLineTerm StatusLine
|
hi! link StatusLineTerm StatusLine
|
||||||
hi! link StatusLineTermNC StatusLineNC
|
hi! link StatusLineTermNC StatusLineNC
|
||||||
hi VertSplit ctermfg=7 ctermbg=7 guifg=#eee8d5 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi VertSplit ctermfg=7 ctermbg=7 guifg=#eee8d5 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
@@ -395,15 +389,11 @@ let g:terminal_color_2='#859900'
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if !get(g:, 'solarized_use16', 1)
|
if !get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=66 ctermbg=230 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=66 ctermbg=230 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=230 guifg=NONE guibg=#fdf6e3 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
@@ -438,6 +428,10 @@ hi NonText ctermfg=246 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=246 ctermbg=254 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=246 ctermbg=254 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=230 guifg=NONE guibg=#fdf6e3 guisp=#93a1a1 cterm=NONE,underline gui=NONE,underline
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -478,26 +472,20 @@ hi SpellRare ctermfg=37 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cter
|
|||||||
if get(g:, "solarized_statusline", "") == "low"
|
if get(g:, "solarized_statusline", "") == "low"
|
||||||
hi StatusLine ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi StatusLine ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi StatusLineNC ctermfg=254 ctermbg=247 guifg=#eee8d5 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi StatusLineNC ctermfg=254 ctermbg=247 guifg=#eee8d5 guibg=#93a1a1 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi TabLine ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineFill ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineSel ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi TabLineSel ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi NormalMode ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi NormalMode ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
|
else
|
||||||
|
hi StatusLine ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
hi StatusLineNC ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
hi TabLineSel ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi NormalMode ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
|
endif
|
||||||
|
hi TabLine ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi TabLineFill ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi InsertMode ctermfg=254 ctermbg=37 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi InsertMode ctermfg=254 ctermbg=37 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi ReplaceMode ctermfg=254 ctermbg=166 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi ReplaceMode ctermfg=254 ctermbg=166 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi VisualMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi VisualMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
hi CommandMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
hi CommandMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,bold,reverse gui=NONE,bold,reverse
|
||||||
else
|
|
||||||
hi StatusLine ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi StatusLineNC ctermfg=254 ctermbg=242 guifg=#eee8d5 guibg=#586e75 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi TabLine ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineFill ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi TabLineSel ctermfg=236 ctermbg=254 guifg=#073642 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi NormalMode ctermfg=254 ctermbg=236 guifg=#eee8d5 guibg=#073642 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi InsertMode ctermfg=254 ctermbg=37 guifg=#eee8d5 guibg=#2aa198 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi ReplaceMode ctermfg=254 ctermbg=166 guifg=#eee8d5 guibg=#cb4b16 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi VisualMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
hi CommandMode ctermfg=254 ctermbg=162 guifg=#eee8d5 guibg=#d33682 guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
|
||||||
endif
|
|
||||||
hi! link StatusLineTerm StatusLine
|
hi! link StatusLineTerm StatusLine
|
||||||
hi! link StatusLineTermNC StatusLineNC
|
hi! link StatusLineTermNC StatusLineNC
|
||||||
hi VertSplit ctermfg=254 ctermbg=254 guifg=#eee8d5 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi VertSplit ctermfg=254 ctermbg=254 guifg=#eee8d5 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
@@ -767,11 +755,16 @@ endif
|
|||||||
" Color: green #859900 ~ 2
|
" Color: green #859900 ~ 2
|
||||||
" Color: back #fdf6e3 ~ 15
|
" Color: back #fdf6e3 ~ 15
|
||||||
" Background: light
|
" Background: light
|
||||||
" Normal base0 back
|
" verbatim
|
||||||
" ColorColumn none base02
|
" endverbatim
|
||||||
" Conceal blue none
|
" Normal base0 none
|
||||||
" CursorColumn none base02
|
" verbatim
|
||||||
" CursorLine none base03 underline s=base01
|
" else
|
||||||
|
" endverbatim
|
||||||
|
" Normal base0 back
|
||||||
|
" verbatim
|
||||||
|
" endif
|
||||||
|
" endverbatim
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
@@ -821,6 +814,10 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" ColorColumn none base02
|
||||||
|
" Conceal blue none
|
||||||
|
" CursorColumn none base02
|
||||||
|
" CursorLine none base03 underline s=base01
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" DiffAdd green none reverse
|
" DiffAdd green none reverse
|
||||||
@@ -868,30 +865,24 @@ endif
|
|||||||
" endverbatim
|
" endverbatim
|
||||||
" StatusLine base02 base1 bold,reverse
|
" StatusLine base02 base1 bold,reverse
|
||||||
" StatusLineNC base02 base01 reverse
|
" StatusLineNC base02 base01 reverse
|
||||||
" TabLine base01 base02
|
|
||||||
" TabLineFill base01 base02
|
|
||||||
" TabLineSel base1 base02
|
" TabLineSel base1 base02
|
||||||
" NormalMode base02 base1 bold,reverse
|
" NormalMode base02 base1 bold,reverse
|
||||||
" InsertMode base02 cyan bold,reverse
|
|
||||||
" ReplaceMode base02 orange bold,reverse
|
|
||||||
" VisualMode base02 magenta bold,reverse
|
|
||||||
" CommandMode base02 magenta bold,reverse
|
|
||||||
" verbatim
|
" verbatim
|
||||||
" else
|
" else
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" StatusLine base02 base2 reverse
|
" StatusLine base02 base2 reverse
|
||||||
" StatusLineNC base02 base1 reverse
|
" StatusLineNC base02 base1 reverse
|
||||||
" TabLine base01 base02
|
|
||||||
" TabLineFill base01 base02
|
|
||||||
" TabLineSel base2 base02
|
" TabLineSel base2 base02
|
||||||
" NormalMode base02 base2 reverse
|
" NormalMode base02 base2 reverse
|
||||||
" InsertMode base02 cyan reverse
|
|
||||||
" ReplaceMode base02 orange reverse
|
|
||||||
" VisualMode base02 magenta reverse
|
|
||||||
" CommandMode base02 magenta reverse
|
|
||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" TabLine base01 base02
|
||||||
|
" TabLineFill base01 base02
|
||||||
|
" InsertMode base02 cyan bold,reverse
|
||||||
|
" ReplaceMode base02 orange bold,reverse
|
||||||
|
" VisualMode base02 magenta bold,reverse
|
||||||
|
" CommandMode base02 magenta bold,reverse
|
||||||
" StatusLineTerm -> StatusLine
|
" StatusLineTerm -> StatusLine
|
||||||
" StatusLineTermNC -> StatusLineNC
|
" StatusLineTermNC -> StatusLineNC
|
||||||
" VertSplit base02 base02
|
" VertSplit base02 base02
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||||
" Website: https://github.com/lifepillar/vim-solarized8
|
" Website: https://github.com/lifepillar/vim-solarized8
|
||||||
" License: OSI approved MIT license
|
" License: OSI approved MIT license
|
||||||
" Last Updated: Sat Oct 28 22:11:15 2017
|
" Last Updated: Sun Oct 29 21:19:02 2017
|
||||||
|
|
||||||
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
||||||
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
||||||
@@ -42,28 +42,21 @@ let g:colors_name = 'solarized8_light_high'
|
|||||||
" base1: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
" base1: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
||||||
|
|
||||||
if get(g:, 'solarized_use16', 1)
|
if get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=10 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=10 ctermbg=15 guifg=#586e75 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=10 ctermbg=15 guifg=#586e75 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=1 ctermbg=7 guifg=#dc322f guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=10 ctermbg=7 guifg=#586e75 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=7 guibg=#eee8d5
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=#073642 cterm=NONE gui=NONE
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=1 guifg=#dc322f cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -74,6 +67,7 @@ hi NonText ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE
|
|||||||
hi SpecialKey ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi SpecialKey ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
elseif get(g:, "solarized_visibility", "") == "low"
|
elseif get(g:, "solarized_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=14 guifg=#93a1a1 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -84,6 +78,7 @@ hi NonText ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE
|
|||||||
hi SpecialKey ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=10 guifg=#586e75 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -94,6 +89,10 @@ hi NonText ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NON
|
|||||||
hi SpecialKey ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=#073642 cterm=NONE gui=NONE
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -397,28 +396,21 @@ let g:terminal_color_2='#859900'
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if !get(g:, 'solarized_use16', 1)
|
if !get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=242 ctermbg=NONE guifg=#586e75 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=242 ctermbg=230 guifg=#586e75 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=242 ctermbg=230 guifg=#586e75 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=160 ctermbg=254 guifg=#dc322f guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=242 ctermbg=254 guifg=#586e75 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=254 guibg=#eee8d5
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=#073642 cterm=NONE gui=NONE
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=160 guifg=#dc322f cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -429,6 +421,7 @@ hi NonText ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi SpecialKey ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
elseif get(g:, "solarized_visibility", "") == "low"
|
elseif get(g:, "solarized_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=247 guifg=#93a1a1 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -439,6 +432,7 @@ hi NonText ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=242 guifg=#586e75 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -449,6 +443,10 @@ hi NonText ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NON
|
|||||||
hi SpecialKey ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=#073642 cterm=NONE gui=NONE
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -771,13 +769,27 @@ endif
|
|||||||
" Color: green #859900 ~ 2
|
" Color: green #859900 ~ 2
|
||||||
" Color: back #fdf6e3 ~ 15
|
" Color: back #fdf6e3 ~ 15
|
||||||
" Background: light
|
" Background: light
|
||||||
" Normal base0 back
|
|
||||||
" ColorColumn none base02
|
|
||||||
" Conceal blue none
|
|
||||||
" CursorColumn none base02
|
|
||||||
" CursorLine none base02 s=base1
|
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" Normal base0 none
|
||||||
|
" FoldColumn base0 none
|
||||||
|
" Folded base0 none bold s=base03
|
||||||
|
" LineNr base01 none
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
|
" else
|
||||||
|
" endverbatim
|
||||||
|
" Normal base0 back
|
||||||
|
" FoldColumn base0 base02
|
||||||
|
" Folded base0 base02 bold s=base03
|
||||||
|
" LineNr base01 base02
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermbg=@base02 guibg=@base02
|
||||||
|
" endif
|
||||||
|
" endverbatim
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||||
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
" else
|
" else
|
||||||
@@ -786,12 +798,12 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr red base02/none bold
|
|
||||||
" MatchParen base03 base00 bold
|
" MatchParen base03 base00 bold
|
||||||
" NonText red none bold
|
" NonText red none bold
|
||||||
" SpecialKey red none reverse
|
" SpecialKey red none reverse
|
||||||
" Title orange none bold
|
" Title orange none bold
|
||||||
" verbatim
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
@@ -801,13 +813,13 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr base01 base02/none bold
|
|
||||||
" MatchParen red base02 bold,underline
|
" MatchParen red base02 bold,underline
|
||||||
" NonText base02 none bold
|
" NonText base02 none bold
|
||||||
" SpecialKey base02 none bold
|
" SpecialKey base02 none bold
|
||||||
" Title base01 none bold
|
" Title base01 none bold
|
||||||
" verbatim
|
" verbatim
|
||||||
" else
|
" else
|
||||||
|
" hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
@@ -817,7 +829,6 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr base0 base02/none bold
|
|
||||||
" MatchParen red base02 bold,underline
|
" MatchParen red base02 bold,underline
|
||||||
" NonText base00 none bold
|
" NonText base00 none bold
|
||||||
" SpecialKey base00 base02 bold
|
" SpecialKey base00 base02 bold
|
||||||
@@ -825,6 +836,10 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" ColorColumn none base02
|
||||||
|
" Conceal blue none
|
||||||
|
" CursorColumn none base02
|
||||||
|
" CursorLine none base02 s=base1
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" DiffAdd green none reverse
|
" DiffAdd green none reverse
|
||||||
@@ -850,10 +865,7 @@ endif
|
|||||||
" Directory blue none
|
" Directory blue none
|
||||||
" EndOfBuffer none none
|
" EndOfBuffer none none
|
||||||
" ErrorMsg red base03 reverse
|
" ErrorMsg red base03 reverse
|
||||||
" FoldColumn base0 base02/none
|
|
||||||
" Folded base0 base02/none bold s=base03
|
|
||||||
" IncSearch orange none standout
|
" IncSearch orange none standout
|
||||||
" LineNr base01 base02/none
|
|
||||||
" ModeMsg blue none
|
" ModeMsg blue none
|
||||||
" MoreMsg blue none
|
" MoreMsg blue none
|
||||||
" Pmenu base0 base02 reverse
|
" Pmenu base0 base02 reverse
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||||
" Website: https://github.com/lifepillar/vim-solarized8
|
" Website: https://github.com/lifepillar/vim-solarized8
|
||||||
" License: OSI approved MIT license
|
" License: OSI approved MIT license
|
||||||
" Last Updated: Sat Oct 28 22:11:16 2017
|
" Last Updated: Sun Oct 29 21:18:50 2017
|
||||||
|
|
||||||
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
|
||||||
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
\ && (!exists('&t_Co') || &t_Co < (get(g:, 'solarized_use16', 0) ? 16 : 256))
|
||||||
@@ -41,28 +41,21 @@ let g:colors_name = 'solarized8_light_low'
|
|||||||
" base2: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
" base2: GUI=#073642/rgb( 7, 54, 66) Term=236 #303030/rgb( 48, 48, 48) [delta=13.434724]
|
||||||
|
|
||||||
if get(g:, 'solarized_use16', 1)
|
if get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=11 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=1 ctermbg=7 guifg=#dc322f guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=11 ctermbg=7 guifg=#657b83 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=14 ctermbg=7 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=7 guibg=#eee8d5
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=#586e75 cterm=NONE,underline gui=NONE,underline
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=1 guifg=#dc322f cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -73,6 +66,7 @@ hi NonText ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE
|
|||||||
hi SpecialKey ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi SpecialKey ctermfg=1 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
elseif get(g:, "solarized_visibility", "") == "low"
|
elseif get(g:, "solarized_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=14 guifg=#93a1a1 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -83,6 +77,7 @@ hi NonText ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE
|
|||||||
hi SpecialKey ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=7 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=11 guifg=#657b83 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -93,6 +88,10 @@ hi NonText ctermfg=12 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NON
|
|||||||
hi SpecialKey ctermfg=12 ctermbg=7 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=12 ctermbg=7 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=4 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=7 guifg=NONE guibg=#eee8d5 guisp=#586e75 cterm=NONE,underline gui=NONE,underline
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=2 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=3 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -396,28 +395,21 @@ let g:terminal_color_2='#859900'
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
if !get(g:, 'solarized_use16', 1)
|
if !get(g:, 'solarized_use16', 1)
|
||||||
if !has('gui_running') && get(g:, 'solarized_transp_bg', 0)
|
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
|
||||||
hi Normal ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=66 ctermbg=NONE guifg=#657b83 guibg=NONE guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
else
|
else
|
||||||
hi Normal ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi Normal ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi CursorLineNr ctermfg=160 ctermbg=254 guifg=#dc322f guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi CursorLineNr ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
|
||||||
hi FoldColumn ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi FoldColumn ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
hi Folded ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
hi Folded ctermfg=66 ctermbg=254 guifg=#657b83 guibg=#eee8d5 guisp=#fdf6e3 cterm=NONE,bold gui=NONE,bold
|
||||||
hi LineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
hi LineNr ctermfg=247 ctermbg=254 guifg=#93a1a1 guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLineNr ctermbg=254 guibg=#eee8d5
|
||||||
endif
|
endif
|
||||||
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
|
||||||
hi CursorLine ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=#586e75 cterm=NONE,underline gui=NONE,underline
|
|
||||||
if get(g:, "solarized_visibility", "") == "high"
|
if get(g:, "solarized_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=160 guifg=#dc322f cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -428,6 +420,7 @@ hi NonText ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi SpecialKey ctermfg=160 ctermbg=NONE guifg=#dc322f guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
elseif get(g:, "solarized_visibility", "") == "low"
|
elseif get(g:, "solarized_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=247 guifg=#93a1a1 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -438,6 +431,7 @@ hi NonText ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=254 ctermbg=NONE guifg=#eee8d5 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=66 guifg=#657b83 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||||
else
|
else
|
||||||
@@ -448,6 +442,10 @@ hi NonText ctermfg=246 ctermbg=NONE guifg=#839496 guibg=NONE guisp=NONE cterm=NO
|
|||||||
hi SpecialKey ctermfg=246 ctermbg=254 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi SpecialKey ctermfg=246 ctermbg=254 guifg=#839496 guibg=#eee8d5 guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
hi Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||||
endif
|
endif
|
||||||
|
hi ColorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi Conceal ctermfg=32 ctermbg=NONE guifg=#268bd2 guibg=NONE guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorColumn ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=NONE cterm=NONE gui=NONE
|
||||||
|
hi CursorLine ctermfg=NONE ctermbg=254 guifg=NONE guibg=#eee8d5 guisp=#586e75 cterm=NONE,underline gui=NONE,underline
|
||||||
if get(g:, "solarized_diffmode", "") == "high"
|
if get(g:, "solarized_diffmode", "") == "high"
|
||||||
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffAdd ctermfg=106 ctermbg=NONE guifg=#859900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
hi DiffChange ctermfg=136 ctermbg=NONE guifg=#b58900 guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
|
||||||
@@ -769,13 +767,27 @@ endif
|
|||||||
" Color: green #859900 ~ 2
|
" Color: green #859900 ~ 2
|
||||||
" Color: back #eee8d5 ~ 7
|
" Color: back #eee8d5 ~ 7
|
||||||
" Background: light
|
" Background: light
|
||||||
" Normal base0 back
|
|
||||||
" ColorColumn none base02
|
|
||||||
" Conceal blue none
|
|
||||||
" CursorColumn none base02
|
|
||||||
" CursorLine none base02 underline s=base1
|
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" Normal base0 none
|
||||||
|
" FoldColumn base0 none
|
||||||
|
" Folded base0 none bold s=base03
|
||||||
|
" LineNr base01 none
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
|
" else
|
||||||
|
" endverbatim
|
||||||
|
" Normal base0 back
|
||||||
|
" FoldColumn base0 base02
|
||||||
|
" Folded base0 base02 bold s=base03
|
||||||
|
" LineNr base01 base02
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermbg=@base02 guibg=@base02
|
||||||
|
" endif
|
||||||
|
" endverbatim
|
||||||
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||||
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
" else
|
" else
|
||||||
@@ -784,12 +796,12 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr red base02/none bold
|
|
||||||
" MatchParen base3 none bold,underline
|
" MatchParen base3 none bold,underline
|
||||||
" NonText red none bold
|
" NonText red none bold
|
||||||
" SpecialKey red none reverse
|
" SpecialKey red none reverse
|
||||||
" Title orange none bold
|
" Title orange none bold
|
||||||
" verbatim
|
" verbatim
|
||||||
|
" hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
@@ -799,13 +811,13 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr base01 base02/none bold
|
|
||||||
" MatchParen base3 base02 bold
|
" MatchParen base3 base02 bold
|
||||||
" NonText base02 none bold
|
" NonText base02 none bold
|
||||||
" SpecialKey base02 none bold
|
" SpecialKey base02 none bold
|
||||||
" Title base01 none bold
|
" Title base01 none bold
|
||||||
" verbatim
|
" verbatim
|
||||||
" else
|
" else
|
||||||
|
" hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" Cursor base03 base0
|
" Cursor base03 base0
|
||||||
" verbatim
|
" verbatim
|
||||||
@@ -815,7 +827,6 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" CursorLineNr base0 base02/none bold
|
|
||||||
" MatchParen base3 base02 bold
|
" MatchParen base3 base02 bold
|
||||||
" NonText base00 none bold
|
" NonText base00 none bold
|
||||||
" SpecialKey base00 base02 bold
|
" SpecialKey base00 base02 bold
|
||||||
@@ -823,6 +834,10 @@ endif
|
|||||||
" verbatim
|
" verbatim
|
||||||
" endif
|
" endif
|
||||||
" endverbatim
|
" endverbatim
|
||||||
|
" ColorColumn none base02
|
||||||
|
" Conceal blue none
|
||||||
|
" CursorColumn none base02
|
||||||
|
" CursorLine none base02 underline s=base1
|
||||||
" verbatim
|
" verbatim
|
||||||
" endverbatim
|
" endverbatim
|
||||||
" DiffAdd green none reverse
|
" DiffAdd green none reverse
|
||||||
@@ -848,10 +863,7 @@ endif
|
|||||||
" Directory blue none
|
" Directory blue none
|
||||||
" EndOfBuffer none none
|
" EndOfBuffer none none
|
||||||
" ErrorMsg red base03 reverse
|
" ErrorMsg red base03 reverse
|
||||||
" FoldColumn base0 base02/none
|
|
||||||
" Folded base0 base02/none bold s=base03
|
|
||||||
" IncSearch orange none standout
|
" IncSearch orange none standout
|
||||||
" LineNr base01 base02/none
|
|
||||||
" ModeMsg blue none
|
" ModeMsg blue none
|
||||||
" MoreMsg blue none
|
" MoreMsg blue none
|
||||||
" Pmenu base0 base02 reverse
|
" Pmenu base0 base02 reverse
|
||||||
|
|||||||
@@ -2,44 +2,43 @@
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light colorscheme *solarized8_light*
|
Solarized8 Light colorscheme *solarized8_light*
|
||||||
|
|
||||||
*g:solarized_diffmode*
|
*g:solarized_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_diffmode = "normal"
|
let g:solarized_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_old_cursor_style*
|
*g:solarized_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:solarized_old_cursor_style = 0
|
let g:solarized_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:solarized_statusline*
|
*g:solarized_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:solarized_statusline = "normal"
|
let g:solarized_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_term_italics*
|
*g:solarized_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:solarized_term_italics = 1
|
let g:solarized_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:solarized_visibility*
|
*g:solarized_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:solarized_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:solarized_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_visibility = "normal"
|
let g:solarized_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light other options *solarized8_light-other-options*
|
Solarized8 Light other options *solarized8_light-other-options*
|
||||||
|
|
||||||
*g:solarized_transp_bg*
|
|
||||||
Set to 1 if you want a transparent background. Takes effect only in the
|
|
||||||
terminal.
|
|
||||||
>
|
|
||||||
let g:solarized_transp_bg = 0
|
|
||||||
<
|
|
||||||
*g:solarized_use16*
|
*g:solarized_use16*
|
||||||
Set to 0 if you want to use 256 colors.
|
Set to 0 if you want to use 256 colors.
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -2,44 +2,43 @@
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light Flat colorscheme *solarized8_light_flat*
|
Solarized8 Light Flat colorscheme *solarized8_light_flat*
|
||||||
|
|
||||||
*g:solarized_diffmode*
|
*g:solarized_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_diffmode = "normal"
|
let g:solarized_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_old_cursor_style*
|
*g:solarized_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:solarized_old_cursor_style = 0
|
let g:solarized_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:solarized_statusline*
|
*g:solarized_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:solarized_statusline = "normal"
|
let g:solarized_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_term_italics*
|
*g:solarized_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:solarized_term_italics = 1
|
let g:solarized_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:solarized_visibility*
|
*g:solarized_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:solarized_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:solarized_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_visibility = "normal"
|
let g:solarized_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light Flat other options *solarized8_light_flat-other-options*
|
Solarized8 Light Flat other options *solarized8_light_flat-other-options*
|
||||||
|
|
||||||
*g:solarized_transp_bg*
|
|
||||||
Set to 1 if you want a transparent background. Takes effect only in the
|
|
||||||
terminal.
|
|
||||||
>
|
|
||||||
let g:solarized_transp_bg = 0
|
|
||||||
<
|
|
||||||
*g:solarized_use16*
|
*g:solarized_use16*
|
||||||
Set to 0 if you want to use 256 colors.
|
Set to 0 if you want to use 256 colors.
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -2,44 +2,43 @@
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light High Contrast colorscheme *solarized8_light_high*
|
Solarized8 Light High Contrast colorscheme *solarized8_light_high*
|
||||||
|
|
||||||
*g:solarized_diffmode*
|
*g:solarized_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_diffmode = "normal"
|
let g:solarized_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_old_cursor_style*
|
*g:solarized_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:solarized_old_cursor_style = 0
|
let g:solarized_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:solarized_statusline*
|
*g:solarized_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:solarized_statusline = "normal"
|
let g:solarized_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_term_italics*
|
*g:solarized_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:solarized_term_italics = 1
|
let g:solarized_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:solarized_visibility*
|
*g:solarized_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:solarized_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:solarized_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_visibility = "normal"
|
let g:solarized_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light High Contrast other options *solarized8_light_high-other-options*
|
Solarized8 Light High Contrast other options *solarized8_light_high-other-options*
|
||||||
|
|
||||||
*g:solarized_transp_bg*
|
|
||||||
Set to 1 if you want a transparent background. Takes effect only in the
|
|
||||||
terminal.
|
|
||||||
>
|
|
||||||
let g:solarized_transp_bg = 0
|
|
||||||
<
|
|
||||||
*g:solarized_use16*
|
*g:solarized_use16*
|
||||||
Set to 0 if you want to use 256 colors.
|
Set to 0 if you want to use 256 colors.
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -2,44 +2,43 @@
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light Low Contrast colorscheme *solarized8_light_low*
|
Solarized8 Light Low Contrast colorscheme *solarized8_light_low*
|
||||||
|
|
||||||
*g:solarized_diffmode*
|
*g:solarized_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_diffmode = "normal"
|
let g:solarized_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_old_cursor_style*
|
*g:solarized_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:solarized_old_cursor_style = 0
|
let g:solarized_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:solarized_statusline*
|
*g:solarized_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:solarized_statusline = "normal"
|
let g:solarized_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:solarized_term_italics*
|
*g:solarized_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:solarized_term_italics = 1
|
let g:solarized_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:solarized_visibility*
|
*g:solarized_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:solarized_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:solarized_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:solarized_visibility = "normal"
|
let g:solarized_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Solarized8 Light Low Contrast other options *solarized8_light_low-other-options*
|
Solarized8 Light Low Contrast other options *solarized8_light_low-other-options*
|
||||||
|
|
||||||
*g:solarized_transp_bg*
|
|
||||||
Set to 1 if you want a transparent background. Takes effect only in the
|
|
||||||
terminal.
|
|
||||||
>
|
|
||||||
let g:solarized_transp_bg = 0
|
|
||||||
<
|
|
||||||
*g:solarized_use16*
|
*g:solarized_use16*
|
||||||
Set to 0 if you want to use 256 colors.
|
Set to 0 if you want to use 256 colors.
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -36,35 +36,40 @@ documentation
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
@fullname colorscheme *@shortname*
|
@fullname colorscheme *@shortname*
|
||||||
|
|
||||||
*g:@optionprefix_diffmode*
|
*g:@optionprefix_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_diffmode = "normal"
|
let g:@optionprefix_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_old_cursor_style*
|
*g:@optionprefix_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_old_cursor_style = 0
|
let g:@optionprefix_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:@optionprefix_statusline*
|
*g:@optionprefix_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_statusline = "normal"
|
let g:@optionprefix_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_term_italics*
|
*g:@optionprefix_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_term_italics = 1
|
let g:@optionprefix_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:@optionprefix_visibility*
|
*g:@optionprefix_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:@optionprefix_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:@optionprefix_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_visibility = "normal"
|
let g:@optionprefix_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
enddocumentation
|
enddocumentation
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
@@ -93,13 +98,23 @@ Color: back #fdf6e3 ~ 15
|
|||||||
Background: light
|
Background: light
|
||||||
|
|
||||||
# Default highlight groups {{{
|
# Default highlight groups {{{
|
||||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
verbatim
|
||||||
# Group Foreground Background Attributes
|
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||||
Normal base0 back
|
endverbatim
|
||||||
ColorColumn none base02
|
|
||||||
Conceal blue none
|
# Transparent background
|
||||||
CursorColumn none base02
|
Normal base0 none
|
||||||
CursorLine none base03 underline s=base01
|
|
||||||
|
verbatim
|
||||||
|
else
|
||||||
|
endverbatim
|
||||||
|
|
||||||
|
# Opaque background
|
||||||
|
Normal base0 back
|
||||||
|
|
||||||
|
verbatim
|
||||||
|
endif
|
||||||
|
endverbatim
|
||||||
|
|
||||||
# Visibility ================================================================
|
# Visibility ================================================================
|
||||||
verbatim
|
verbatim
|
||||||
@@ -159,6 +174,11 @@ endif
|
|||||||
endverbatim
|
endverbatim
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ColorColumn none base02
|
||||||
|
Conceal blue none
|
||||||
|
CursorColumn none base02
|
||||||
|
CursorLine none base03 underline s=base01
|
||||||
|
|
||||||
# Diff mode =================================================================
|
# Diff mode =================================================================
|
||||||
verbatim
|
verbatim
|
||||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||||
@@ -210,34 +230,25 @@ if get(g:, "@optionprefix_statusline", "") == "low"
|
|||||||
endverbatim
|
endverbatim
|
||||||
StatusLine base02 base1 bold,reverse
|
StatusLine base02 base1 bold,reverse
|
||||||
StatusLineNC base02 base01 reverse
|
StatusLineNC base02 base01 reverse
|
||||||
TabLine base01 base02
|
|
||||||
TabLineFill base01 base02
|
|
||||||
TabLineSel base1 base02
|
TabLineSel base1 base02
|
||||||
# Additional highlight groups {{{
|
|
||||||
NormalMode base02 base1 bold,reverse
|
NormalMode base02 base1 bold,reverse
|
||||||
InsertMode base02 cyan bold,reverse
|
|
||||||
ReplaceMode base02 orange bold,reverse
|
|
||||||
VisualMode base02 magenta bold,reverse
|
|
||||||
CommandMode base02 magenta bold,reverse
|
|
||||||
# }}}
|
|
||||||
verbatim
|
verbatim
|
||||||
else
|
else
|
||||||
endverbatim
|
endverbatim
|
||||||
StatusLine base02 base2 reverse
|
StatusLine base02 base2 reverse
|
||||||
StatusLineNC base02 base1 reverse
|
StatusLineNC base02 base1 reverse
|
||||||
TabLine base01 base02
|
|
||||||
TabLineFill base01 base02
|
|
||||||
TabLineSel base2 base02
|
TabLineSel base2 base02
|
||||||
# Additional highlight groups {{{
|
|
||||||
NormalMode base02 base2 reverse
|
NormalMode base02 base2 reverse
|
||||||
InsertMode base02 cyan reverse
|
|
||||||
ReplaceMode base02 orange reverse
|
|
||||||
VisualMode base02 magenta reverse
|
|
||||||
CommandMode base02 magenta reverse
|
|
||||||
# }}}
|
|
||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
|
TabLine base01 base02
|
||||||
|
TabLineFill base01 base02
|
||||||
|
InsertMode base02 cyan bold,reverse
|
||||||
|
ReplaceMode base02 orange bold,reverse
|
||||||
|
VisualMode base02 magenta bold,reverse
|
||||||
|
CommandMode base02 magenta bold,reverse
|
||||||
|
|
||||||
StatusLineTerm -> StatusLine
|
StatusLineTerm -> StatusLine
|
||||||
StatusLineTermNC -> StatusLineNC
|
StatusLineTermNC -> StatusLineNC
|
||||||
VertSplit base02 base02
|
VertSplit base02 base02
|
||||||
|
|||||||
@@ -36,35 +36,40 @@ documentation
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
@fullname colorscheme *@shortname*
|
@fullname colorscheme *@shortname*
|
||||||
|
|
||||||
*g:@optionprefix_diffmode*
|
*g:@optionprefix_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_diffmode = "normal"
|
let g:@optionprefix_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_old_cursor_style*
|
*g:@optionprefix_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_old_cursor_style = 0
|
let g:@optionprefix_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:@optionprefix_statusline*
|
*g:@optionprefix_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_statusline = "normal"
|
let g:@optionprefix_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_term_italics*
|
*g:@optionprefix_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_term_italics = 1
|
let g:@optionprefix_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:@optionprefix_visibility*
|
*g:@optionprefix_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:@optionprefix_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:@optionprefix_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_visibility = "normal"
|
let g:@optionprefix_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
enddocumentation
|
enddocumentation
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
@@ -94,18 +99,37 @@ Color: back #fdf6e3 ~ 15
|
|||||||
Background: light
|
Background: light
|
||||||
|
|
||||||
# Default highlight groups {{{
|
# Default highlight groups {{{
|
||||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
verbatim
|
||||||
# Group Foreground Background Attributes
|
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||||
Normal base0 back
|
endverbatim
|
||||||
ColorColumn none base02
|
|
||||||
Conceal blue none
|
# Transparent background
|
||||||
CursorColumn none base02
|
Normal base0 none
|
||||||
CursorLine none base02 s=base1
|
FoldColumn base0 none
|
||||||
|
Folded base0 none bold s=base03
|
||||||
|
LineNr base01 none
|
||||||
|
|
||||||
|
verbatim
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
|
else
|
||||||
|
endverbatim
|
||||||
|
|
||||||
|
# Opaque background
|
||||||
|
Normal base0 back
|
||||||
|
FoldColumn base0 base02
|
||||||
|
Folded base0 base02 bold s=base03
|
||||||
|
LineNr base01 base02
|
||||||
|
|
||||||
|
verbatim
|
||||||
|
hi CursorLineNr ctermbg=@base02 guibg=@base02
|
||||||
|
endif
|
||||||
|
endverbatim
|
||||||
|
|
||||||
# Visibility and cursor style ===============================================
|
# Visibility and cursor style ===============================================
|
||||||
# High visibiity
|
# High visibiity
|
||||||
verbatim
|
verbatim
|
||||||
if get(g:, "@optionprefix_visibility", "") == "high"
|
if get(g:, "@optionprefix_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -116,7 +140,6 @@ Cursor base03 red
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr red base02/none bold
|
|
||||||
MatchParen base03 base00 bold
|
MatchParen base03 base00 bold
|
||||||
NonText red none bold
|
NonText red none bold
|
||||||
SpecialKey red none reverse
|
SpecialKey red none reverse
|
||||||
@@ -124,6 +147,7 @@ Title orange none bold
|
|||||||
# Low visibility
|
# Low visibility
|
||||||
verbatim
|
verbatim
|
||||||
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -134,7 +158,6 @@ Cursor base03 orange
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr base01 base02/none bold
|
|
||||||
MatchParen red base02 bold,underline
|
MatchParen red base02 bold,underline
|
||||||
NonText base02 none bold
|
NonText base02 none bold
|
||||||
SpecialKey base02 none bold
|
SpecialKey base02 none bold
|
||||||
@@ -142,6 +165,7 @@ Title base01 none bold
|
|||||||
# Normal visibility
|
# Normal visibility
|
||||||
verbatim
|
verbatim
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -152,7 +176,6 @@ Cursor base03 orange
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr base0 base02/none bold
|
|
||||||
MatchParen red base02 bold,underline
|
MatchParen red base02 bold,underline
|
||||||
NonText base00 none bold
|
NonText base00 none bold
|
||||||
SpecialKey base00 base02 bold
|
SpecialKey base00 base02 bold
|
||||||
@@ -162,6 +185,11 @@ endif
|
|||||||
endverbatim
|
endverbatim
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ColorColumn none base02
|
||||||
|
Conceal blue none
|
||||||
|
CursorColumn none base02
|
||||||
|
CursorLine none base02 s=base1
|
||||||
|
|
||||||
# Diff mode =================================================================
|
# Diff mode =================================================================
|
||||||
verbatim
|
verbatim
|
||||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||||
@@ -190,10 +218,7 @@ endverbatim
|
|||||||
Directory blue none
|
Directory blue none
|
||||||
EndOfBuffer none none
|
EndOfBuffer none none
|
||||||
ErrorMsg red base03 reverse
|
ErrorMsg red base03 reverse
|
||||||
FoldColumn base0 base02/none
|
|
||||||
Folded base0 base02/none bold s=base03
|
|
||||||
IncSearch orange none standout
|
IncSearch orange none standout
|
||||||
LineNr base01 base02/none
|
|
||||||
ModeMsg blue none
|
ModeMsg blue none
|
||||||
MoreMsg blue none
|
MoreMsg blue none
|
||||||
Pmenu base0 base02 reverse
|
Pmenu base0 base02 reverse
|
||||||
|
|||||||
@@ -36,35 +36,40 @@ documentation
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
@fullname colorscheme *@shortname*
|
@fullname colorscheme *@shortname*
|
||||||
|
|
||||||
*g:@optionprefix_diffmode*
|
*g:@optionprefix_diffmode*
|
||||||
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
Tweak the way diffs are displayed. Allowed values are `"normal"` (default),
|
||||||
`"high"`, and `"low"`.
|
`"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_diffmode = "normal"
|
let g:@optionprefix_diffmode = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_old_cursor_style*
|
*g:@optionprefix_old_cursor_style*
|
||||||
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
Set to 1 if you want to use the original Solarized's cursor style. By default,
|
||||||
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
the cursor is blue. NOTE: your terminal may override the cursor's color.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_old_cursor_style = 0
|
let g:@optionprefix_old_cursor_style = 0
|
||||||
<
|
<
|
||||||
*g:@optionprefix_statusline*
|
*g:@optionprefix_statusline*
|
||||||
Set to `"low"` to reduce the contrast in the status line.
|
Set to `"low"` to reduce the contrast in the status line.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_statusline = "normal"
|
let g:@optionprefix_statusline = "normal"
|
||||||
<
|
<
|
||||||
*g:@optionprefix_term_italics*
|
*g:@optionprefix_term_italics*
|
||||||
Set to 0 if you want to disable italics in the terminal.
|
Set to 0 if you want to disable italics in the terminal.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_term_italics = 1
|
let g:@optionprefix_term_italics = 1
|
||||||
<
|
<
|
||||||
*g:@optionprefix_visibility*
|
*g:@optionprefix_termtrans*
|
||||||
|
Set to 1 if you want a transparent background. Takes effect only in the
|
||||||
|
terminal.
|
||||||
|
>
|
||||||
|
let g:@optionprefix_termtrans = 0
|
||||||
|
<
|
||||||
|
*g:@optionprefix_visibility*
|
||||||
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||||
(default), `"high"`, and `"low"`.
|
(default), `"high"`, and `"low"`.
|
||||||
>
|
>
|
||||||
let g:@optionprefix_visibility = "normal"
|
let g:@optionprefix_visibility = "normal"
|
||||||
<
|
<
|
||||||
|
|
||||||
enddocumentation
|
enddocumentation
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
@@ -93,18 +98,37 @@ Color: back #eee8d5 ~ 7
|
|||||||
Background: light
|
Background: light
|
||||||
|
|
||||||
# Default highlight groups {{{
|
# Default highlight groups {{{
|
||||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
verbatim
|
||||||
# Group Foreground Background Attributes
|
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||||
Normal base0 back
|
endverbatim
|
||||||
ColorColumn none base02
|
|
||||||
Conceal blue none
|
# Transparent background
|
||||||
CursorColumn none base02
|
Normal base0 none
|
||||||
CursorLine none base02 underline s=base1
|
FoldColumn base0 none
|
||||||
|
Folded base0 none bold s=base03
|
||||||
|
LineNr base01 none
|
||||||
|
|
||||||
|
verbatim
|
||||||
|
hi CursorLineNr ctermbg=NONE guifg=NONE
|
||||||
|
else
|
||||||
|
endverbatim
|
||||||
|
|
||||||
|
# Opaque background
|
||||||
|
Normal base0 back
|
||||||
|
FoldColumn base0 base02
|
||||||
|
Folded base0 base02 bold s=base03
|
||||||
|
LineNr base01 base02
|
||||||
|
|
||||||
|
verbatim
|
||||||
|
hi CursorLineNr ctermbg=@base02 guibg=@base02
|
||||||
|
endif
|
||||||
|
endverbatim
|
||||||
|
|
||||||
# Visibility and cursor style ===============================================
|
# Visibility and cursor style ===============================================
|
||||||
# High visibiity
|
# High visibiity
|
||||||
verbatim
|
verbatim
|
||||||
if get(g:, "@optionprefix_visibility", "") == "high"
|
if get(g:, "@optionprefix_visibility", "") == "high"
|
||||||
|
hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -115,7 +139,6 @@ Cursor base03 red
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr red base02/none bold
|
|
||||||
MatchParen base3 none bold,underline
|
MatchParen base3 none bold,underline
|
||||||
NonText red none bold
|
NonText red none bold
|
||||||
SpecialKey red none reverse
|
SpecialKey red none reverse
|
||||||
@@ -123,6 +146,7 @@ Title orange none bold
|
|||||||
# Low visibility
|
# Low visibility
|
||||||
verbatim
|
verbatim
|
||||||
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
||||||
|
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -133,7 +157,6 @@ Cursor base03 orange
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr base01 base02/none bold
|
|
||||||
MatchParen base3 base02 bold
|
MatchParen base3 base02 bold
|
||||||
NonText base02 none bold
|
NonText base02 none bold
|
||||||
SpecialKey base02 none bold
|
SpecialKey base02 none bold
|
||||||
@@ -141,6 +164,7 @@ Title base01 none bold
|
|||||||
# Normal visibility
|
# Normal visibility
|
||||||
verbatim
|
verbatim
|
||||||
else
|
else
|
||||||
|
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||||
if get(g:, 'solarized_old_cursor_style', 0)
|
if get(g:, 'solarized_old_cursor_style', 0)
|
||||||
endverbatim
|
endverbatim
|
||||||
Cursor base03 base0
|
Cursor base03 base0
|
||||||
@@ -151,7 +175,6 @@ Cursor base03 orange
|
|||||||
verbatim
|
verbatim
|
||||||
endif
|
endif
|
||||||
endverbatim
|
endverbatim
|
||||||
CursorLineNr base0 base02/none bold
|
|
||||||
MatchParen base3 base02 bold
|
MatchParen base3 base02 bold
|
||||||
NonText base00 none bold
|
NonText base00 none bold
|
||||||
SpecialKey base00 base02 bold
|
SpecialKey base00 base02 bold
|
||||||
@@ -161,6 +184,11 @@ endif
|
|||||||
endverbatim
|
endverbatim
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ColorColumn none base02
|
||||||
|
Conceal blue none
|
||||||
|
CursorColumn none base02
|
||||||
|
CursorLine none base02 underline s=base1
|
||||||
|
|
||||||
# Diff mode =================================================================
|
# Diff mode =================================================================
|
||||||
verbatim
|
verbatim
|
||||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||||
@@ -189,10 +217,7 @@ endverbatim
|
|||||||
Directory blue none
|
Directory blue none
|
||||||
EndOfBuffer none none
|
EndOfBuffer none none
|
||||||
ErrorMsg red base03 reverse
|
ErrorMsg red base03 reverse
|
||||||
FoldColumn base0 base02/none
|
|
||||||
Folded base0 base02/none bold s=base03
|
|
||||||
IncSearch orange none standout
|
IncSearch orange none standout
|
||||||
LineNr base01 base02/none
|
|
||||||
ModeMsg blue none
|
ModeMsg blue none
|
||||||
MoreMsg blue none
|
MoreMsg blue none
|
||||||
Pmenu base0 base02 reverse
|
Pmenu base0 base02 reverse
|
||||||
|
|||||||
Reference in New Issue
Block a user