aboutsummaryrefslogtreecommitdiff
path: root/config/waybar
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2025-10-30 20:27:30 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2025-10-30 20:32:26 +0100
commit8ce1b3d47f914811c289f06b8de43f7880125429 (patch)
tree19a632acda5a95fc7bd97d81b2c881df760c9320 /config/waybar
parent8350aa04f51882f11bd40a51eacd4a0c47bafc02 (diff)
Update linux config to use the light theme
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/style.css13
1 files changed, 5 insertions, 8 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index 90489da..52799bb 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -4,9 +4,8 @@
}
window#waybar {
- /* background-color: #0F261F; */
- background-color: rgba(15, 38, 31, 0.95);
- color: #DAE6E3;
+ background-color: rgba(255, 255, 250, 0.95);
+ color: #0F261F;
transition-property: background-color;
transition-duration: .5s;
}
@@ -28,8 +27,8 @@ button:hover {
}
#workspaces button {
- color: #DAE6E3;
- padding: 0 5px;
+ color: #8096A2;
+ padding: 0 8px;
background-color: transparent;
}
@@ -39,7 +38,6 @@ button:hover {
}
#workspaces button.active {
- padding: 0 5px;
background-color: #23C17C;
color: #0F261F;
}
@@ -147,7 +145,7 @@ menu {
}
menuitem {
- color: #DAE6E3;
+ color: #0F261F;
border: none;
border-radius: 0;
padding: 5px 0;
@@ -156,7 +154,6 @@ menuitem:hover {
background: #4F8FE6;
}
menu separator {
- background-color: #90A6A2;
margin: 5px 0;
}