Color scheme updates

This commit is contained in:
Alexander Bantyev 2020-06-15 10:07:28 +03:00
parent 8fe1019021
commit 0343c39a1c
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
2 changed files with 2 additions and 4 deletions

View File

@ -15,9 +15,9 @@ in {
background = thm.bg;
statusline = thm.fg;
separator = thm.alt;
focusedWorkspace = default // { text = thm.fg; };
focusedWorkspace = default // { text = thm.red; };
activeWorkspace = default // { text = thm.green; };
inactiveWorkspace = default // { text = thm.dark; };
inactiveWorkspace = default // { text = thm.fg; };
urgentWorkspace = default // { text = thm.orange; };
bindingMode = default // { text = thm.yellow; };
};

View File

@ -28,8 +28,6 @@ in {
};
fonts = [ "IBM Plex 9" ];
bars = [ ];
colors = rec {
background = thm.bg;
unfocused = {