vim colors

This commit is contained in:
Daniel Lundin 2017-08-15 11:22:46 +02:00
parent 09e85e2870
commit 59d313fd4e
2 changed files with 17 additions and 8 deletions

View file

@ -297,30 +297,37 @@ call <sid>hi("LineNr", s:blue_grey_400, s:blue_grey_50, "italic")
call <sid>hi("Normal", s:black_1000, s:white_1000, "")
call <sid>hi("Bold", "", "", "bold")
call <sid>hi("Italic", "", "", "italic")
call <sid>hi("Boolean", "", "", "")
call <sid>hi("Boolean", s:pink_500, "", "")
call <sid>hi("Character", "", "", "")
call <sid>hi("Comment", s:teal_500, "", "italic")
" call <sid>hi("Comment", s:deep_orange_900, "", "italic")
call <sid>hi("Comment", s:blue_grey_500, "", "italic")
" call <sid>hi("Comment", s:grey_600, "", "italic")
call <sid>hi("Conditional", "", "", "")
call <sid>hi("Constant", "", "", "")
call <sid>hi("Define", "", "", "")
call <sid>hi("Delimiter", "", "", "")
call <sid>hi("Float", "", "", "")
call <sid>hi("Function", s:teal_500, "", "")
call <sid>hi("Function", s:red_900, "", "bold")
" call <sid>hi("Function", 5:grey_900, "", "bold")
call <sid>hi("Identifier", s:indigo_500, "", "bold")
call <sid>hi("Include", "", "", "")
call <sid>hi("Keyword", s:purple_600, "", "")
call <sid>hi("Keyword", s:indigo_900, "", "")
call <sid>hi("Label", "", "", "")
call <sid>hi("Number", "", "", "")
call <sid>hi("Operator", s:deep_orange_a700, "", "")
call <sid>hi("Number", s:blue_600, "", "")
call <sid>hi("Operator", s:cyan_900, "", "")
call <sid>hi("PreProc", "", "", "")
call <sid>hi("Repeat", "", "", "")
call <sid>hi("Special", s:green_700, "", "")
call <sid>hi("SpecialChar", "", "", "")
call <sid>hi("Statement", s:indigo_500, "", "")
call <sid>hi("Statement", s:blue_grey_700, "", "bold")
call <sid>hi("StorageClass", "", "", "")
call <sid>hi("String", s:light_green_800, "", "italic")
call <sid>hi("Structure", "", "", "")
call <sid>hi("Tag", "", "", "")
call <sid>hi("Todo", "", "", "")
call <sid>hi("Type", s:blue_grey_700, "", "none")
call <sid>hi("Type", s:deep_purple_900, "", "none")
call <sid>hi("Typedef", "", "", "")
call <sid>hi("goDeclaration", "", "", "bold")
call <sid>hi("goReceiverType", s:teal_500, "", "none")
call <sid>hi("goMethodCall", s:deep_orange_600, "", "none")
call <sid>hi("goFunctionCall", s:deep_orange_700, "", "none")

View file

@ -469,3 +469,5 @@ highlight GitGutterChange ctermbg=234 ctermfg=220
highlight GitGutterDelete ctermbg=234 ctermfg=124
highlight GitGutterChangeDelete ctermbg=234 ctermfg=88
map ,m :color dln<CR>