mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-02 20:05:39 +00:00
9 lines
360 B
Plaintext
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%> |