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.cpu.text": "#e78284",
"theme.bar.buttons.modules.netstat.icon_background": "#a6d189",
"theme.bar.buttons.modules.kbLayout.text": "#99d1db",
"theme.bar.buttons.notifications.icon_background": "#babbf1"
}
"theme.bar.buttons.notifications.icon_background": "#babbf1",
"theme.bar.buttons.modules.power.border": "#e78284",
"theme.bar.buttons.modules.weather.border": "#babbf1",
"theme.bar.buttons.modules.updates.border": "#ca9ee6",
"theme.bar.buttons.modules.kbLayout.border": "#99d1db",
"theme.bar.buttons.modules.netstat.border": "#a6d189",
"theme.bar.buttons.modules.storage.border": "#e78284",
"theme.bar.buttons.modules.cpu.border": "#e78284",
"theme.bar.buttons.modules.ram.border": "#e5c890",
"theme.bar.buttons.notifications.border": "#babbf1",
"theme.bar.buttons.clock.border": "#f4b8e4",
"theme.bar.buttons.battery.border": "#e5c890",
"theme.bar.buttons.systray.border": "#51576d",
"theme.bar.buttons.bluetooth.border": "#99d1db",
"theme.bar.buttons.network.border": "#ca9ee6",
"theme.bar.buttons.volume.border": "#ea999c",
"theme.bar.buttons.media.border": "#babbf1",
"theme.bar.buttons.windowtitle.border": "#f4b8e4",
"theme.bar.buttons.workspaces.border": "#232634",
"theme.bar.buttons.dashboard.border": "#e5c890"
}