mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 14:55:17 +00:00
Add a basic dark palette
Obviously some things are hardcoded at the moment
This commit is contained in:
parent
9588b7f1a3
commit
407e58f837
@ -1,12 +0,0 @@
|
|||||||
title: $:/palettes/TwentyTwenties/AutoDark
|
|
||||||
name: TwentyTwenties (Automatic Darkmode)
|
|
||||||
description: Modern and flexible, Automatically Darkish
|
|
||||||
tags: $:/tags/Palette
|
|
||||||
type: application/x-tiddler-dictionary
|
|
||||||
color-scheme: dark
|
|
||||||
palette-type: modern
|
|
||||||
palette-import: $:/palettes/TwentyTwenties
|
|
||||||
|
|
||||||
base-paper: [{$:/info/darkmode}match[yes]then[#111122]else[#FCFFF0]]
|
|
||||||
base-background: [{$:/info/darkmode}match[yes]then[#f5f0f9]else[#875ea9]]
|
|
||||||
base-ink: [{$:/info/darkmode}match[yes]then[#FCFFF0]else[#111122]]
|
|
12
core/palette-templates/TwentyTwentiesDark.tid
Normal file
12
core/palette-templates/TwentyTwentiesDark.tid
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
title: $:/palettes/TwentyTwenties/Dark
|
||||||
|
name: TwentyTwenties Dark
|
||||||
|
description: Modern and flexible, Darkish
|
||||||
|
tags: $:/tags/Palette
|
||||||
|
type: application/x-tiddler-dictionary
|
||||||
|
color-scheme: dark
|
||||||
|
palette-type: modern
|
||||||
|
palette-import: $:/palettes/TwentyTwenties
|
||||||
|
|
||||||
|
base-paper: #111122
|
||||||
|
base-background: #f5f0f9
|
||||||
|
base-ink: #8C8F80
|
Loading…
x
Reference in New Issue
Block a user