1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-02 20:05:39 +00:00
TiddlyWiki5/core/wiki/SampleBackgroundAction Dark Mode.tid
2025-01-24 18:34:55 +00:00

9 lines
360 B
Plaintext

title: SampleBackgroundAction: Dark Mode
tags: $:/tags/BackgroundAction $:/tags/StartupAction
track-filter: [{$:/info/browser/darkmode}]
<%if [{$:/info/browser/darkmode}match[no]] %>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/TwentyTwenties"/>
<%else%>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/TwentyTwenties/Dark"/>
<%endif%>