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

@@ -323,5 +323,24 @@
"theme.notification.label": "#5bafff",
"theme.notification.actions.text": "#0a0a0a",
"theme.notification.actions.background": "#5bafff",
"theme.notification.background": "#0a0a0a"
"theme.notification.background": "#0a0a0a",
"theme.bar.buttons.modules.power.border": "#FF4500",
"theme.bar.buttons.modules.weather.border": "#FFD700",
"theme.bar.buttons.modules.updates.border": "#FFD700",
"theme.bar.buttons.modules.kbLayout.border": "#00FFFF",
"theme.bar.buttons.modules.netstat.border": "#32CD32",
"theme.bar.buttons.modules.storage.border": "#FF4500",
"theme.bar.buttons.modules.cpu.border": "#FF4500",
"theme.bar.buttons.modules.ram.border": "#FFD700",
"theme.bar.buttons.notifications.border": "#f7d04b",
"theme.bar.buttons.clock.border": "#5bafff",
"theme.bar.buttons.battery.border": "#f7d04b",
"theme.bar.buttons.systray.border": "#303030",
"theme.bar.buttons.bluetooth.border": "#5bafff",
"theme.bar.buttons.network.border": "#e23fe2",
"theme.bar.buttons.volume.border": "#ff3f3f",
"theme.bar.buttons.media.border": "#FFD700",
"theme.bar.buttons.windowtitle.border": "#5bafff",
"theme.bar.buttons.workspaces.border": "#e23ee2",
"theme.bar.buttons.dashboard.border": "#f7d04b"
}