1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-26 22:28:18 +00:00
This commit is contained in:
Jermolene 2015-04-29 22:15:52 +01:00
parent 70a2019d85
commit f270788f33

View File

@ -11,17 +11,17 @@ It is provided for testing purposes. Please don't try to use it for anything imp
* Improved monochrome palettes:
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/plugins/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/>
Set "Contrast (Dark)" palette
</$button>
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/plugins/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/>
Set "Contrast (Dark)" palette
</$button>
** <$button>
<$action-setfield $tiddler="$:/theme" text="$:/plugins/tiddlywiki/snowwhite"/>
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/>
Revert
</$button>