From 78d89cfdcca54d397c22954b5df56469e24d6efa Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 3 Nov 2018 17:47:49 +0000 Subject: [PATCH] update --- vim/colors/monotonous-dark.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index 2f9816c..c369e6f 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -50,7 +50,7 @@ gray_bg = ["#202122", 234, "black"] gray1 = ["#333535", 237, "black"] gray_deco = ["#3f3f3f", 238, "gray"] - gray2 = ["#494545", 238, "gray"] + gray2 = ["#494646", 238, "gray"] gray3 = ["#5d5959", 240, "gray"] gray3_pure = ["#5d5d5d", 240, "gray"] gray4 = ["#716c6c", 243, "gray"] @@ -359,6 +359,7 @@ [ "cssIdentifier", "cssIdentifier" ], [ "cssClassName", "cssClass" ], [ "cssClassNameDot", "cssClass" ], + [ "cssTagName", "htmlTagName" ], [ "cssPseudoClassId", "cssClassName" ], [ "cssKeyFrameSelector", "Label" ], [ "cssFunctionName", "cssIdentifier" ],