mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-13 04:13:48 -05:00
update color name and search highlight
This commit is contained in:
@@ -8,7 +8,7 @@ if exists("syntax_on")
|
|||||||
syntax reset
|
syntax reset
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:colors_name = "tastySublime"
|
let g:colors_name = "vim-monokai-tasty"
|
||||||
|
|
||||||
" prefix with s: for local script-only functions or variables
|
" prefix with s: for local script-only functions or variables
|
||||||
|
|
||||||
@@ -93,9 +93,9 @@ exec "hi PreProc" . s:fg . s:magenta . s:style . "NONE"
|
|||||||
exec "hi Statement" . s:fg . s:magenta . s:style . "NONE"
|
exec "hi Statement" . s:fg . s:magenta . s:style . "NONE"
|
||||||
exec "hi Repeat" . s:fg . s:magenta . s:style . "NONE"
|
exec "hi Repeat" . s:fg . s:magenta . s:style . "NONE"
|
||||||
|
|
||||||
exec "hi SpecialKey" . s:fg . s:dark_grey . s:bg . s:darker_grey . s:style . "NONE"
|
exec "hi SpecialKey" . s:fg . s:dark_grey . s:bg . s:darker_grey . s:style . "NONE"
|
||||||
exec "hi IncSearch" . s:fg . "NONE" . s:bg . s:darker_grey . s:style . "bold,underline"
|
exec "hi IncSearch" . s:fg . s:white . s:bg . s:purple . s:style . "bold,underline"
|
||||||
exec "hi Search" . s:fg . "NONE" . s:bg . s:darker_grey . s:style . "bold,underline"
|
exec "hi Search" . s:fg . s:white . s:bg . s:purple . s:style . "bold,underline"
|
||||||
|
|
||||||
exec "hi Identifier" . s:fg . s:light_blue . s:style . "NONE"
|
exec "hi Identifier" . s:fg . s:light_blue . s:style . "NONE"
|
||||||
exec "hi Question" . s:fg . s:light_blue . s:style . "NONE"
|
exec "hi Question" . s:fg . s:light_blue . s:style . "NONE"
|
||||||
|
|||||||
Reference in New Issue
Block a user