From c906a4b0c0f453e6a0d73896b7b732b3360e02fc Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 7 Apr 2018 17:55:39 +0200 Subject: [PATCH] nvim colors --- .config/nvim/colors/dln-dark.vim | 101 +++++++++++++++---------------- 1 file changed, 48 insertions(+), 53 deletions(-) diff --git a/.config/nvim/colors/dln-dark.vim b/.config/nvim/colors/dln-dark.vim index 68f2a29..9a706c9 100644 --- a/.config/nvim/colors/dln-dark.vim +++ b/.config/nvim/colors/dln-dark.vim @@ -295,56 +295,51 @@ endfun " FIXME: This needs doing -call hi("Visual", s:cyan_a100, s:blue_900, "") -call hi("Folded", s:purple_100, s:purple_900, "") -call hi("NonText", s:grey_800, "", "") -call hi("Bookmark", s:black_1000, s:lime_200, "none") -call hi("Todo", s:yellow_a100, s:yellow_900, "none") -call hi("SignColumn", s:blue_grey_100, s:blue_grey_900, "") -call hi("VertSplit", s:blue_grey_800, s:blue_grey_300, "") -call hi("LineNr", s:blue_grey_700, s:black_1000, "italic") -call hi("Normal", s:white_1000, "", "") -call hi("Bold", "", "", "bold") -call hi("Italic", "", "", "italic") -call hi("Boolean", s:pink_500, "", "bold") -call hi("Character", "", "", "") - -call hi("Pmenu", s:light_green_50, s:blue_grey_800, "none") -call hi("PmenuSbar", s:light_green_50, s:blue_grey_800, "none") -call hi("PmenuSel", s:yellow_50, s:deep_purple_900, "") - -" call hi("Comment", s:deep_orange_900, "", "italic") -call hi("Comment", s:blue_grey_600, "", "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:red_200, "", "bold") -" call hi("Function", 5:grey_900, "", "bold") -call hi("Identifier", s:indigo_200, "", "") -call hi("Include", "", "", "") -call hi("Keyword", s:indigo_300, "", "") -call hi("Label", "", "", "") -call hi("Number", s:indigo_300, "", "") -call hi("Operator", s:cyan_100, "", "") -call hi("PreProc", "", "", "") -call hi("Repeat", "", "", "") -call hi("Search", "", s:yellow_a100, "none") -call hi("Special", s:green_400, "", "") -call hi("SpecialChar", "", "", "") -call hi("Statement", s:blue_grey_300, "", "bold") -call hi("StorageClass", "", "", "") -call hi("String", s:light_green_200, "", "italic") -call hi("Structure", "", "", "") -call hi("Tag", "", "", "") -call hi("Todo", "", "", "") -call hi("Type", s:purple_100, "", "none") -call hi("Typedef", "", "", "") -call hi("goDeclaration", "", "", "bold") -call hi("goReceiverType", s:teal_100, "", "none") -call hi("goMethodCall", s:brown_100, "", "none") -call hi("goField", s:cyan_100, "", "none") -call hi("goFunctionCall", s:brown_200, "", "none") - +call hi("Visual", s:cyan_a100, s:blue_900, "") +call hi("Folded", s:purple_100, s:purple_900, "") +call hi("NonText", s:grey_800, "", "") +call hi("Bookmark", s:black_1000, s:lime_200, "none") +call hi("Todo", s:yellow_a100, s:yellow_900, "none") +call hi("SignColumn", s:blue_grey_100, s:blue_grey_900, "") +call hi("VertSplit", s:blue_grey_800, s:blue_grey_300, "") +call hi("LineNr", s:blue_grey_700, s:black_1000, "italic") +call hi("Normal", s:white_1000, "", "") +call hi("Bold", "", "", "bold") +call hi("Italic", "", "", "italic") +call hi("Boolean", s:orange_200, "", "") +call hi("Character", "", "", "") +call hi("Pmenu", s:light_green_50, s:blue_grey_800, "none") +call hi("PmenuSbar", s:light_green_50, s:blue_grey_800, "none") +call hi("PmenuSel", s:yellow_50, s:deep_purple_900, "") +call hi("Comment", s:blue_grey_400, "", "italic") +call hi("Conditional", "", "", "") +call hi("Constant", "", "", "") +call hi("Define", "", "", "") +call hi("Delimiter", "", "", "") +call hi("Float", "", "", "") +call hi("Function", s:blue_300, "", "bold") +call hi("Identifier", s:indigo_200, "", "") +call hi("Include", "", "", "") +call hi("Keyword", s:indigo_300, "", "") +call hi("Label", "", "", "") +call hi("Number", s:indigo_300, "", "") +call hi("Operator", s:cyan_200, "", "none") +call hi("PreProc", "", "", "") +call hi("Repeat", "", "", "") +call hi("Search", "", s:amber_700, "none") +call hi("Special", s:green_400, "", "") +call hi("SpecialChar", "", "", "") +call hi("Statement", s:indigo_100, "", "none") +call hi("StorageClass", "", "", "") +call hi("String", s:light_green_400, "", "italic") +call hi("Structure", "", "", "") +call hi("Tag", "", "", "") +call hi("Todo", "", "", "") +call hi("Type", s:cyan_200, "", "none") +call hi("Typedef", "", "", "") +call hi("goDeclaration", s:deep_purple_200, "", "none") +call hi("goReceiverType", s:cyan_200, "", "none") +call hi("goMethodCall", s:brown_100, "", "none") +call hi("goField", s:cyan_50, "", "none") +call hi("goFunctionCall", s:brown_200, "", "none") +call hi("goSameId", s:lime_a400, "", "italic")