From: Thomas Teixeira Date: Thu, 2 Nov 2023 13:06:43 +0000 (+0100) Subject: fix: removing bold for now since it breaks secondary selection X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=e7922aa74689c231df0ee22c1c5f9fbee9dadbfd;p=dabruin.kak fix: removing bold for now since it breaks secondary selection --- diff --git a/dabruin.kak b/dabruin.kak index 2092808..1dd54b2 100644 --- a/dabruin.kak +++ b/dabruin.kak @@ -11,10 +11,10 @@ evaluate-commands %sh{ deep='rgb:3D4C59' ## code cat <<-COLORSCHEME - face global value ${foreground},${background}+di - face global type default+bu + face global value ${foreground}+di + face global type ${foreground}+u face global variable ${foreground}+i - face global module default@string + face global module string face global function ${accent}+di face global string ${grey}+i face global keyword ${accent} @@ -23,9 +23,9 @@ evaluate-commands %sh{ face global comment ${deep} face global documentation comment face global meta ${accent}+d - face global builtin default+i + face global builtin ${foreground}+i - face global title ${accent}+bi + face global title ${accent}+i face global header title face global mono string face global block mono @@ -35,9 +35,9 @@ evaluate-commands %sh{ face global Default ${foreground},${background} face global PrimarySelection ${background},${accent}+fg - face global SecondarySelection ${accent}+drfg + face global SecondarySelection ${accent},${background}+rdfg face global PrimaryCursor ${background},${foreground}+fg - face global SecondaryCursor ${foreground}+drfg + face global SecondaryCursor ${foreground},${background}+rdfg face global PrimaryCursorEol ${grey}+r face global SecondaryCursorEol ${grey}+dr face global LineNumbers ${grey},${background}+d