Switch alacritty color scheme to blue for more readable blue color

This commit is contained in:
Tim Schubert 2023-10-12 21:31:09 +02:00
parent 5891c3e4de
commit 7a54252172
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
2 changed files with 30 additions and 22 deletions

View file

@ -41,7 +41,7 @@ in
};
shell.program = "tmux";
window.decorations = "none";
colors = lib.trivial.importTOML ./colors.toml;
colors = (lib.trivial.importTOML ./colors.toml).colors;
};
};
};