mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Commented changes in plugins, updated vimwiki, repaired zoom plugin, added
buffergator, updated pythonhelper, removed leftovers
This commit is contained in:
@@ -26,6 +26,7 @@ hi Normal guifg=#000000 guibg=#F8F8FF
|
||||
hi Cursor guibg=#444454 guifg=#F8F8FF
|
||||
hi CursorLine guibg=#D8D8DD
|
||||
hi CursorColumn guibg=#E8E8EE
|
||||
" gryf: added colorcolumn highlight
|
||||
hi ColorColumn guibg=#E8E8EE
|
||||
" }}}
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ if has("gui_running")
|
||||
endif
|
||||
|
||||
hi CursorLine guibg=#2e2e37
|
||||
" gryf: added colorcolumn highlight
|
||||
hi ColorColumn guibg=#2e2e37
|
||||
|
||||
hi IncSearch gui=BOLD guifg=#303030 guibg=#cd8b60
|
||||
|
||||
@@ -293,6 +293,7 @@ set background=dark
|
||||
if version >= 700
|
||||
call s:X("CursorLine","","1c1c1c","","","Black")
|
||||
call s:X("CursorColumn","","1c1c1c","","","Black")
|
||||
" gryf: added colorcolumn highlight
|
||||
call s:X("ColorColumn","","1c1c1c","","","")
|
||||
call s:X("MatchParen","ffffff","80a090","bold","","DarkCyan")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user