mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-10 20:05:44 +00:00
AutoToggle should default to light mode so that static exports are light mode
This commit is contained in:
@@ -3,7 +3,7 @@ name: AutoToggle
|
||||
description: Automatically switch between dark and light modes
|
||||
tags: $:/tags/Palette
|
||||
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
|
||||
palette-import@light: $:/palettes/FlexokiLight
|
||||
palette-import@dark: $:/palettes/FlexokiDark
|
||||
|
||||
Reference in New Issue
Block a user