From 02322f4214ff8844b8a78d1cef2f7ddd310d0ac5 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 26 Nov 2018 12:21:48 +0000 Subject: [PATCH] update netrw highlighting --- vim/colors/monotonous-dark.erb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index 47040fc..0077a4d 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -634,6 +634,20 @@ [ "CtrlPUndoSv", "NONE", ui_fg_warning, "NONE" ], [ "CtrlPUndoPo", "NONE", ui_fg_strong3, "bold" ], + # netrw + [ "netrwTreeBar", "Noise" ], + [ "netrwClassify", "Noise" ], + [ "netrwExe", "Identifier" ], + [ "netrwDir", "String" ], + [ "netrwPlain", "Statement" ], + [ "netrwHelpCmd", "Type" ], + [ "netrwCmdNote", "function" ], + [ "netrwQuickHelp", "netrwCmdNote" ], + [ "netrwCmdSep", "Noise" ], + [ "netrwVersion", "StorageClass" ], + [ "netrwList", "String" ], + [ "netrwHidePat", "Identifier" ], + # i3config [ "Variable", "Function" ], @@ -679,20 +693,6 @@ # "hi! def link gitCommitBehind gitCommitNumber # ""}}} - # "" #netrw highlighting - # ""{{{ - # "hi! def link netrwVersion mInterfaceH3 - # "hi! def link netrwComment mInterfaceNormalNormal - # "hi! def link netrwClassify mInterfaceNormal - # "hi! def link netrwTreebar mInterfaceNormalDark - # "hi! def link netrwCmdNote mInterfaceHelpBright - # "hi! def link netrwQuickHelp netrwCmdNote - # "hi! def link netrwList mInterfaceSpecial - # "hi! def link netrwHidePat mInterfaceSpecial - # "hi! def link netrwQHTopic mInterfaceKeyword - # "hi! def link netrwHelpCmd mInterfaceKey - # ""}}} - # "" #tagbar highlighting # "" TagbarHighlight defined in vimrc as it gets overridden # "" by plugin when defined in here