Added and updated themes for hypridle module. (#522)

* Update idle icon size

* Theming updates for hypridle
This commit is contained in:
Jas Singh
2024-11-17 14:10:15 -08:00
committed by GitHub
parent ef761f2dcf
commit 0555a84b30
45 changed files with 964 additions and 753 deletions

View File

@@ -349,5 +349,10 @@
"theme.bar.buttons.modules.hyprsunset.background": "#fab387",
"theme.bar.buttons.modules.hyprsunset.icon_background": "#fab387",
"theme.bar.buttons.modules.hyprsunset.text": "#242438",
"theme.bar.buttons.modules.hyprsunset.border": "#fab387"
"theme.bar.buttons.modules.hyprsunset.border": "#fab387",
"theme.bar.buttons.modules.hypridle.icon": "#242438",
"theme.bar.buttons.modules.hypridle.background": "#f5c2e7",
"theme.bar.buttons.modules.hypridle.icon_background": "#f5c2e7",
"theme.bar.buttons.modules.hypridle.text": "#242438",
"theme.bar.buttons.modules.hypridle.border": "#f5c2e7"
}