Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DiffTextWidget colors to some palettes #8661

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/palettes/GruvBoxDark.tid
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ diff-delete-foreground: <<colour foreground>>
diff-equal-background:
diff-equal-foreground: <<colour foreground>>
diff-insert-background: #b8bb26
diff-insert-foreground: <<colour foreground>>
diff-invisible-background:
diff-invisible-foreground: <<colour muted-foreground>>
diff-insert-foreground: <<colour background>>
diff-invisible-background: #ffff97
diff-invisible-foreground: #444347
dirty-indicator: #fb4934
download-background: #b8bb26
download-foreground: <<colour background>>
Expand Down
4 changes: 2 additions & 2 deletions core/palettes/Nord.tid
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ diff-delete-foreground: <<colour foreground>>
diff-equal-background:
diff-equal-foreground: <<colour foreground>>
diff-insert-background: #A3BE8C
diff-insert-foreground: <<colour foreground>>
diff-invisible-background:
diff-insert-foreground: <<colour background>>
diff-invisible-background: #f9f3b5
diff-invisible-foreground: <<colour muted-foreground>>
dirty-indicator: #BF616A
download-background: #A3BE8C
Expand Down
8 changes: 8 additions & 0 deletions core/palettes/SolarFlare.tid
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions core/palettes/SolarizedDark.tid
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ button-foreground: #93a1a1
code-background: #073642
code-border: #586e75
code-foreground: #93a1a1
diff-delete-background: inherit
diff-delete-foreground: #dc322f
diff-equal-background: inherit
diff-equal-foreground: inherit
diff-insert-background: inherit
diff-insert-foreground: #859900
diff-invisible-background: inherit
diff-invisible-foreground: #b58900
dirty-indicator: #dc322f
download-background: #859900
download-foreground: #073642
Expand Down
8 changes: 8 additions & 0 deletions core/palettes/SolarizedLight.tid
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ button-foreground: #586e75
code-background: #eee8d5
code-border: #93a1a1
code-foreground: #586e75
diff-delete-background: inherit
diff-delete-foreground: #dc322f
diff-equal-background: inherit
diff-equal-foreground: inherit
diff-insert-background: inherit
diff-insert-foreground: #859900
diff-invisible-background: inherit
diff-invisible-foreground: #b58900
dirty-indicator: #dc322f
download-background: #859900
download-foreground: #eee8d5
Expand Down
8 changes: 4 additions & 4 deletions core/palettes/Twilight.tid
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ code-background: rgba(0,0,0,0.03)
code-border: rgba(0,0,0,0.08)
code-foreground: rgb(255, 94, 94)
diff-delete-background: #ffc9c9
diff-delete-foreground: <<colour foreground>>
diff-delete-foreground: <<colour background>>
diff-equal-background:
diff-equal-foreground: <<colour foreground>>
diff-insert-background: #aaefad
diff-insert-foreground: <<colour foreground>>
diff-invisible-background:
diff-invisible-foreground: <<colour muted-foreground>>
diff-insert-foreground: <<colour background>>
diff-invisible-background: #fdfcbd
diff-invisible-foreground: <<colour background>>
dirty-indicator: rgb(255, 94, 94)
download-background: #19a974
download-foreground: rgb(38, 38, 38)
Expand Down
Loading