1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-25 08:26:52 +00:00
TiddlyWiki5/core/palette-templates/TwentyTwentiesAutoDark.tid
Jeremy Ruston 28167adc22 Add a palette that automatically switches between dark and light
Will requires #7999 to work fully; for the moment when you switch between dark and light you will see the preview change, and then next time you select the palette it will be in the correct mode
2025-01-08 16:02:05 +00:00

13 lines
496 B
Plaintext

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]]