chore(sway): simplify sway colours

This commit is contained in:
Oliver Davies 2023-09-12 23:46:09 +01:00
parent 962dadf536
commit 5f2c4b18b2

View file

@ -56,15 +56,7 @@
bars = [
{
colors = {
background = "#222222";
focusedWorkspace = {
background = "#ffffff";
border = "#ffffff";
text = "#333333";
};
statusline = "#ffffff";
};
colors.background = "#222222";
fonts = {
names = [ "JetBrainsMono Nerd Font Mono" ];