update walls

This commit is contained in:
Joel Mathew Thomas
2024-07-23 23:06:42 +05:30
parent 2eaacd4968
commit e5f9cecb3a
2 changed files with 2 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

+2 -1
View File
@@ -16,6 +16,7 @@
@define-color blue #89b4fa;
@define-color lavender #b4befe;
@define-color lavender-inactive rgba(180,190,254,0.3);
@define-color sapphire #74c7ec;
@define-color sky #89dceb;
@define-color teal #94e2d5;
@@ -77,7 +78,7 @@ button {
#workspaces button {
padding: 0px;
color: @surface2;
color: @lavender-inactive;
margin: 2px;
transition: color 200ms ease-in-out;
}