From: Thomas Teixeira Date: Wed, 1 Nov 2023 22:24:31 +0000 (+0100) Subject: feat: Errors+Warning and +d -> _dim colors X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=05a9f2e8449f6dae31d62c2d9a7e7ff408502e04;p=dabruin.kak feat: Errors+Warning and +d -> _dim colors --- diff --git a/dabruin.kak b/dabruin.kak index 19d6d0a..1f1b8df 100644 --- a/dabruin.kak +++ b/dabruin.kak @@ -9,13 +9,17 @@ evaluate-commands %sh{ foreground='rgb:F5F5F5' grey='rgb:B2BECA' deep='rgb:3D4C59' + # Using two other colors instead of dim option because it bleeds through selection. + # Need to investigate further the issue + foreground_dim='rgb:767676' + accent_dim="${kak_opt_dabruin_accent_dim:-rgb:854E00}" ## code cat <<-COLORSCHEME - face global value ${foreground}+di + face global value ${foreground_dim}+i face global type default+bu face global variable ${foreground}+i face global module default@string - face global function ${accent}+di + face global function ${accent_dim}+i face global string ${grey}+i face global keyword ${accent} face global operator ${foreground} @@ -47,9 +51,9 @@ evaluate-commands %sh{ face global MenuBackground ${foreground},${background} face global MenuInfo ${accent}@MenuBackground face global Information ${foreground},${background} - face global Error ${foreground},${background} - face global DiagnosticError ${foreground} - face global DiagnosticWarning ${foreground} + face global Error red + face global DiagnosticError red + face global DiagnosticWarning yellow face global StatusLine ${foreground},${background} face global StatusLineMode ${accent} face global StatusLineInfo ${grey}