mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 14:30:02 +00:00
AutoToggle should default to light mode so that static exports are light mode
This commit is contained in:
parent
e87aaff06b
commit
4665bab700
@ -3,7 +3,7 @@ name: AutoToggle
|
|||||||
description: Automatically switch between dark and light modes
|
description: Automatically switch between dark and light modes
|
||||||
tags: $:/tags/Palette
|
tags: $:/tags/Palette
|
||||||
type: application/x-tiddler-dictionary
|
type: application/x-tiddler-dictionary
|
||||||
color-scheme: [{$:/info/browser/darkmode}match[no]then[light]else[dark]]
|
color-scheme: [{$:/info/browser/darkmode}!match[yes]then[light]else[dark]]
|
||||||
settings: $:/palettes/AutoToggle/Settings
|
settings: $:/palettes/AutoToggle/Settings
|
||||||
palette-import@light: $:/palettes/FlexokiLight
|
palette-import@light: $:/palettes/FlexokiLight
|
||||||
palette-import@dark: $:/palettes/FlexokiDark
|
palette-import@dark: $:/palettes/FlexokiDark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user