mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Palette tweaks
This commit is contained in:
parent
ea9f8a4ef1
commit
28050fb488
@ -38,14 +38,14 @@ message-border: #000
|
|||||||
message-foreground: #000
|
message-foreground: #000
|
||||||
modal-backdrop: <<colour foreground>>
|
modal-backdrop: <<colour foreground>>
|
||||||
modal-background: <<colour background>>
|
modal-background: <<colour background>>
|
||||||
modal-border: #000
|
modal-border: #fff
|
||||||
modal-footer-background: #fff
|
modal-footer-background: #000
|
||||||
modal-footer-border: #000
|
modal-footer-border: #fff
|
||||||
modal-header-border: #000
|
modal-header-border: #fff
|
||||||
muted-foreground: #999
|
muted-foreground: #999
|
||||||
notification-background: #fff
|
notification-background: #000
|
||||||
notification-border: #000
|
notification-border: #fff
|
||||||
page-background: #000000
|
page-background: #000
|
||||||
pre-background: #000
|
pre-background: #000
|
||||||
pre-border: #fff
|
pre-border: #fff
|
||||||
primary: #00f
|
primary: #00f
|
||||||
@ -56,24 +56,24 @@ sidebar-foreground-shadow: rgba(255,0,0, 0.5)
|
|||||||
sidebar-foreground: #ffffff
|
sidebar-foreground: #ffffff
|
||||||
sidebar-muted-foreground-hover: #444444
|
sidebar-muted-foreground-hover: #444444
|
||||||
sidebar-muted-foreground: #fff
|
sidebar-muted-foreground: #fff
|
||||||
sidebar-tab-background-selected: #fff
|
sidebar-tab-background-selected: #000
|
||||||
sidebar-tab-background: <<colour tab-background>>
|
sidebar-tab-background: <<colour tab-background>>
|
||||||
sidebar-tab-border-selected: <<colour tab-border-selected>>
|
sidebar-tab-border-selected: <<colour tab-border-selected>>
|
||||||
sidebar-tab-border: <<colour tab-border>>
|
sidebar-tab-border: <<colour tab-border>>
|
||||||
sidebar-tab-divider: <<colour tab-divider>>
|
sidebar-tab-divider: <<colour tab-divider>>
|
||||||
sidebar-tab-foreground-selected: #000
|
sidebar-tab-foreground-selected: #fff
|
||||||
sidebar-tab-foreground: <<colour tab-foreground>>
|
sidebar-tab-foreground: <<colour tab-foreground>>
|
||||||
sidebar-tiddler-link-foreground-hover: #fff
|
sidebar-tiddler-link-foreground-hover: #fff
|
||||||
sidebar-tiddler-link-foreground: <<colour primary>>
|
sidebar-tiddler-link-foreground: <<colour primary>>
|
||||||
site-title-foreground: <<colour tiddler-title-foreground>>
|
site-title-foreground: <<colour tiddler-title-foreground>>
|
||||||
static-alert-foreground: #aaaaaa
|
static-alert-foreground: #aaaaaa
|
||||||
tab-background-selected: #fff
|
tab-background-selected: #000
|
||||||
tab-background: #000
|
tab-background: #fff
|
||||||
tab-border-selected: #fff
|
tab-border-selected: #fff
|
||||||
tab-border: #fff
|
tab-border: #fff
|
||||||
tab-divider: #fff
|
tab-divider: #fff
|
||||||
tab-foreground-selected: #000
|
tab-foreground-selected: #fff
|
||||||
tab-foreground: #fff
|
tab-foreground: #000
|
||||||
table-border: #dddddd
|
table-border: #dddddd
|
||||||
table-footer-background: #a8a8a8
|
table-footer-background: #a8a8a8
|
||||||
table-header-background: #f0f0f0
|
table-header-background: #f0f0f0
|
||||||
@ -89,9 +89,9 @@ tiddler-editor-border-image: #fff
|
|||||||
tiddler-editor-border: #cccccc
|
tiddler-editor-border: #cccccc
|
||||||
tiddler-editor-fields-even: #000
|
tiddler-editor-fields-even: #000
|
||||||
tiddler-editor-fields-odd: #000
|
tiddler-editor-fields-odd: #000
|
||||||
tiddler-info-background: #f8f8f8
|
tiddler-info-background: #000
|
||||||
tiddler-info-border: #dddddd
|
tiddler-info-border: #fff
|
||||||
tiddler-info-tab-background: #f8f8f8
|
tiddler-info-tab-background: #000
|
||||||
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: #c0c0c0
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@@ -0,0 +1,107 @@
|
|
||||||
created: 20150402111612188
|
created: 20150402111612188
|
||||||
description: Good with dark photo backgrounds
|
description: Good with dark photo backgrounds
|
||||||
modified: 20150402112344080
|
modified: 20150402112344080
|
||||||
@ -48,7 +47,7 @@ modal-header-border: #eeeeee
|
|||||||
muted-foreground: #ddd
|
muted-foreground: #ddd
|
||||||
notification-background: #ffffdd
|
notification-background: #ffffdd
|
||||||
notification-border: #999999
|
notification-border: #999999
|
||||||
page-background: #f4f4f4
|
page-background: #336438
|
||||||
pre-background: #f5f5f5
|
pre-background: #f5f5f5
|
||||||
pre-border: #cccccc
|
pre-border: #cccccc
|
||||||
primary: #5778d8
|
primary: #5778d8
|
||||||
|
@ -110,6 +110,7 @@ dl dt {
|
|||||||
|
|
||||||
textarea,
|
textarea,
|
||||||
input[type=text],
|
input[type=text],
|
||||||
|
input[type=search],
|
||||||
input[type=""],
|
input[type=""],
|
||||||
input:not([type]) {
|
input:not([type]) {
|
||||||
color: <<colour foreground>>;
|
color: <<colour foreground>>;
|
||||||
@ -120,6 +121,10 @@ input:not([type]) {
|
|||||||
color: <<colour muted-foreground>>;
|
color: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
fill: <<colour foreground>>;
|
||||||
|
}
|
||||||
|
|
||||||
svg.tc-image-button {
|
svg.tc-image-button {
|
||||||
padding: 0px 1px 1px 0px;
|
padding: 0px 1px 1px 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user