Switch alacritty color scheme to blue for more readable blue color
This commit is contained in:
parent
5891c3e4de
commit
7a54252172
2 changed files with 30 additions and 22 deletions
|
@ -41,7 +41,7 @@ in
|
|||
};
|
||||
shell.program = "tmux";
|
||||
window.decorations = "none";
|
||||
colors = lib.trivial.importTOML ./colors.toml;
|
||||
colors = (lib.trivial.importTOML ./colors.toml).colors;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue