From e9bb11be97b4f08ca2fbd7488c901280aa5dbc69 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 8 Nov 2018 12:02:59 +0000 Subject: [PATCH] update --- vim/colors/monotonous-dark.erb | 51 ++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index 010741b..ff1b78f 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -127,6 +127,9 @@ ui_cursor_bg = ["#eee4e4", 255, "white"] ui_cursor_fg = ["#131313", 0, "black"] + ui_linenr = fg_weak1 + ui_cursorlinenr = fg_weak2 + ui_search = ["#49535a", 17, "darkblue"] ui_incsearch = ["#93adc2", 17, "darkblue"] @@ -151,6 +154,8 @@ ui_statusbar_mod_active = ["#916c6c", 124, "red"] ui_statusbar_input = ["#384046", 17, "darkblue"] + ui_fileinfo = fg_comment + ui_fg_errormsg = ["#c74444", 196, "red"] ui_fg_warningmsg = ["#a67038", 166, "yellow"] ui_fg_question = ["#797532", 247, "darkgray"] @@ -160,6 +165,16 @@ ui_fg_warning_strong = ["#916c6c", 196, "red"] ui_fg_error = ["#7D3636", 196, "red"] + ui_fg_linter_dash = fg_weak1 + ui_fg_linter_dash_active = fg_comment + ui_fg_linter_error = ui_fg + ui_fg_linter_error_active = ui_fg_error + ui_fg_linter_warning = ui_fg_weak2 + ui_fg_linter_warning_active = ui_fg_warning + ui_fg_linter_info = fg_weak1 + ui_fg_linter_info_active = fg_comment + + # Step 3: highlights highlights = [ @@ -219,10 +234,10 @@ [ "SignColumn", bg, ui_fg_strong3, "NONE" ], [ "CursorLine", bg_cursorline, "NONE", "NONE" ], - [ "Title", "NONE", fg_strong2, "bold" ], + [ "Title", "NONE", fg_strong4, "bold" ], - [ "LineNr", bg, ui_fg_weak2, "NONE" ], - [ "CursorLineNr", bg, ui_fg_strong1, "bold" ], + [ "LineNr", bg, ui_linenr, "NONE" ], + [ "CursorLineNr", bg, ui_cursorlinenr, "bold" ], # [ "helpLeadBlank", "NONE", grayfg, "NONE" ], # [ "helpNormal", "NONE", grayfg, "NONE" ], @@ -291,7 +306,7 @@ [ "StatusLineDivMod", ui_statusbar_mod, ui_statusbar_mod, "NONE"], [ "StatusLineDivModActive", ui_statusbar_mod_active, ui_statusbar_mod_active, "NONE"], - [ "StatusLineFileInfo", "NONE", ui_fg, "italic"], + [ "StatusLineFileInfo", "NONE", ui_fileinfo, "italic"], [ "StatusLineFile", ui_bg, ui_fg_strong2, "italic"], [ "StatusLineFileActive", ui_bg, ui_fg_strong3, "italic"], @@ -307,21 +322,21 @@ [ "StatusLineWarning", ui_bg, ui_fg_strong1, "bold"], [ "StatusLineWarningActive", "NONE", ui_fg_warning, "bold"], - [ "LinterDash", "NONE", fg_weak1, "NONE"], - [ "LinterDashActive", "NONE", ui_fg_weak2, "NONE"], + [ "LinterDash", "NONE", ui_fg_linter_dash, "NONE"], + [ "LinterDashActive", "NONE", ui_fg_linter_dash_active, "NONE"], - [ "LinterError", "NONE", ui_fg, "bold"], - [ "LinterErrorActive", "NONE", ui_fg_error, "bold"], - [ "LinterErrorStyle", "NONE", ui_fg, "NONE"], - [ "LinterErrorStyleActive", "NONE", ui_fg_error, "NONE"], + [ "LinterError", "NONE", ui_fg_linter_error, "bold"], + [ "LinterErrorActive", "NONE", ui_fg_linter_error_active, "bold"], + [ "LinterErrorStyle", "NONE", ui_fg_linter_error, "NONE"], + [ "LinterErrorStyleActive", "NONE", ui_fg_linter_error_active, "NONE"], - [ "LinterWarning", "NONE", ui_fg_weak2, "bold"], - [ "LinterWarningActive", "NONE", ui_fg_warning, "bold"], - [ "LinterWarningStyle", "NONE", ui_fg_weak2, "NONE"], - [ "LinterWarningStyleActive", "NONE", ui_fg_warning, "NONE"], + [ "LinterWarning", "NONE", ui_fg_linter_warning, "bold"], + [ "LinterWarningActive", "NONE", ui_fg_linter_warning_active, "bold"], + [ "LinterWarningStyle", "NONE", ui_fg_linter_warning, "NONE"], + [ "LinterWarningStyleActive", "NONE", ui_fg_linter_warning_active, "NONE"], - [ "LinterInfo", "NONE", ui_bg, "NONE"], - [ "LinterInfoActive", "NONE", ui_fg_weak2, "NONE"], + [ "LinterInfo", "NONE", ui_fg_linter_info, "NONE"], + [ "LinterInfoActive", "NONE", ui_fg_linter_info_active, "NONE"], [ "GitGutterDelete", "NONE", ui_sign_delete, "bold"], [ "GitGutterChange", "NONE", ui_sign_change, "bold"], @@ -347,13 +362,13 @@ [ "cssTagName", "htmlTagName" ], [ "cssPseudoClassId", "cssClassName" ], [ "cssKeyFrameSelector", "Label" ], - [ "cssFunctionName", "cssIdentifier" ], + [ "cssFunctionName", "cssFunction" ], [ "cssBraces", "Noise" ], [ "cssUnitDecorators", "NONE", fg_strong2, "NONE" ], [ "scssSelector", "cssClass" ], [ "scssSelectorName", "scssSelector" ], [ "scssSelectorChar", "cssIdentifier" ], - [ "scssFunctionName", "cssFunction" ], + [ "scssFunctionName", "cssFunctionName" ], [ "scssMixin", "keyword" ], [ "scssMixinName", "cssFunction" ], [ "scssampersand", "scssSelectorName" ],