diff --git a/.config/nvim/colors/dln.vim b/.config/nvim/colors/dln.vim index 8c3b19b..dbfe570 100644 --- a/.config/nvim/colors/dln.vim +++ b/.config/nvim/colors/dln.vim @@ -297,30 +297,37 @@ call hi("LineNr", s:blue_grey_400, s:blue_grey_50, "italic") call hi("Normal", s:black_1000, s:white_1000, "") call hi("Bold", "", "", "bold") call hi("Italic", "", "", "italic") -call hi("Boolean", "", "", "") +call hi("Boolean", s:pink_500, "", "") call hi("Character", "", "", "") -call hi("Comment", s:teal_500, "", "italic") +" call hi("Comment", s:deep_orange_900, "", "italic") +call hi("Comment", s:blue_grey_500, "", "italic") +" call hi("Comment", s:grey_600, "", "italic") call hi("Conditional", "", "", "") call hi("Constant", "", "", "") call hi("Define", "", "", "") call hi("Delimiter", "", "", "") call hi("Float", "", "", "") -call hi("Function", s:teal_500, "", "") +call hi("Function", s:red_900, "", "bold") +" call hi("Function", 5:grey_900, "", "bold") call hi("Identifier", s:indigo_500, "", "bold") call hi("Include", "", "", "") -call hi("Keyword", s:purple_600, "", "") +call hi("Keyword", s:indigo_900, "", "") call hi("Label", "", "", "") -call hi("Number", "", "", "") -call hi("Operator", s:deep_orange_a700, "", "") +call hi("Number", s:blue_600, "", "") +call hi("Operator", s:cyan_900, "", "") call hi("PreProc", "", "", "") call hi("Repeat", "", "", "") call hi("Special", s:green_700, "", "") call hi("SpecialChar", "", "", "") -call hi("Statement", s:indigo_500, "", "") +call hi("Statement", s:blue_grey_700, "", "bold") call hi("StorageClass", "", "", "") call hi("String", s:light_green_800, "", "italic") call hi("Structure", "", "", "") call hi("Tag", "", "", "") call hi("Todo", "", "", "") -call hi("Type", s:blue_grey_700, "", "none") +call hi("Type", s:deep_purple_900, "", "none") call hi("Typedef", "", "", "") +call hi("goDeclaration", "", "", "bold") +call hi("goReceiverType", s:teal_500, "", "none") +call hi("goMethodCall", s:deep_orange_600, "", "none") +call hi("goFunctionCall", s:deep_orange_700, "", "none") diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 262596b..ba42729 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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 +