Color scheme updates
This commit is contained in:
parent
8fe1019021
commit
0343c39a1c
@ -15,9 +15,9 @@ in {
|
|||||||
background = thm.bg;
|
background = thm.bg;
|
||||||
statusline = thm.fg;
|
statusline = thm.fg;
|
||||||
separator = thm.alt;
|
separator = thm.alt;
|
||||||
focusedWorkspace = default // { text = thm.fg; };
|
focusedWorkspace = default // { text = thm.red; };
|
||||||
activeWorkspace = default // { text = thm.green; };
|
activeWorkspace = default // { text = thm.green; };
|
||||||
inactiveWorkspace = default // { text = thm.dark; };
|
inactiveWorkspace = default // { text = thm.fg; };
|
||||||
urgentWorkspace = default // { text = thm.orange; };
|
urgentWorkspace = default // { text = thm.orange; };
|
||||||
bindingMode = default // { text = thm.yellow; };
|
bindingMode = default // { text = thm.yellow; };
|
||||||
};
|
};
|
||||||
|
@ -28,8 +28,6 @@ in {
|
|||||||
};
|
};
|
||||||
fonts = [ "IBM Plex 9" ];
|
fonts = [ "IBM Plex 9" ];
|
||||||
|
|
||||||
bars = [ ];
|
|
||||||
|
|
||||||
colors = rec {
|
colors = rec {
|
||||||
background = thm.bg;
|
background = thm.bg;
|
||||||
unfocused = {
|
unfocused = {
|
||||||
|
Loading…
Reference in New Issue
Block a user