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:
@@ -220,85 +220,94 @@
|
||||
"theme.bar.buttons.modules.power.icon_background": "#f38ba8",
|
||||
"theme.bar.buttons.modules.power.icon": "#181825",
|
||||
"theme.bar.buttons.modules.power.background": "#242438",
|
||||
"theme.bar.buttons.modules.power.border": "#f38ba8",
|
||||
"theme.bar.buttons.modules.weather.icon_background": "#b4befe",
|
||||
"theme.bar.buttons.modules.weather.icon": "#242438",
|
||||
"theme.bar.buttons.modules.weather.text": "#b4befe",
|
||||
"theme.bar.buttons.modules.weather.background": "#242438",
|
||||
"theme.bar.buttons.modules.weather.border": "#b4befe",
|
||||
"theme.bar.buttons.modules.updates.icon_background": "#cba6f7",
|
||||
"theme.bar.buttons.modules.updates.icon": "#181825",
|
||||
"theme.bar.buttons.modules.updates.text": "#cba6f7",
|
||||
"theme.bar.buttons.modules.updates.background": "#242438",
|
||||
"theme.bar.buttons.modules.updates.border": "#cba6f7",
|
||||
"theme.bar.buttons.modules.kbLayout.icon_background": "#89dceb",
|
||||
"theme.bar.buttons.modules.kbLayout.icon": "#181825",
|
||||
"theme.bar.buttons.modules.kbLayout.text": "#89dceb",
|
||||
"theme.bar.buttons.modules.kbLayout.background": "#242438",
|
||||
"theme.bar.buttons.modules.kbLayout.border": "#89dceb",
|
||||
"theme.bar.buttons.modules.netstat.icon_background": "#a6e3a1",
|
||||
"theme.bar.buttons.modules.netstat.icon": "#181825",
|
||||
"theme.bar.buttons.modules.netstat.text": "#a6e3a1",
|
||||
"theme.bar.buttons.modules.netstat.background": "#242438",
|
||||
"theme.bar.buttons.modules.storage.icon_background": "#f38ba8",
|
||||
"theme.bar.buttons.modules.netstat.border": "#a6e3a1",
|
||||
"theme.bar.buttons.modules.storage.icon_background": "#f5c2e7",
|
||||
"theme.bar.buttons.modules.storage.icon": "#181825",
|
||||
"theme.bar.buttons.modules.storage.text": "#f38ba8",
|
||||
"theme.bar.buttons.modules.storage.text": "#f5c2e7",
|
||||
"theme.bar.buttons.modules.storage.background": "#242438",
|
||||
"theme.bar.buttons.modules.storage.border": "#f5c2e7",
|
||||
"theme.bar.buttons.modules.cpu.icon_background": "#f38ba8",
|
||||
"theme.bar.buttons.modules.cpu.icon": "#181825",
|
||||
"theme.bar.buttons.modules.cpu.text": "#f38ba8",
|
||||
"theme.bar.buttons.modules.cpu.background": "#242438",
|
||||
"theme.bar.buttons.modules.cpu.border": "#f38ba8",
|
||||
"theme.bar.buttons.modules.ram.icon_background": "#f9e2af",
|
||||
"theme.bar.buttons.modules.ram.icon": "#181825",
|
||||
"theme.bar.buttons.modules.ram.text": "#f9e2af",
|
||||
"theme.bar.buttons.modules.ram.background": "#242438",
|
||||
"theme.bar.buttons.modules.ram.border": "#f9e2af",
|
||||
"theme.bar.buttons.notifications.total": "#b4befe",
|
||||
"theme.bar.buttons.notifications.icon_background": "#b4befe",
|
||||
"theme.bar.buttons.notifications.icon": "#1e1e2e",
|
||||
"theme.bar.buttons.notifications.hover": "#45475a",
|
||||
"theme.bar.buttons.notifications.background": "#242438",
|
||||
"theme.bar.buttons.notifications.border": "#b4befe",
|
||||
"theme.bar.buttons.clock.icon_background": "#f5c2e7",
|
||||
"theme.bar.buttons.clock.icon": "#232338",
|
||||
"theme.bar.buttons.clock.text": "#f5c2e7",
|
||||
"theme.bar.buttons.clock.hover": "#45475a",
|
||||
"theme.bar.buttons.clock.background": "#242438",
|
||||
"theme.bar.buttons.clock.border": "#f5c2e7",
|
||||
"theme.bar.buttons.battery.icon_background": "#f9e2af",
|
||||
"theme.bar.buttons.battery.icon": "#242438",
|
||||
"theme.bar.buttons.battery.text": "#f9e2af",
|
||||
"theme.bar.buttons.battery.hover": "#45475a",
|
||||
"theme.bar.buttons.battery.background": "#242438",
|
||||
"theme.bar.buttons.systray.hover": "#45475a",
|
||||
"theme.bar.buttons.battery.border": "#f9e2af",
|
||||
"theme.bar.buttons.systray.background": "#242438",
|
||||
"theme.bar.buttons.systray.border": "#b4befe",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#89dbeb",
|
||||
"theme.bar.buttons.bluetooth.icon": "#1e1e2e",
|
||||
"theme.bar.buttons.bluetooth.text": "#89dceb",
|
||||
"theme.bar.buttons.bluetooth.hover": "#45475a",
|
||||
"theme.bar.buttons.bluetooth.background": "#242438",
|
||||
"theme.bar.buttons.bluetooth.border": "#89dceb",
|
||||
"theme.bar.buttons.network.icon_background": "#caa6f7",
|
||||
"theme.bar.buttons.network.icon": "#242438",
|
||||
"theme.bar.buttons.network.text": "#cba6f7",
|
||||
"theme.bar.buttons.network.hover": "#45475a",
|
||||
"theme.bar.buttons.network.background": "#242438",
|
||||
"theme.bar.buttons.network.border": "#cba6f7",
|
||||
"theme.bar.buttons.volume.icon_background": "#eba0ac",
|
||||
"theme.bar.buttons.volume.icon": "#242438",
|
||||
"theme.bar.buttons.volume.text": "#eba0ac",
|
||||
"theme.bar.buttons.volume.hover": "#45475a",
|
||||
"theme.bar.buttons.volume.background": "#242438",
|
||||
"theme.bar.buttons.volume.border": "#eba0ac",
|
||||
"theme.bar.buttons.media.icon_background": "#b4befe",
|
||||
"theme.bar.buttons.media.icon": "#1e1e2e",
|
||||
"theme.bar.buttons.media.text": "#b4befe",
|
||||
"theme.bar.buttons.media.hover": "#45475a",
|
||||
"theme.bar.buttons.media.background": "#242438",
|
||||
"theme.bar.buttons.media.border": "#b4befe",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#f5c2e7",
|
||||
"theme.bar.buttons.windowtitle.icon": "#1e1e2e",
|
||||
"theme.bar.buttons.windowtitle.text": "#f5c2e7",
|
||||
"theme.bar.buttons.windowtitle.hover": "#45475a",
|
||||
"theme.bar.buttons.windowtitle.border": "#f5c2e7",
|
||||
"theme.bar.buttons.windowtitle.background": "#242438",
|
||||
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#f5c2e7",
|
||||
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#181825",
|
||||
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
|
||||
"theme.bar.buttons.workspaces.active": "#f5c2e7",
|
||||
"theme.bar.buttons.workspaces.occupied": "#f2cdcd",
|
||||
"theme.bar.buttons.workspaces.available": "#89dceb",
|
||||
"theme.bar.buttons.workspaces.hover": "#f5c2e7",
|
||||
"theme.bar.buttons.workspaces.border": "#f5c2e7",
|
||||
"theme.bar.buttons.workspaces.background": "#242438",
|
||||
"theme.bar.buttons.dashboard.icon": "#1e1e2e",
|
||||
"theme.bar.buttons.dashboard.hover": "#45475a",
|
||||
"theme.bar.buttons.dashboard.border": "#f9e2af",
|
||||
"theme.bar.buttons.dashboard.background": "#f9e2af",
|
||||
"theme.bar.buttons.icon": "#b4befe",
|
||||
"theme.bar.buttons.text": "#b4befe",
|
||||
|
||||
Reference in New Issue
Block a user