switch to gruvbox dark medium

This commit is contained in:
♥ Minnie ♥ 2025-03-07 10:33:16 +08:00
parent 97ecaed6b0
commit d9b1150b00
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
8 changed files with 29 additions and 25 deletions

View file

@ -8,22 +8,22 @@
origin = "top-right";
offset = "20x20";
frame_width = 5;
frame_color = "#282828";
frame_color = "#32302f";
corner_radius = 10;
};
urgency_low = {
background = "#1d2021";
background = "#282828";
foreground = "#d4be98";
};
urgency_normal = {
background = "#1d2021";
background = "#282828";
foreground = "#d4be98";
};
urgency_critical = {
background = "#1d2021";
background = "#282828";
foreground = "#d4be98";
};
};