This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-19 21:58:59 +02:00
parent a2c8c6e4d6
commit 39e1806e7e
11 changed files with 243 additions and 74 deletions

View File

@@ -91,23 +91,23 @@
"variableother.member" = foreground;
"warning" = red.base;
"markup.heading" = accent.base;
"markup.bold" = {
"fg" = foreground;
"fg" = tertiary.bright;
"modifiers" = [ "bold" ];
};
"markup.heading" = foreground;
"italic" = {
"fg" = foreground;
"fg" = secondary.bright;
"modifiers" = [ "italic" ];
};
"markup.linktext" = foreground;
"markup.linktext" = accent.base;
"markup.linkurl" = {
"fg" = foreground;
"fg" = tertiary.dark;
"modifiers" = [ "underlined" ];
};
"markup.list" = foreground;
"markup.quote" = foreground;
"markup.raw" = foreground;
"markup.list" = accent.bright;
"markup.quote" = weird.bright;
"markup.raw" = special.bright;
"markup.strikethrough" = {
"modifiers" = [ "crossed_out" ];
};