AutoYADM commit: 2025-05-07 17:29:23
This commit is contained in:
parent
067bb5c885
commit
75d15b6e3e
1 changed files with 12 additions and 12 deletions
|
@ -45,22 +45,22 @@ evaluate-commands %sh{
|
||||||
face global documentation comment
|
face global documentation comment
|
||||||
# TODO: change
|
# TODO: change
|
||||||
face global meta ${aqua}
|
face global meta ${aqua}
|
||||||
face global builtin ${fg}+b
|
face global builtin ${blue}
|
||||||
|
|
||||||
# Markdown highlighting
|
# Markdown highlighting
|
||||||
face global title ${green}+b
|
face global title ${red_glowing}+b
|
||||||
face global header ${orange}
|
face global header ${red_glowing}
|
||||||
face global mono ${fg4}
|
face global mono ${g_4}
|
||||||
face global block ${aqua}
|
face global block ${aqua}
|
||||||
face global link ${blue}+u
|
face global link ${red_glowing}+ui
|
||||||
face global bullet ${yellow}
|
face global bullet ${orange_glow}
|
||||||
face global list ${fg}
|
face global list ${orange_glow}
|
||||||
|
|
||||||
face global Default ${fg},${bg}
|
face global Default ${text},${background}
|
||||||
face global PrimarySelection ${fg_alpha},${blue}+g
|
face global PrimaryCursor ${background},${orange_blaze}+gb
|
||||||
face global SecondarySelection ${bg_alpha},${blue}+g
|
face global SecondaryCursor ${background},${orange_muted}+g
|
||||||
face global PrimaryCursor ${bg},${fg}+fg
|
face global PrimarySelection ${bg},${fg}+fg
|
||||||
face global SecondaryCursor ${bg},${bg4}+fg
|
face global SecondarySelection ${bg},${bg4}+fg
|
||||||
face global PrimaryCursorEol ${bg},${fg4}+fg
|
face global PrimaryCursorEol ${bg},${fg4}+fg
|
||||||
face global SecondaryCursorEol ${bg},${bg2}+fg
|
face global SecondaryCursorEol ${bg},${bg2}+fg
|
||||||
face global LineNumbers ${bg4}
|
face global LineNumbers ${bg4}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue