chore: change coloring

This commit is contained in:
notohh 2023-04-10 21:19:10 -04:00
parent 8b5926a7eb
commit b38932640d
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 4 additions and 8 deletions

View file

@ -78,7 +78,7 @@
"diff.plus" = green;
"diff.minus" = red;
"diff.delta" = blue;
"ui.background" = {fg = crust; };
"ui.background" = {fg = surface1; };
"ui.linenr" = { fg = surface1; };
"ui.linenr.selected" = { fg = lavender; };
"ui.statusline" = { fg = subtext1; bg = mantle; };

View file

@ -109,7 +109,7 @@ image {
}
#clock {
border: 3px solid $yellow;
border: 3px solid $maroon;
}
/* tray */
@ -139,7 +139,3 @@ image {
/* end tray */
/* custom modules */
#custom-wlogout {
border: 3px solid $overlay1;
}