nvim colors

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

View file

@ -295,56 +295,51 @@ endfun
" FIXME: This needs doing " FIXME: This needs doing
call <sid>hi("Visual", s:cyan_a100, s:blue_900, "") call <sid>hi("Visual", s:cyan_a100, s:blue_900, "")
call <sid>hi("Folded", s:purple_100, s:purple_900, "") call <sid>hi("Folded", s:purple_100, s:purple_900, "")
call <sid>hi("NonText", s:grey_800, "", "") call <sid>hi("NonText", s:grey_800, "", "")
call <sid>hi("Bookmark", s:black_1000, s:lime_200, "none") call <sid>hi("Bookmark", s:black_1000, s:lime_200, "none")
call <sid>hi("Todo", s:yellow_a100, s:yellow_900, "none") call <sid>hi("Todo", s:yellow_a100, s:yellow_900, "none")
call <sid>hi("SignColumn", s:blue_grey_100, s:blue_grey_900, "") call <sid>hi("SignColumn", s:blue_grey_100, s:blue_grey_900, "")
call <sid>hi("VertSplit", s:blue_grey_800, s:blue_grey_300, "") call <sid>hi("VertSplit", s:blue_grey_800, s:blue_grey_300, "")
call <sid>hi("LineNr", s:blue_grey_700, s:black_1000, "italic") call <sid>hi("LineNr", s:blue_grey_700, s:black_1000, "italic")
call <sid>hi("Normal", s:white_1000, "", "") call <sid>hi("Normal", s:white_1000, "", "")
call <sid>hi("Bold", "", "", "bold") call <sid>hi("Bold", "", "", "bold")
call <sid>hi("Italic", "", "", "italic") 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("Character", "", "", "")
call <sid>hi("Pmenu", s:light_green_50, s:blue_grey_800, "none")
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("PmenuSbar", s:light_green_50, s:blue_grey_800, "none") call <sid>hi("PmenuSel", s:yellow_50, s:deep_purple_900, "")
call <sid>hi("PmenuSel", s:yellow_50, s:deep_purple_900, "") call <sid>hi("Comment", s:blue_grey_400, "", "italic")
call <sid>hi("Conditional", "", "", "")
" call <sid>hi("Comment", s:deep_orange_900, "", "italic") call <sid>hi("Constant", "", "", "")
call <sid>hi("Comment", s:blue_grey_600, "", "italic") call <sid>hi("Define", "", "", "")
" call <sid>hi("Comment", s:grey_600, "", "italic") call <sid>hi("Delimiter", "", "", "")
call <sid>hi("Conditional", "", "", "") call <sid>hi("Float", "", "", "")
call <sid>hi("Constant", "", "", "") call <sid>hi("Function", s:blue_300, "", "bold")
call <sid>hi("Define", "", "", "") call <sid>hi("Identifier", s:indigo_200, "", "")
call <sid>hi("Delimiter", "", "", "") call <sid>hi("Include", "", "", "")
call <sid>hi("Float", "", "", "") call <sid>hi("Keyword", s:indigo_300, "", "")
call <sid>hi("Function", s:red_200, "", "bold") call <sid>hi("Label", "", "", "")
" call <sid>hi("Function", 5:grey_900, "", "bold") call <sid>hi("Number", s:indigo_300, "", "")
call <sid>hi("Identifier", s:indigo_200, "", "") call <sid>hi("Operator", s:cyan_200, "", "none")
call <sid>hi("Include", "", "", "") call <sid>hi("PreProc", "", "", "")
call <sid>hi("Keyword", s:indigo_300, "", "") call <sid>hi("Repeat", "", "", "")
call <sid>hi("Label", "", "", "") call <sid>hi("Search", "", s:amber_700, "none")
call <sid>hi("Number", s:indigo_300, "", "") call <sid>hi("Special", s:green_400, "", "")
call <sid>hi("Operator", s:cyan_100, "", "") call <sid>hi("SpecialChar", "", "", "")
call <sid>hi("PreProc", "", "", "") call <sid>hi("Statement", s:indigo_100, "", "none")
call <sid>hi("Repeat", "", "", "") call <sid>hi("StorageClass", "", "", "")
call <sid>hi("Search", "", s:yellow_a100, "none") call <sid>hi("String", s:light_green_400, "", "italic")
call <sid>hi("Special", s:green_400, "", "") call <sid>hi("Structure", "", "", "")
call <sid>hi("SpecialChar", "", "", "") call <sid>hi("Tag", "", "", "")
call <sid>hi("Statement", s:blue_grey_300, "", "bold") call <sid>hi("Todo", "", "", "")
call <sid>hi("StorageClass", "", "", "") call <sid>hi("Type", s:cyan_200, "", "none")
call <sid>hi("String", s:light_green_200, "", "italic") call <sid>hi("Typedef", "", "", "")
call <sid>hi("Structure", "", "", "") call <sid>hi("goDeclaration", s:deep_purple_200, "", "none")
call <sid>hi("Tag", "", "", "") call <sid>hi("goReceiverType", s:cyan_200, "", "none")
call <sid>hi("Todo", "", "", "") call <sid>hi("goMethodCall", s:brown_100, "", "none")
call <sid>hi("Type", s:purple_100, "", "none") call <sid>hi("goField", s:cyan_50, "", "none")
call <sid>hi("Typedef", "", "", "") call <sid>hi("goFunctionCall", s:brown_200, "", "none")
call <sid>hi("goDeclaration", "", "", "bold") call <sid>hi("goSameId", s:lime_a400, "", "italic")
call <sid>hi("goReceiverType", s:teal_100, "", "none")
call <sid>hi("goMethodCall", s:brown_100, "", "none")
call <sid>hi("goField", s:cyan_100, "", "none")
call <sid>hi("goFunctionCall", s:brown_200, "", "none")