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:
@@ -324,5 +324,24 @@
|
||||
"theme.bar.buttons.modules.updates.icon": "#21252b",
|
||||
"theme.bar.buttons.modules.cpu.text": "#ffffff",
|
||||
"theme.bar.buttons.modules.netstat.icon_background": "#ffffff",
|
||||
"theme.bar.buttons.modules.kbLayout.text": "#ffffff"
|
||||
}
|
||||
"theme.bar.buttons.modules.kbLayout.text": "#ffffff",
|
||||
"theme.bar.buttons.modules.power.border": "#ffffff",
|
||||
"theme.bar.buttons.modules.weather.border": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.updates.border": "#FFFFFF",
|
||||
"theme.bar.buttons.modules.kbLayout.border": "#ffffff",
|
||||
"theme.bar.buttons.modules.netstat.border": "#ffffff",
|
||||
"theme.bar.buttons.modules.storage.border": "#ffffff",
|
||||
"theme.bar.buttons.modules.cpu.border": "#ffffff",
|
||||
"theme.bar.buttons.modules.ram.border": "#ffffff",
|
||||
"theme.bar.buttons.notifications.border": "#FFFFFF",
|
||||
"theme.bar.buttons.clock.border": "#FFFFFF",
|
||||
"theme.bar.buttons.battery.border": "#FFFFFF",
|
||||
"theme.bar.buttons.systray.border": "#444444",
|
||||
"theme.bar.buttons.bluetooth.border": "#FFFFFF",
|
||||
"theme.bar.buttons.network.border": "#FFFFFF",
|
||||
"theme.bar.buttons.volume.border": "#FFFFFF",
|
||||
"theme.bar.buttons.media.border": "#FFFFFF",
|
||||
"theme.bar.buttons.windowtitle.border": "#FFFFFF",
|
||||
"theme.bar.buttons.workspaces.border": "#FFFFFF",
|
||||
"theme.bar.buttons.dashboard.border": "#FFFFFF"
|
||||
}
|
||||
Reference in New Issue
Block a user