]> Freerunner's - dabruin.kak/commitdiff
fix: removing bold for now since it breaks secondary selection
authorThomas Teixeira <thomas.teixeira@startmail.com>
Thu, 2 Nov 2023 13:06:43 +0000 (14:06 +0100)
committerThomas Teixeira <thomas.teixeira@startmail.com>
Thu, 2 Nov 2023 13:06:43 +0000 (14:06 +0100)
dabruin.kak

index 2092808f0c881c7e8b42c5a57ae8ec3ee4980678..1dd54b259de8fa85159470664ab290e321a21ebc 100644 (file)
@@ -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