mirror of
https://github.com/danth/stylix
synced 2025-02-16 13:28:35 +00:00
treewide: change window manager style guide (#414)
This commit is contained in:
parent
1d3826ceed
commit
f0ddd45fbe
5 changed files with 14 additions and 14 deletions
|
@ -67,10 +67,10 @@ An urgent window is one which is grabbing for attention - Windows shows this by
|
|||
a flashing orange taskbar icon.
|
||||
|
||||
- Unfocused window border: base03
|
||||
- Focused window border: base0A
|
||||
- Unfocused window border in group: base0D
|
||||
- Focused window border in group: base06
|
||||
- Urgent window border: base07
|
||||
- Focused window border: base0D
|
||||
- Unfocused window border in group: base03
|
||||
- Focused window border in group: base0D
|
||||
- Urgent window border: base08
|
||||
- Window title text: base05
|
||||
|
||||
## Notifications and Popups
|
||||
|
|
|
@ -8,10 +8,10 @@ in {
|
|||
|
||||
config = lib.mkIf config.stylix.targets.bspwm.enable {
|
||||
xsession.windowManager.bspwm.settings = {
|
||||
active_border_color = colors.base08;
|
||||
normal_border_color = colors.base02;
|
||||
focused_border_color = colors.base0F;
|
||||
presel_feedback_color = colors.base08;
|
||||
normal_border_color = colors.base03;
|
||||
active_border_color = colors.base0C;
|
||||
focused_border_color = colors.base0D;
|
||||
presel_feedback_color = colors.base00;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,13 +9,13 @@ let
|
|||
settings = {
|
||||
decoration."col.shadow" = rgba base00 "99";
|
||||
general = {
|
||||
"col.active_border" = rgb base0A;
|
||||
"col.active_border" = rgb base0D;
|
||||
"col.inactive_border" = rgb base03;
|
||||
};
|
||||
group = {
|
||||
"col.border_inactive" = rgb base0D;
|
||||
"col.border_active" = rgb base06;
|
||||
"col.border_locked_active" = rgb base06;
|
||||
"col.border_inactive" = rgb base03;
|
||||
"col.border_active" = rgb base0D;
|
||||
"col.border_locked_active" = rgb base0C;
|
||||
};
|
||||
misc.background_color = rgb base00;
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@ with config.lib.stylix.colors.withHashtag;
|
|||
let
|
||||
text = base05;
|
||||
urgent = base08;
|
||||
focused = base0A;
|
||||
focused = base0D;
|
||||
unfocused = base03;
|
||||
|
||||
fonts = let
|
||||
|
|
|
@ -5,7 +5,7 @@ with config.lib.stylix.colors.withHashtag;
|
|||
let
|
||||
text = base05;
|
||||
urgent = base08;
|
||||
focused = base0A;
|
||||
focused = base0D;
|
||||
unfocused = base03;
|
||||
|
||||
fonts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue