mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:53:54 -05:00
sway: new inactive window border color
This commit is contained in:
parent
8a4e8bb894
commit
83d865f237
|
@ -122,7 +122,7 @@
|
||||||
colorText = "#FAFAFA";
|
colorText = "#FAFAFA";
|
||||||
colorPrimary = "#CA9EE6EE";
|
colorPrimary = "#CA9EE6EE";
|
||||||
colorSecondary = "#99D1DBEE";
|
colorSecondary = "#99D1DBEE";
|
||||||
colorInactive = "#303446AA";
|
colorInactive = "#626880AA";
|
||||||
drop_shadow = "#1A1A1AEE";
|
drop_shadow = "#1A1A1AEE";
|
||||||
cursor_size = "24";
|
cursor_size = "24";
|
||||||
qt_platform_theme = "gtk2";
|
qt_platform_theme = "gtk2";
|
||||||
|
@ -152,17 +152,17 @@
|
||||||
text = "${colorText}";
|
text = "${colorText}";
|
||||||
};
|
};
|
||||||
colors.focusedInactive = {
|
colors.focusedInactive = {
|
||||||
background = "${colorSecondary}";
|
background = "${colorInactive}";
|
||||||
border = "${colorSecondary}";
|
border = "${colorInactive}";
|
||||||
childBorder = "${colorSecondary}";
|
childBorder = "${colorInactive}";
|
||||||
indicator = "${colorSecondary}";
|
indicator = "${colorInactive}";
|
||||||
text = "${colorText}";
|
text = "${colorText}";
|
||||||
};
|
};
|
||||||
colors.unfocused = {
|
colors.unfocused = {
|
||||||
background = "${colorSecondary}";
|
background = "${colorInactive}";
|
||||||
border = "${colorSecondary}";
|
border = "${colorInactive}";
|
||||||
childBorder = "${colorSecondary}";
|
childBorder = "${colorInactive}";
|
||||||
indicator = "${colorSecondary}";
|
indicator = "${colorInactive}";
|
||||||
text = "${colorText}";
|
text = "${colorText}";
|
||||||
};
|
};
|
||||||
defaultWorkspace = "workspace number 1";
|
defaultWorkspace = "workspace number 1";
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
fonts = {
|
fonts = {
|
||||||
names = ["NotoSansNerdFont"];
|
names = ["NotoSansNerdFont"];
|
||||||
style = "Bold";
|
style = "Bold";
|
||||||
size = 12.0;
|
size = 11.0;
|
||||||
};
|
};
|
||||||
gaps.inner = 5;
|
gaps.inner = 5;
|
||||||
gaps.outer = 5;
|
gaps.outer = 5;
|
||||||
|
|
Loading…
Reference in a new issue