chore: change coloring
This commit is contained in:
parent
8b5926a7eb
commit
b38932640d
2 changed files with 4 additions and 8 deletions
|
@ -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; };
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue