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>
|
||||
" Website: https://github.com/lifepillar/vim-solarized8
|
||||
" 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')
|
||||
\ && (!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]
|
||||
|
||||
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
|
||||
else
|
||||
hi Normal ctermfg=11 ctermbg=15 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||
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_old_cursor_style', 0)
|
||||
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 Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -124,26 +124,20 @@ hi SpellRare ctermfg=6 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cterm
|
||||
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 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 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 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 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 StatusLineTermNC StatusLineNC
|
||||
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
|
||||
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
|
||||
else
|
||||
hi Normal ctermfg=66 ctermbg=230 guifg=#657b83 guibg=#fdf6e3 guisp=NONE cterm=NONE gui=NONE
|
||||
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_old_cursor_style', 0)
|
||||
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 Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -478,26 +472,20 @@ hi SpellRare ctermfg=37 ctermbg=NONE guifg=#2aa198 guibg=NONE guisp=#2aa198 cter
|
||||
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 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 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 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 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 StatusLineTermNC StatusLineNC
|
||||
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: back #fdf6e3 ~ 15
|
||||
" Background: light
|
||||
" verbatim
|
||||
" endverbatim
|
||||
" Normal base0 none
|
||||
" verbatim
|
||||
" else
|
||||
" endverbatim
|
||||
" Normal base0 back
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base03 underline s=base01
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" verbatim
|
||||
" endverbatim
|
||||
" Cursor base03 base0
|
||||
@@ -821,6 +814,10 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base03 underline s=base01
|
||||
" verbatim
|
||||
" endverbatim
|
||||
" DiffAdd green none reverse
|
||||
@@ -868,30 +865,24 @@ endif
|
||||
" endverbatim
|
||||
" StatusLine base02 base1 bold,reverse
|
||||
" StatusLineNC base02 base01 reverse
|
||||
" TabLine base01 base02
|
||||
" TabLineFill base01 base02
|
||||
" TabLineSel base1 base02
|
||||
" 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
|
||||
" else
|
||||
" endverbatim
|
||||
" StatusLine base02 base2 reverse
|
||||
" StatusLineNC base02 base1 reverse
|
||||
" TabLine base01 base02
|
||||
" TabLineFill base01 base02
|
||||
" TabLineSel base2 base02
|
||||
" NormalMode base02 base2 reverse
|
||||
" InsertMode base02 cyan reverse
|
||||
" ReplaceMode base02 orange reverse
|
||||
" VisualMode base02 magenta reverse
|
||||
" CommandMode base02 magenta reverse
|
||||
" verbatim
|
||||
" endif
|
||||
" 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
|
||||
" StatusLineTermNC -> StatusLineNC
|
||||
" VertSplit base02 base02
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" Website: https://github.com/lifepillar/vim-solarized8
|
||||
" 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')
|
||||
\ && (!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]
|
||||
|
||||
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 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 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 CursorLineNr ctermbg=NONE guifg=NONE
|
||||
else
|
||||
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 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 CursorLineNr ctermbg=7 guibg=#eee8d5
|
||||
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"
|
||||
hi CursorLineNr ctermfg=1 guifg=#dc322f cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
elseif get(g:, "solarized_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=14 guifg=#93a1a1 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
else
|
||||
hi CursorLineNr ctermfg=10 guifg=#586e75 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=10 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -397,28 +396,21 @@ let g:terminal_color_2='#859900'
|
||||
endif
|
||||
endif
|
||||
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 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 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 CursorLineNr ctermbg=NONE guifg=NONE
|
||||
else
|
||||
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 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 CursorLineNr ctermbg=254 guibg=#eee8d5
|
||||
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"
|
||||
hi CursorLineNr ctermfg=160 guifg=#dc322f cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
elseif get(g:, "solarized_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=247 guifg=#93a1a1 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
else
|
||||
hi CursorLineNr ctermfg=242 guifg=#586e75 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=242 guifg=#fdf6e3 guibg=#586e75 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -771,13 +769,27 @@ endif
|
||||
" Color: green #859900 ~ 2
|
||||
" Color: back #fdf6e3 ~ 15
|
||||
" Background: light
|
||||
" Normal base0 back
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base02 s=base1
|
||||
" verbatim
|
||||
" 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
|
||||
" verbatim
|
||||
" else
|
||||
@@ -786,12 +798,12 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr red base02/none bold
|
||||
" MatchParen base03 base00 bold
|
||||
" NonText red none bold
|
||||
" SpecialKey red none reverse
|
||||
" Title orange none bold
|
||||
" verbatim
|
||||
" hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||
" endverbatim
|
||||
" Cursor base03 base0
|
||||
" verbatim
|
||||
@@ -801,13 +813,13 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr base01 base02/none bold
|
||||
" MatchParen red base02 bold,underline
|
||||
" NonText base02 none bold
|
||||
" SpecialKey base02 none bold
|
||||
" Title base01 none bold
|
||||
" verbatim
|
||||
" else
|
||||
" hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||
" endverbatim
|
||||
" Cursor base03 base0
|
||||
" verbatim
|
||||
@@ -817,7 +829,6 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr base0 base02/none bold
|
||||
" MatchParen red base02 bold,underline
|
||||
" NonText base00 none bold
|
||||
" SpecialKey base00 base02 bold
|
||||
@@ -825,6 +836,10 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base02 s=base1
|
||||
" verbatim
|
||||
" endverbatim
|
||||
" DiffAdd green none reverse
|
||||
@@ -850,10 +865,7 @@ endif
|
||||
" Directory blue none
|
||||
" EndOfBuffer none none
|
||||
" ErrorMsg red base03 reverse
|
||||
" FoldColumn base0 base02/none
|
||||
" Folded base0 base02/none bold s=base03
|
||||
" IncSearch orange none standout
|
||||
" LineNr base01 base02/none
|
||||
" ModeMsg blue none
|
||||
" MoreMsg blue none
|
||||
" Pmenu base0 base02 reverse
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
" Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
" Website: https://github.com/lifepillar/vim-solarized8
|
||||
" 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')
|
||||
\ && (!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]
|
||||
|
||||
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 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 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 CursorLineNr ctermbg=NONE guifg=NONE
|
||||
else
|
||||
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 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 CursorLineNr ctermbg=7 guibg=#eee8d5
|
||||
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"
|
||||
hi CursorLineNr ctermfg=1 guifg=#dc322f cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
elseif get(g:, "solarized_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=14 guifg=#93a1a1 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=14 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
else
|
||||
hi CursorLineNr ctermfg=11 guifg=#657b83 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=15 ctermbg=11 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=9 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -396,28 +395,21 @@ let g:terminal_color_2='#859900'
|
||||
endif
|
||||
endif
|
||||
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 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 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 CursorLineNr ctermbg=NONE guifg=NONE
|
||||
else
|
||||
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 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 CursorLineNr ctermbg=254 guibg=#eee8d5
|
||||
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"
|
||||
hi CursorLineNr ctermfg=160 guifg=#dc322f cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
elseif get(g:, "solarized_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=247 guifg=#93a1a1 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=247 ctermbg=NONE guifg=#93a1a1 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
else
|
||||
hi CursorLineNr ctermfg=66 guifg=#657b83 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
hi Cursor ctermfg=230 ctermbg=66 guifg=#fdf6e3 guibg=#657b83 guisp=NONE cterm=NONE gui=NONE
|
||||
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 Title ctermfg=166 ctermbg=NONE guifg=#cb4b16 guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
|
||||
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"
|
||||
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
|
||||
@@ -769,13 +767,27 @@ endif
|
||||
" Color: green #859900 ~ 2
|
||||
" Color: back #eee8d5 ~ 7
|
||||
" Background: light
|
||||
" Normal base0 back
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base02 underline s=base1
|
||||
" verbatim
|
||||
" 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
|
||||
" verbatim
|
||||
" else
|
||||
@@ -784,12 +796,12 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr red base02/none bold
|
||||
" MatchParen base3 none bold,underline
|
||||
" NonText red none bold
|
||||
" SpecialKey red none reverse
|
||||
" Title orange none bold
|
||||
" verbatim
|
||||
" hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||
" endverbatim
|
||||
" Cursor base03 base0
|
||||
" verbatim
|
||||
@@ -799,13 +811,13 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr base01 base02/none bold
|
||||
" MatchParen base3 base02 bold
|
||||
" NonText base02 none bold
|
||||
" SpecialKey base02 none bold
|
||||
" Title base01 none bold
|
||||
" verbatim
|
||||
" else
|
||||
" hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||
" endverbatim
|
||||
" Cursor base03 base0
|
||||
" verbatim
|
||||
@@ -815,7 +827,6 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" CursorLineNr base0 base02/none bold
|
||||
" MatchParen base3 base02 bold
|
||||
" NonText base00 none bold
|
||||
" SpecialKey base00 base02 bold
|
||||
@@ -823,6 +834,10 @@ endif
|
||||
" verbatim
|
||||
" endif
|
||||
" endverbatim
|
||||
" ColorColumn none base02
|
||||
" Conceal blue none
|
||||
" CursorColumn none base02
|
||||
" CursorLine none base02 underline s=base1
|
||||
" verbatim
|
||||
" endverbatim
|
||||
" DiffAdd green none reverse
|
||||
@@ -848,10 +863,7 @@ endif
|
||||
" Directory blue none
|
||||
" EndOfBuffer none none
|
||||
" ErrorMsg red base03 reverse
|
||||
" FoldColumn base0 base02/none
|
||||
" Folded base0 base02/none bold s=base03
|
||||
" IncSearch orange none standout
|
||||
" LineNr base01 base02/none
|
||||
" ModeMsg blue none
|
||||
" MoreMsg blue none
|
||||
" Pmenu base0 base02 reverse
|
||||
|
||||
@@ -23,6 +23,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -30,16 +36,9 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
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*
|
||||
Set to 0 if you want to use 256 colors.
|
||||
>
|
||||
|
||||
@@ -23,6 +23,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -30,16 +36,9 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
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*
|
||||
Set to 0 if you want to use 256 colors.
|
||||
>
|
||||
|
||||
@@ -23,6 +23,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -30,16 +36,9 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
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*
|
||||
Set to 0 if you want to use 256 colors.
|
||||
>
|
||||
|
||||
@@ -23,6 +23,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:solarized_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -30,16 +36,9 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:solarized_visibility = "normal"
|
||||
<
|
||||
|
||||
==============================================================================
|
||||
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*
|
||||
Set to 0 if you want to use 256 colors.
|
||||
>
|
||||
|
||||
@@ -57,6 +57,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -64,7 +70,6 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:@optionprefix_visibility = "normal"
|
||||
<
|
||||
|
||||
enddocumentation
|
||||
# }}}
|
||||
|
||||
@@ -93,13 +98,23 @@ Color: back #fdf6e3 ~ 15
|
||||
Background: light
|
||||
|
||||
# Default highlight groups {{{
|
||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
||||
# Group Foreground Background Attributes
|
||||
verbatim
|
||||
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
|
||||
verbatim
|
||||
else
|
||||
endverbatim
|
||||
|
||||
# Opaque background
|
||||
Normal base0 back
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base03 underline s=base01
|
||||
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
|
||||
# Visibility ================================================================
|
||||
verbatim
|
||||
@@ -159,6 +174,11 @@ endif
|
||||
endverbatim
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base03 underline s=base01
|
||||
|
||||
# Diff mode =================================================================
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||
@@ -210,34 +230,25 @@ if get(g:, "@optionprefix_statusline", "") == "low"
|
||||
endverbatim
|
||||
StatusLine base02 base1 bold,reverse
|
||||
StatusLineNC base02 base01 reverse
|
||||
TabLine base01 base02
|
||||
TabLineFill base01 base02
|
||||
TabLineSel base1 base02
|
||||
# Additional highlight groups {{{
|
||||
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
|
||||
else
|
||||
endverbatim
|
||||
StatusLine base02 base2 reverse
|
||||
StatusLineNC base02 base1 reverse
|
||||
TabLine base01 base02
|
||||
TabLineFill base01 base02
|
||||
TabLineSel base2 base02
|
||||
# Additional highlight groups {{{
|
||||
NormalMode base02 base2 reverse
|
||||
InsertMode base02 cyan reverse
|
||||
ReplaceMode base02 orange reverse
|
||||
VisualMode base02 magenta reverse
|
||||
CommandMode base02 magenta reverse
|
||||
# }}}
|
||||
verbatim
|
||||
endif
|
||||
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
|
||||
StatusLineTermNC -> StatusLineNC
|
||||
VertSplit base02 base02
|
||||
|
||||
@@ -57,6 +57,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -64,7 +70,6 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:@optionprefix_visibility = "normal"
|
||||
<
|
||||
|
||||
enddocumentation
|
||||
# }}}
|
||||
|
||||
@@ -94,18 +99,37 @@ Color: back #fdf6e3 ~ 15
|
||||
Background: light
|
||||
|
||||
# Default highlight groups {{{
|
||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
||||
# Group Foreground Background Attributes
|
||||
verbatim
|
||||
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
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
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base02 s=base1
|
||||
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 ===============================================
|
||||
# High visibiity
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_visibility", "") == "high"
|
||||
hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -116,7 +140,6 @@ Cursor base03 red
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr red base02/none bold
|
||||
MatchParen base03 base00 bold
|
||||
NonText red none bold
|
||||
SpecialKey red none reverse
|
||||
@@ -124,6 +147,7 @@ Title orange none bold
|
||||
# Low visibility
|
||||
verbatim
|
||||
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -134,7 +158,6 @@ Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr base01 base02/none bold
|
||||
MatchParen red base02 bold,underline
|
||||
NonText base02 none bold
|
||||
SpecialKey base02 none bold
|
||||
@@ -142,6 +165,7 @@ Title base01 none bold
|
||||
# Normal visibility
|
||||
verbatim
|
||||
else
|
||||
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -152,7 +176,6 @@ Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr base0 base02/none bold
|
||||
MatchParen red base02 bold,underline
|
||||
NonText base00 none bold
|
||||
SpecialKey base00 base02 bold
|
||||
@@ -162,6 +185,11 @@ endif
|
||||
endverbatim
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base02 s=base1
|
||||
|
||||
# Diff mode =================================================================
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||
@@ -190,10 +218,7 @@ endverbatim
|
||||
Directory blue none
|
||||
EndOfBuffer none none
|
||||
ErrorMsg red base03 reverse
|
||||
FoldColumn base0 base02/none
|
||||
Folded base0 base02/none bold s=base03
|
||||
IncSearch orange none standout
|
||||
LineNr base01 base02/none
|
||||
ModeMsg blue none
|
||||
MoreMsg blue none
|
||||
Pmenu base0 base02 reverse
|
||||
|
||||
@@ -57,6 +57,12 @@ Set to `"low"` to reduce the contrast in the status line.
|
||||
Set to 0 if you want to disable italics in the terminal.
|
||||
>
|
||||
let g:@optionprefix_term_italics = 1
|
||||
<
|
||||
*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"`
|
||||
@@ -64,7 +70,6 @@ Tweak the visibility of a few elements. Allowed values are `"normal"`
|
||||
>
|
||||
let g:@optionprefix_visibility = "normal"
|
||||
<
|
||||
|
||||
enddocumentation
|
||||
# }}}
|
||||
|
||||
@@ -93,18 +98,37 @@ Color: back #eee8d5 ~ 7
|
||||
Background: light
|
||||
|
||||
# Default highlight groups {{{
|
||||
# Comment out (do not delete) the definitions that you want to keep at their default.
|
||||
# Group Foreground Background Attributes
|
||||
verbatim
|
||||
if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
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
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base02 underline s=base1
|
||||
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 ===============================================
|
||||
# High visibiity
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_visibility", "") == "high"
|
||||
hi CursorLineNr ctermfg=@red guifg=@red cterm=bold gui=bold
|
||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -115,7 +139,6 @@ Cursor base03 red
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr red base02/none bold
|
||||
MatchParen base3 none bold,underline
|
||||
NonText red none bold
|
||||
SpecialKey red none reverse
|
||||
@@ -123,6 +146,7 @@ Title orange none bold
|
||||
# Low visibility
|
||||
verbatim
|
||||
elseif get(g:, "@optionprefix_visibility", "") == "low"
|
||||
hi CursorLineNr ctermfg=@base01 guifg=@base01 cterm=bold gui=bold
|
||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -133,7 +157,6 @@ Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr base01 base02/none bold
|
||||
MatchParen base3 base02 bold
|
||||
NonText base02 none bold
|
||||
SpecialKey base02 none bold
|
||||
@@ -141,6 +164,7 @@ Title base01 none bold
|
||||
# Normal visibility
|
||||
verbatim
|
||||
else
|
||||
hi CursorLineNr ctermfg=@base0 guifg=@base0 cterm=bold gui=bold
|
||||
if get(g:, 'solarized_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
@@ -151,7 +175,6 @@ Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
CursorLineNr base0 base02/none bold
|
||||
MatchParen base3 base02 bold
|
||||
NonText base00 none bold
|
||||
SpecialKey base00 base02 bold
|
||||
@@ -161,6 +184,11 @@ endif
|
||||
endverbatim
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base02 underline s=base1
|
||||
|
||||
# Diff mode =================================================================
|
||||
verbatim
|
||||
if get(g:, "@optionprefix_diffmode", "") == "high"
|
||||
@@ -189,10 +217,7 @@ endverbatim
|
||||
Directory blue none
|
||||
EndOfBuffer none none
|
||||
ErrorMsg red base03 reverse
|
||||
FoldColumn base0 base02/none
|
||||
Folded base0 base02/none bold s=base03
|
||||
IncSearch orange none standout
|
||||
LineNr base01 base02/none
|
||||
ModeMsg blue none
|
||||
MoreMsg blue none
|
||||
Pmenu base0 base02 reverse
|
||||
|
||||
Reference in New Issue
Block a user