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": "#8fbcbb",
"theme.bar.buttons.modules.netstat.icon_background": "#8fbcbb",
"theme.bar.buttons.modules.kbLayout.text": "#88c0d0",
"theme.bar.buttons.notifications.icon_background": "#88c0d0"
}
"theme.bar.buttons.notifications.icon_background": "#88c0d0",
"theme.bar.buttons.modules.power.border": "#8fbcbb",
"theme.bar.buttons.modules.weather.border": "#88c0d0",
"theme.bar.buttons.modules.updates.border": "#88c0d0",
"theme.bar.buttons.modules.kbLayout.border": "#88c0d0",
"theme.bar.buttons.modules.netstat.border": "#8fbcbb",
"theme.bar.buttons.modules.storage.border": "#8fbcbb",
"theme.bar.buttons.modules.cpu.border": "#8fbcbb",
"theme.bar.buttons.modules.ram.border": "#81a1c1",
"theme.bar.buttons.notifications.border": "#88c0d0",
"theme.bar.buttons.clock.border": "#8fbcbb",
"theme.bar.buttons.battery.border": "#81a1c1",
"theme.bar.buttons.systray.border": "#434c53",
"theme.bar.buttons.bluetooth.border": "#88c0d0",
"theme.bar.buttons.network.border": "#88c0d0",
"theme.bar.buttons.volume.border": "#81a1c1",
"theme.bar.buttons.media.border": "#88c0d0",
"theme.bar.buttons.windowtitle.border": "#8fbcbb",
"theme.bar.buttons.workspaces.border": "#2e3440",
"theme.bar.buttons.dashboard.border": "#81a1c1"
}