1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 23:03:50 +00:00

Palette entries for alerts, codeblocks and diffs

This commit is contained in:
Jeremy Ruston 2024-08-22 17:22:28 +01:00
parent 9273af5017
commit c770b18909

View File

@ -58,23 +58,23 @@ flexoki-bl: <<colour flexoki-blue-400>>
flexoki-pu: <<colour flexoki-purple-400>> flexoki-pu: <<colour flexoki-purple-400>>
flexoki-ma: <<colour flexoki-magenta-400>> flexoki-ma: <<colour flexoki-magenta-400>>
alert-background: #ffe476 alert-background: <<colour flexoki-bg-2>>
alert-border: #b99e2f alert-border: <<colour flexoki-ui>>
alert-highlight: #881122 alert-highlight: <<colour flexoki-tx-3>>
alert-muted-foreground: #b99e2f alert-muted-foreground: <<colour flexoki-tx-2>>
background: <<colour flexoki-bg>> background: <<colour flexoki-bg>>
blockquote-bar: <<colour muted-foreground>> blockquote-bar: <<colour muted-foreground>>
button-background: button-background:
button-foreground: button-foreground:
button-border: button-border:
code-background: #f7f7f9 code-background: <<colour flexoki-bg>>
code-border: #e1e1e8 code-border: <<colour flexoki-tx>>
code-foreground: #dd1144 code-foreground: <<colour flexoki-tx>>
diff-delete-background: #ffc9c9 diff-delete-background: <<colour flexoki-re>>
diff-delete-foreground: <<colour foreground>> diff-delete-foreground: <<colour foreground>>
diff-equal-background: diff-equal-background:
diff-equal-foreground: <<colour foreground>> diff-equal-foreground: <<colour foreground>>
diff-insert-background: #aaefad diff-insert-background: <<colour flexoki-gr>>
diff-insert-foreground: <<colour foreground>> diff-insert-foreground: <<colour foreground>>
diff-invisible-background: diff-invisible-background:
diff-invisible-foreground: <<colour muted-foreground>> diff-invisible-foreground: <<colour muted-foreground>>