From 47b42236628ad49b59a4e6964fe74dd9b4e9ac93 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 7 Dec 2018 17:05:43 +0000 Subject: [PATCH] update php definitions --- vim/colors/monotonous-dark.erb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index 0077a4d..1e06ee0 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -194,10 +194,10 @@ [ "NonText", "NONE", color_primary_strong3, "NONE" ], [ "Tag", color_primary_weak1, "NONE", "NONE" ], - [ "Identifier", "NONE", red3, "NONE" ], + [ "Identifier", "NONE", color_primary3, "NONE" ], [ "Function", "NONE", color_primary_strong1, "bold" ], - [ "Type", "NONE", red1, "NONE" ], + [ "Type", "NONE", color_primary1, "NONE" ], [ "StorageClass", "NONE", color_primary_weak3, "bold" ], [ "Structure", "StorageClass"], [ "TypeDef", "StorageClass"], @@ -215,7 +215,7 @@ [ "Conditional", "NONE", fg_strong3, "bold" ], [ "Repeat", "NONE", fg_strong2, "bold" ], [ "Label", "NONE", fg_strong1, "bold" ], - [ "Operator", "NONE", fg_strong2, "bold" ], + [ "Operator", "NONE", fg_comment, "NONE" ], [ "Keyword", "NONE", fg_strong1, "bold" ], [ "Exception", "NONE", color_primary_weak2, "bold" ], @@ -577,6 +577,10 @@ [ "phpRegion", "Normal" ], [ "phpComparison", "Operator" ], + [ "phpMethod", "Function" ], + [ "phpParent", "Normal" ], + [ "phpMemberSelector", "StorageClass" ], + [ "phpVarSelector", "StorageClass" ], # quickfix