feat: upgraded alacritty theme
This commit is contained in:
parent
8a3f2190c5
commit
e80af53fd8
3 changed files with 12 additions and 4 deletions
modules/applications
|
@ -45,7 +45,8 @@
|
|||
bright = {
|
||||
black = "#5e105c";
|
||||
red = "#ec9ded";
|
||||
green = "#b726d4";
|
||||
green = "#2ec0f9";
|
||||
# green = "#b726d4";
|
||||
yellow = "#fff773";
|
||||
blue = "#75d5fa";
|
||||
magenta = "#ffb3d7";
|
||||
|
|
|
@ -6,7 +6,7 @@ in {
|
|||
home-manager.users.adrielus.programs.fish = {
|
||||
inherit shellAliases;
|
||||
shellInit = common.shellInit;
|
||||
plugins = [ fishPlugins.z fishThemes.agnoster ];
|
||||
plugins = with pkgs; [ z agnoster ];
|
||||
|
||||
enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue