fix(sway): background colours

This commit is contained in:
Oliver Davies 2023-07-18 20:21:59 +01:00
parent 6345e57c75
commit 367cc7600b

View file

@ -57,7 +57,7 @@
bars = [
{
colors = {
background = "#323232";
background = "#222222";
focusedWorkspace = {
background = "#ffffff";
border = "#ffffff";
@ -174,15 +174,15 @@
theme = {
theme = "plain";
overrides = {
critical_bg = "#333333";
good_bg = "#333333";
critical_bg = "#222222";
good_bg = "#222222";
good_fg = "#ffffff";
idle_bg = "#333333";
idle_bg = "#222222";
idle_fg = "#ffffff";
info_bg = "#333333";
info_bg = "#222222";
info_fg = "#ffffff";
separator_bg = "#333333";
warning_bg = "#333333";
separator_bg = "#222222";
warning_bg = "#222222";
warning_fg = "#ffffff";
};
};