mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-26 07:02:51 +00:00
Contrast palette tweaks
This commit is contained in:
parent
7b4153f87f
commit
52529f9b32
@ -1,6 +1,6 @@
|
|||||||
title: $:/palettes/ContrastDark
|
title: $:/palettes/ContrastLight
|
||||||
name: Contrast (Dark)
|
name: Contrast (Light)
|
||||||
description: High contrast and unambiguous (dark version)
|
description: High contrast and unambiguous (light version)
|
||||||
tags: $:/tags/Palette
|
tags: $:/tags/Palette
|
||||||
type: application/x-tiddler-dictionary
|
type: application/x-tiddler-dictionary
|
||||||
|
|
||||||
@ -77,8 +77,8 @@ tab-foreground: <<colour background>>
|
|||||||
table-border: #dddddd
|
table-border: #dddddd
|
||||||
table-footer-background: #a8a8a8
|
table-footer-background: #a8a8a8
|
||||||
table-header-background: #f0f0f0
|
table-header-background: #f0f0f0
|
||||||
tag-background: #d5ad34
|
tag-background: #000
|
||||||
tag-foreground: <<colour foreground>>
|
tag-foreground: #fff
|
||||||
tiddler-background: <<colour background>>
|
tiddler-background: <<colour background>>
|
||||||
tiddler-border: <<colour foreground>>
|
tiddler-border: <<colour foreground>>
|
||||||
tiddler-controls-foreground-hover: #ddd
|
tiddler-controls-foreground-hover: #ddd
|
||||||
@ -94,7 +94,7 @@ tiddler-info-border: <<colour foreground>>
|
|||||||
tiddler-info-tab-background: <<colour background>>
|
tiddler-info-tab-background: <<colour background>>
|
||||||
tiddler-link-background: <<colour background>>
|
tiddler-link-background: <<colour background>>
|
||||||
tiddler-link-foreground: <<colour primary>>
|
tiddler-link-foreground: <<colour primary>>
|
||||||
tiddler-subtitle-foreground: #c0c0c0
|
tiddler-subtitle-foreground: <<colour foreground>>
|
||||||
tiddler-title-foreground: <<colour foreground>>
|
tiddler-title-foreground: <<colour foreground>>
|
||||||
toolbar-new-button:
|
toolbar-new-button:
|
||||||
toolbar-options-button:
|
toolbar-options-button:
|
||||||
@ -105,5 +105,5 @@ toolbar-close-button:
|
|||||||
toolbar-delete-button:
|
toolbar-delete-button:
|
||||||
toolbar-cancel-button:
|
toolbar-cancel-button:
|
||||||
toolbar-done-button:
|
toolbar-done-button:
|
||||||
untagged-background: #999999
|
untagged-background: <<colour foreground>>
|
||||||
very-muted-foreground: #888888
|
very-muted-foreground: #888888
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
title: $:/palettes/ContrastLight
|
title: $:/palettes/ContrastDark
|
||||||
name: Contrast (Light)
|
name: Contrast (Dark)
|
||||||
description: High contrast and unambiguous (light version)
|
description: High contrast and unambiguous (dark version)
|
||||||
tags: $:/tags/Palette
|
tags: $:/tags/Palette
|
||||||
type: application/x-tiddler-dictionary
|
type: application/x-tiddler-dictionary
|
||||||
|
|
||||||
@ -77,8 +77,8 @@ tab-foreground: <<colour background>>
|
|||||||
table-border: #dddddd
|
table-border: #dddddd
|
||||||
table-footer-background: #a8a8a8
|
table-footer-background: #a8a8a8
|
||||||
table-header-background: #f0f0f0
|
table-header-background: #f0f0f0
|
||||||
tag-background: #d5ad34
|
tag-background: #fff
|
||||||
tag-foreground: <<colour foreground>>
|
tag-foreground: #000
|
||||||
tiddler-background: <<colour background>>
|
tiddler-background: <<colour background>>
|
||||||
tiddler-border: <<colour foreground>>
|
tiddler-border: <<colour foreground>>
|
||||||
tiddler-controls-foreground-hover: #ddd
|
tiddler-controls-foreground-hover: #ddd
|
||||||
@ -94,7 +94,7 @@ tiddler-info-border: <<colour foreground>>
|
|||||||
tiddler-info-tab-background: <<colour background>>
|
tiddler-info-tab-background: <<colour background>>
|
||||||
tiddler-link-background: <<colour background>>
|
tiddler-link-background: <<colour background>>
|
||||||
tiddler-link-foreground: <<colour primary>>
|
tiddler-link-foreground: <<colour primary>>
|
||||||
tiddler-subtitle-foreground: #c0c0c0
|
tiddler-subtitle-foreground: <<colour foreground>>
|
||||||
tiddler-title-foreground: <<colour foreground>>
|
tiddler-title-foreground: <<colour foreground>>
|
||||||
toolbar-new-button:
|
toolbar-new-button:
|
||||||
toolbar-options-button:
|
toolbar-options-button:
|
||||||
@ -105,5 +105,5 @@ toolbar-close-button:
|
|||||||
toolbar-delete-button:
|
toolbar-delete-button:
|
||||||
toolbar-cancel-button:
|
toolbar-cancel-button:
|
||||||
toolbar-done-button:
|
toolbar-done-button:
|
||||||
untagged-background: #999999
|
untagged-background: <<colour foreground>>
|
||||||
very-muted-foreground: #888888
|
very-muted-foreground: #888888
|
||||||
|
Loading…
x
Reference in New Issue
Block a user