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_dim}+i
+ face global value ${foreground},${background}+di
face global type default+bu
face global variable ${foreground}+i
face global module default@string
- face global function ${accent_dim}+i
+ face global function ${accent}+di
face global string ${grey}+i
face global keyword ${accent}
face global operator ${foreground}
face global attribute ${foreground}+i
face global comment ${deep}
face global documentation comment
- face global meta ${accent_dim}
+ face global meta ${accent}+d
face global builtin default+i
face global title ${accent}+bi
face global header title
face global mono string
face global block mono
- face global link ${accent_dim}+u
- face global bullet ${foreground_dim}
+ face global link ${accent}+ud
+ face global bullet ${foreground}+d
face global list bullet
face global Default ${foreground},${background}
- face global PrimarySelection ${foreground}+rfg
- face global SecondarySelection ${grey}+rfg
- face global PrimaryCursor ${foreground},${background}+rfg
- face global SecondaryCursor ${grey},${background}+rfg
- face global PrimaryCursorEol default+dfg@PrimaryCursor
- face global SecondaryCursorEol default+dfg@SecondaryCursor
+ face global PrimarySelection ${background},${accent}+fg
+ face global SecondarySelection ${accent}+drfg
+ face global PrimaryCursor ${background},${foreground}+fg
+ face global SecondaryCursor ${foreground}+drfg
+ face global PrimaryCursorEol ${grey}+r
+ face global SecondaryCursorEol ${grey}+dr
face global LineNumbers ${grey},${background}+d
face global LineNumbersWrapped ${background},${background}
face global LineNumberCursor ${foreground},${background}