forgot semicolons

This commit is contained in:
Lorenz Hohermuth 2024-07-27 20:54:43 +02:00
parent ba50f67369
commit 4cc19c89d4
1 changed files with 6 additions and 6 deletions

View File

@ -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";
}
}
}
};
};
};
}