fix(sway): background colours
This commit is contained in:
parent
6345e57c75
commit
367cc7600b
|
@ -57,7 +57,7 @@
|
||||||
bars = [
|
bars = [
|
||||||
{
|
{
|
||||||
colors = {
|
colors = {
|
||||||
background = "#323232";
|
background = "#222222";
|
||||||
focusedWorkspace = {
|
focusedWorkspace = {
|
||||||
background = "#ffffff";
|
background = "#ffffff";
|
||||||
border = "#ffffff";
|
border = "#ffffff";
|
||||||
|
@ -174,15 +174,15 @@
|
||||||
theme = {
|
theme = {
|
||||||
theme = "plain";
|
theme = "plain";
|
||||||
overrides = {
|
overrides = {
|
||||||
critical_bg = "#333333";
|
critical_bg = "#222222";
|
||||||
good_bg = "#333333";
|
good_bg = "#222222";
|
||||||
good_fg = "#ffffff";
|
good_fg = "#ffffff";
|
||||||
idle_bg = "#333333";
|
idle_bg = "#222222";
|
||||||
idle_fg = "#ffffff";
|
idle_fg = "#ffffff";
|
||||||
info_bg = "#333333";
|
info_bg = "#222222";
|
||||||
info_fg = "#ffffff";
|
info_fg = "#ffffff";
|
||||||
separator_bg = "#333333";
|
separator_bg = "#222222";
|
||||||
warning_bg = "#333333";
|
warning_bg = "#222222";
|
||||||
warning_fg = "#ffffff";
|
warning_fg = "#ffffff";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue