nvim colors

This commit is contained in:
Daniel Lundin 2018-04-07 17:55:39 +02:00
parent 34abbd482d
commit c906a4b0c0

View file

@ -306,45 +306,40 @@ call <sid>hi("LineNr", s:blue_grey_700, s:black_1000, "itali
call <sid>hi("Normal", s:white_1000, "", "")
call <sid>hi("Bold", "", "", "bold")
call <sid>hi("Italic", "", "", "italic")
call <sid>hi("Boolean", s:pink_500, "", "bold")
call <sid>hi("Boolean", s:orange_200, "", "")
call <sid>hi("Character", "", "", "")
call <sid>hi("Pmenu", s:light_green_50, s:blue_grey_800, "none")
call <sid>hi("PmenuSbar", s:light_green_50, s:blue_grey_800, "none")
call <sid>hi("PmenuSel", s:yellow_50, s:deep_purple_900, "")
" call <sid>hi("Comment", s:deep_orange_900, "", "italic")
call <sid>hi("Comment", s:blue_grey_600, "", "italic")
" call <sid>hi("Comment", s:grey_600, "", "italic")
call <sid>hi("Comment", s:blue_grey_400, "", "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:red_200, "", "bold")
" call <sid>hi("Function", 5:grey_900, "", "bold")
call <sid>hi("Function", s:blue_300, "", "bold")
call <sid>hi("Identifier", s:indigo_200, "", "")
call <sid>hi("Include", "", "", "")
call <sid>hi("Keyword", s:indigo_300, "", "")
call <sid>hi("Label", "", "", "")
call <sid>hi("Number", s:indigo_300, "", "")
call <sid>hi("Operator", s:cyan_100, "", "")
call <sid>hi("Operator", s:cyan_200, "", "none")
call <sid>hi("PreProc", "", "", "")
call <sid>hi("Repeat", "", "", "")
call <sid>hi("Search", "", s:yellow_a100, "none")
call <sid>hi("Search", "", s:amber_700, "none")
call <sid>hi("Special", s:green_400, "", "")
call <sid>hi("SpecialChar", "", "", "")
call <sid>hi("Statement", s:blue_grey_300, "", "bold")
call <sid>hi("Statement", s:indigo_100, "", "none")
call <sid>hi("StorageClass", "", "", "")
call <sid>hi("String", s:light_green_200, "", "italic")
call <sid>hi("String", s:light_green_400, "", "italic")
call <sid>hi("Structure", "", "", "")
call <sid>hi("Tag", "", "", "")
call <sid>hi("Todo", "", "", "")
call <sid>hi("Type", s:purple_100, "", "none")
call <sid>hi("Type", s:cyan_200, "", "none")
call <sid>hi("Typedef", "", "", "")
call <sid>hi("goDeclaration", "", "", "bold")
call <sid>hi("goReceiverType", s:teal_100, "", "none")
call <sid>hi("goDeclaration", s:deep_purple_200, "", "none")
call <sid>hi("goReceiverType", s:cyan_200, "", "none")
call <sid>hi("goMethodCall", s:brown_100, "", "none")
call <sid>hi("goField", s:cyan_100, "", "none")
call <sid>hi("goField", s:cyan_50, "", "none")
call <sid>hi("goFunctionCall", s:brown_200, "", "none")
call <sid>hi("goSameId", s:lime_a400, "", "italic")