diff --git a/vim/colors/monotonous-dark.erb b/vim/colors/monotonous-dark.erb index 0fb6b53..d35f9ad 100644 --- a/vim/colors/monotonous-dark.erb +++ b/vim/colors/monotonous-dark.erb @@ -170,10 +170,7 @@ ui_fg_warning_weak = ["#7b6a6a", 88, "darkred"] ui_fg_warning = ["#725454", 124, "red"] ui_fg_warning_strong = ["#916c6c", 196, "red"] - ui_fg_error_weak = ["#6a2e2e", 196, "red"] - ui_fg_error = ["#833838", 196, "red"] - ui_fg_info = ui_fg - ui_fg_info_weak = ui_fg_weak2 + ui_fg_error = ["#7D3636", 196, "red"] # Step 3: highlights @@ -358,18 +355,18 @@ [ "LinterDash", "NONE", fg_weak1, "NONE"], [ "LinterDashActive", "NONE", ui_fg_weak2, "NONE"], - [ "LinterError", "NONE", ui_fg_error_weak, "NONE"], + [ "LinterError", "NONE", ui_fg, "bold"], [ "LinterErrorActive", "NONE", ui_fg_error, "bold"], - [ "LinterErrorStyle", "NONE", ui_fg_error_weak, "NONE"], - [ "LinterErrorStyleActive", "NONE", ui_fg_error, "bold"], + [ "LinterErrorStyle", "NONE", ui_fg, "NONE"], + [ "LinterErrorStyleActive", "NONE", ui_fg_error, "NONE"], - [ "LinterWarning", "NONE", ui_fg_warning_weak, "NONE"], + [ "LinterWarning", "NONE", ui_fg_weak2, "bold"], [ "LinterWarningActive", "NONE", ui_fg_warning, "bold"], - [ "LinterWarningStyle", "NONE", ui_fg_warning_weak, "NONE"], - [ "LinterWarningStyleActive", "NONE", ui_fg_warning, "bold"], + [ "LinterWarningStyle", "NONE", ui_fg_weak2, "NONE"], + [ "LinterWarningStyleActive", "NONE", ui_fg_warning, "NONE"], - [ "LinterInfo", "NONE", ui_fg_info_weak, "NONE"], - [ "LinterInfoActive", "NONE", ui_fg_info, "bold"], + [ "LinterInfo", "NONE", ui_bg, "NONE"], + [ "LinterInfoActive", "NONE", ui_fg_weak2, "NONE"], [ "GitGutterDelete", "NONE", ui_sign_delete, "bold"], [ "GitGutterChange", "NONE", ui_sign_change, "bold"],