Implemented configurable and toggleable button borders. (#279)

* Implemented configurable and toggleable button borders.

* Improve and simplify border logic

* Fix hidden label icon borders.

* Removed button hover property from bar buttons, they dim on hover now by default.

* Rename file.

* Update catppuccin normal theme's storage module color.

* update mocha items

* update mochas

* Update themes to account for borders
This commit is contained in:
Jas Singh
2024-09-22 02:59:30 -07:00
committed by GitHub
parent b47864d8e1
commit 6905fb4eb7
58 changed files with 2315 additions and 1404 deletions

View File

@@ -324,5 +324,24 @@
"theme.bar.buttons.modules.updates.icon": "#21252b",
"theme.bar.buttons.modules.cpu.text": "#e67e80",
"theme.bar.buttons.modules.netstat.icon_background": "#a7c080",
"theme.bar.buttons.modules.kbLayout.text": "#83c092"
}
"theme.bar.buttons.modules.kbLayout.text": "#83c092",
"theme.bar.buttons.modules.power.border": "#e67e80",
"theme.bar.buttons.modules.weather.border": "#a7c080",
"theme.bar.buttons.modules.updates.border": "#83c092",
"theme.bar.buttons.modules.kbLayout.border": "#83c092",
"theme.bar.buttons.modules.netstat.border": "#a7c080",
"theme.bar.buttons.modules.storage.border": "#e67e80",
"theme.bar.buttons.modules.cpu.border": "#e67e80",
"theme.bar.buttons.modules.ram.border": "#dbbc7f",
"theme.bar.buttons.notifications.border": "#83c092",
"theme.bar.buttons.clock.border": "#dbbc7f",
"theme.bar.buttons.battery.border": "#e69875",
"theme.bar.buttons.systray.border": "#454b53",
"theme.bar.buttons.bluetooth.border": "#a7c080",
"theme.bar.buttons.network.border": "#e69875",
"theme.bar.buttons.volume.border": "#dbbc7f",
"theme.bar.buttons.media.border": "#a7c080",
"theme.bar.buttons.windowtitle.border": "#dbbc7f",
"theme.bar.buttons.workspaces.border": "#2b3339",
"theme.bar.buttons.dashboard.border": "#e69875"
}