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": "#ff5454",
|
||||
"theme.bar.buttons.modules.power.icon": "#282936",
|
||||
"theme.bar.buttons.modules.power.background": "#44475a",
|
||||
"theme.bar.buttons.modules.power.border": "#bd93f9",
|
||||
"theme.bar.buttons.modules.weather.icon_background": "#ffb86c",
|
||||
"theme.bar.buttons.modules.weather.icon": "#282936",
|
||||
"theme.bar.buttons.modules.weather.text": "#ffb86c",
|
||||
"theme.bar.buttons.modules.weather.background": "#44475a",
|
||||
"theme.bar.buttons.modules.weather.border": "#ffb86c",
|
||||
"theme.bar.buttons.modules.updates.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.modules.updates.icon": "#282936",
|
||||
"theme.bar.buttons.modules.updates.text": "#bd93f9",
|
||||
"theme.bar.buttons.modules.updates.background": "#44475a",
|
||||
"theme.bar.buttons.modules.updates.border": "#bd93f9",
|
||||
"theme.bar.buttons.modules.kbLayout.icon_background": "#8be9fd",
|
||||
"theme.bar.buttons.modules.kbLayout.icon": "#282936",
|
||||
"theme.bar.buttons.modules.kbLayout.text": "#8be9fd",
|
||||
"theme.bar.buttons.modules.kbLayout.background": "#44475a",
|
||||
"theme.bar.buttons.modules.kbLayout.border": "#8be9fd",
|
||||
"theme.bar.buttons.modules.netstat.icon_background": "#50fa7b",
|
||||
"theme.bar.buttons.modules.netstat.icon": "#282936",
|
||||
"theme.bar.buttons.modules.netstat.text": "#50fa7b",
|
||||
"theme.bar.buttons.modules.netstat.background": "#44475a",
|
||||
"theme.bar.buttons.modules.netstat.border": "#50fa7b",
|
||||
"theme.bar.buttons.modules.storage.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.modules.storage.icon": "#282936",
|
||||
"theme.bar.buttons.modules.storage.text": "#bd93f9",
|
||||
"theme.bar.buttons.modules.storage.background": "#44475a",
|
||||
"theme.bar.buttons.modules.storage.border": "#bd93f9",
|
||||
"theme.bar.buttons.modules.cpu.icon_background": "#ff79c6",
|
||||
"theme.bar.buttons.modules.cpu.icon": "#282936",
|
||||
"theme.bar.buttons.modules.cpu.text": "#ff79c6",
|
||||
"theme.bar.buttons.modules.cpu.background": "#44475a",
|
||||
"theme.bar.buttons.modules.cpu.border": "#ff79c6",
|
||||
"theme.bar.buttons.modules.ram.icon_background": "#f1fa8c",
|
||||
"theme.bar.buttons.modules.ram.icon": "#282936",
|
||||
"theme.bar.buttons.modules.ram.text": "#f1fa8c",
|
||||
"theme.bar.buttons.modules.ram.background": "#44475a",
|
||||
"theme.bar.buttons.modules.ram.border": "#f1fa8c",
|
||||
"theme.bar.buttons.notifications.total": "#bd93f9",
|
||||
"theme.bar.buttons.notifications.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.notifications.icon": "#44475a",
|
||||
"theme.bar.buttons.notifications.hover": "#6272a4",
|
||||
"theme.bar.buttons.notifications.background": "#44475a",
|
||||
"theme.bar.buttons.notifications.border": "#bd93f9",
|
||||
"theme.bar.buttons.clock.icon_background": "#ff79c6",
|
||||
"theme.bar.buttons.clock.icon": "#44475a",
|
||||
"theme.bar.buttons.clock.text": "#ff79c6",
|
||||
"theme.bar.buttons.clock.hover": "#6272a4",
|
||||
"theme.bar.buttons.clock.background": "#44475a",
|
||||
"theme.bar.buttons.clock.border": "#ff79c6",
|
||||
"theme.bar.buttons.battery.icon_background": "#f1fa8c",
|
||||
"theme.bar.buttons.battery.icon": "#44475a",
|
||||
"theme.bar.buttons.battery.text": "#f1fa8c",
|
||||
"theme.bar.buttons.battery.hover": "#6272a4",
|
||||
"theme.bar.buttons.battery.background": "#44475a",
|
||||
"theme.bar.buttons.systray.hover": "#6272a4",
|
||||
"theme.bar.buttons.battery.border": "#f1fa8c",
|
||||
"theme.bar.buttons.systray.background": "#44475a",
|
||||
"theme.bar.buttons.systray.border": "#6272a4",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#8be9fd",
|
||||
"theme.bar.buttons.bluetooth.icon": "#44475a",
|
||||
"theme.bar.buttons.bluetooth.text": "#8be9fd",
|
||||
"theme.bar.buttons.bluetooth.hover": "#6272a4",
|
||||
"theme.bar.buttons.bluetooth.background": "#44475a",
|
||||
"theme.bar.buttons.bluetooth.border": "#8be9fd",
|
||||
"theme.bar.buttons.network.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.network.icon": "#44475a",
|
||||
"theme.bar.buttons.network.text": "#bd93f9",
|
||||
"theme.bar.buttons.network.hover": "#6272a4",
|
||||
"theme.bar.buttons.network.background": "#44475a",
|
||||
"theme.bar.buttons.network.border": "#bd93f9",
|
||||
"theme.bar.buttons.volume.icon_background": "#ffb86c",
|
||||
"theme.bar.buttons.volume.icon": "#44475a",
|
||||
"theme.bar.buttons.volume.text": "#ffb86c",
|
||||
"theme.bar.buttons.volume.hover": "#6272a4",
|
||||
"theme.bar.buttons.volume.background": "#44475a",
|
||||
"theme.bar.buttons.volume.border": "#ffb86c",
|
||||
"theme.bar.buttons.media.icon_background": "#bd93f9",
|
||||
"theme.bar.buttons.media.icon": "#44475a",
|
||||
"theme.bar.buttons.media.text": "#bd93f9",
|
||||
"theme.bar.buttons.media.hover": "#6272a4",
|
||||
"theme.bar.buttons.media.background": "#44475a",
|
||||
"theme.bar.buttons.media.border": "#bd93f9",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#f1fa8c",
|
||||
"theme.bar.buttons.windowtitle.icon": "#44475a",
|
||||
"theme.bar.buttons.windowtitle.text": "#f1fa8c",
|
||||
"theme.bar.buttons.windowtitle.hover": "#6272a4",
|
||||
"theme.bar.buttons.windowtitle.border": "#f1fa8c",
|
||||
"theme.bar.buttons.windowtitle.background": "#44475a",
|
||||
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ff79c6",
|
||||
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#ff79c6",
|
||||
"theme.bar.buttons.workspaces.hover": "#ff79c6",
|
||||
"theme.bar.buttons.workspaces.active": "#ff79c6",
|
||||
"theme.bar.buttons.workspaces.occupied": "#ffb86c",
|
||||
"theme.bar.buttons.workspaces.available": "#8be9fd",
|
||||
"theme.bar.buttons.workspaces.hover": "#ff79c6",
|
||||
"theme.bar.buttons.workspaces.border": "#44475a",
|
||||
"theme.bar.buttons.workspaces.background": "#44475a",
|
||||
"theme.bar.buttons.dashboard.icon": "#44475a",
|
||||
"theme.bar.buttons.dashboard.hover": "#6272a4",
|
||||
"theme.bar.buttons.dashboard.border": "#8be8fd",
|
||||
"theme.bar.buttons.dashboard.background": "#8be8fd",
|
||||
"theme.bar.buttons.icon": "#bd93f9",
|
||||
"theme.bar.buttons.text": "#bd93f9",
|
||||
|
||||
Reference in New Issue
Block a user