Clean up world clock module code and add themes. (#885)

This commit is contained in:
Jas Singh
2025-04-04 23:13:18 -07:00
committed by GitHub
parent 1d717e9f2e
commit 18c383b754
54 changed files with 834 additions and 717 deletions

View File

@@ -366,5 +366,10 @@
"theme.bar.buttons.modules.microphone.background": "#282828",
"theme.bar.buttons.modules.microphone.text": "#b8bb26",
"theme.bar.buttons.modules.microphone.icon": "#282828",
"theme.bar.buttons.modules.microphone.icon_background": "#b8bb26"
"theme.bar.buttons.modules.microphone.icon_background": "#b8bb26",
"theme.bar.buttons.modules.worldclock.text": "#d3869b",
"theme.bar.buttons.modules.worldclock.background": "#282828",
"theme.bar.buttons.modules.worldclock.icon": "#282828",
"theme.bar.buttons.modules.worldclock.icon_background": "#d3869b",
"theme.bar.buttons.modules.worldclock.border": "#d3869b"
}