mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 16:42:02 +00:00
Introduce background palettes for plugins
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
title: $:/config/DefaultColourMappings/
|
||||
title: $:/plugins/tiddlywiki/consent-banner/background-palette
|
||||
type: application/x-tiddler-dictionary
|
||||
tags: $:/tags/BackgroundPalette
|
||||
|
||||
consent-banner-backdrop-background: rgba(0,0,0,0.2)
|
||||
consent-banner-background: #009677
|
||||
@@ -0,0 +1,6 @@
|
||||
title: $:/plugins/tiddlywiki/menubar/background-palette
|
||||
type: application/x-tiddler-dictionary
|
||||
tags: $:/tags/BackgroundPalette
|
||||
|
||||
menubar-foreground: #fff
|
||||
menubar-background: #5778d8
|
||||
@@ -1,4 +0,0 @@
|
||||
title: $:/config/DefaultColourMappings/
|
||||
|
||||
menubar-foreground: #fff
|
||||
menubar-background: #5778d8
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
title: $:/config/DefaultColourMappings/
|
||||
title: $:/plugins/tiddlywiki/tour/background-palette
|
||||
type: application/x-tiddler-dictionary
|
||||
tags: $:/tags/BackgroundPalette
|
||||
|
||||
tour-chooser-button-foreground: <<colour very-muted-foreground>>
|
||||
tour-chooser-button-hover-background: <<colour muted-foreground>>
|
||||
Reference in New Issue
Block a user