diff --git a/features/i3.nix b/features/i3.nix index 0fcc62d..bdd1885 100644 --- a/features/i3.nix +++ b/features/i3.nix @@ -9,28 +9,28 @@ childBorder = "#${base09}"; indicator = "#${base09}"; text = "#${base08}"; - } + }; focusedInactive = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } + }; unfocused = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } + }; urgent = { background = "#285577"; border = "#4c7899"; childBorder = "#285577"; indicator = "#2e9ef4"; text = "#ffffff"; - } - } - } + }; + }; + }; }