mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-07 03:06:56 +00:00
Add diff colors to Solar Flare palette & use yellow color for diff-invisible.
This commit is contained in:
parent
68dbdee139
commit
4bcf4adb6b
@ -125,6 +125,14 @@ foreground: #657b83
|
||||
tiddler-link-foreground: <<colour primary>>
|
||||
|
||||
alert-border: #b99e2f
|
||||
diff-delete-background: inherit
|
||||
diff-delete-foreground: <<colour red>>
|
||||
diff-equal-background: inherit
|
||||
diff-equal-foreground: inherit
|
||||
diff-insert-background: inherit
|
||||
diff-insert-foreground: <<colour green>>
|
||||
diff-invisible-background: inherit
|
||||
diff-invisible-foreground: <<colour yellow>>
|
||||
dirty-indicator: #ff0000
|
||||
dropzone-background: rgba(0,200,0,0.7)
|
||||
external-link-background-hover: inherit
|
||||
|
@ -24,8 +24,8 @@ diff-equal-background: inherit
|
||||
diff-equal-foreground: inherit
|
||||
diff-insert-background: inherit
|
||||
diff-insert-foreground: #859900
|
||||
diff-invisible-background:
|
||||
diff-invisible-foreground: <<colour muted-foreground>>
|
||||
diff-invisible-background: inherit
|
||||
diff-invisible-foreground: #b58900
|
||||
dirty-indicator: #dc322f
|
||||
download-background: #859900
|
||||
download-foreground: #073642
|
||||
|
@ -24,8 +24,8 @@ diff-equal-background: inherit
|
||||
diff-equal-foreground: inherit
|
||||
diff-insert-background: inherit
|
||||
diff-insert-foreground: #859900
|
||||
diff-invisible-background:
|
||||
diff-invisible-foreground: <<colour muted-foreground>>
|
||||
diff-invisible-background: inherit
|
||||
diff-invisible-foreground: #b58900
|
||||
dirty-indicator: #dc322f
|
||||
download-background: #859900
|
||||
download-foreground: #eee8d5
|
||||
|
Loading…
x
Reference in New Issue
Block a user