Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Fix colors in dark palette #41

Open
wants to merge 9 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: 5 additions & 1 deletion themes/notebook/base.tid
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: text/vnd.tiddlywiki
$text$
</$reveal>
\end

/* Top and bottom bars */

/* Hide the top-right bar */
Expand Down Expand Up @@ -499,6 +499,10 @@ button.tc-tag-label, span.tc-tag-label {
padding: 0.3em 1em !important;
}

select:hover {
border-color: <<colour primary>>;
}

/* Fonts */

html, body {
Expand Down
24 changes: 12 additions & 12 deletions themes/notebook/palettes/palette-dark
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ button-border:
button-foreground:
code-background: #2c323b
code-border: #111
code-foreground: #dd1144
code-foreground: #fb6b6b
dirty-indicator: #c63636
download-background: #98be65
download-foreground: <<colour background>>
Expand All @@ -20,12 +20,12 @@ dropdown-border: #111
dropdown-tab-background-selected: #fff
dropdown-tab-background: #ececec
dropzone-background: #da8548
external-link-background-hover: inherit
external-link-background-visited: inherit
external-link-background: inherit
external-link-foreground-hover: inherit
external-link-foreground-visited: #61afef
external-link-foreground: #c678dd
external-link-background-hover: transparent
external-link-background-visited: transparent
external-link-background: transparent
external-link-foreground-hover: #fb6b6b
external-link-foreground-visited: #fb6b6b
external-link-foreground: #fb6b6b
foreground: #c8ced8
message-background: #2c323e
message-border: #111
Expand All @@ -43,8 +43,8 @@ page-background: #262b33
pre-background: <<colour page-background>>
pre-border: <<colour tiddler-border>>
primary: #bf93ff
select-tag-background:
select-tag-foreground:
select-tag-background: <<colour background>>
select-tag-foreground: <<colour foreground>>
sidebar-button-foreground: #5e646f
sidebar-controls-foreground-hover: #cad2e5
sidebar-controls-foreground: <<colour sidebar-button-foreground>>
Expand Down Expand Up @@ -85,10 +85,10 @@ tiddler-editor-border-image: #ffffff
tiddler-editor-border: rgba(255, 255, 255, 0.3)
tiddler-editor-fields-even: <<colour background>>
tiddler-editor-fields-odd: #2c323b
tiddler-info-background: #f8f8f8
tiddler-info-background: <<colour background>>
tiddler-info-border: #dddddd
tiddler-info-tab-background: #f8f8f8
tiddler-link-background: <<colour background>>
tiddler-info-tab-background: <<colour background>>
tiddler-link-background: transparent
tiddler-link-foreground: <<colour primary>>
tiddler-subtitle-foreground: #aaaaaa
tiddler-title-foreground: <<colour foreground>>
Expand Down