fix colors for notgne2_pc

This commit is contained in:
notgne2 2021-10-14 15:02:43 -07:00
parent 1d20512177
commit c9ab7e0222
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -394,7 +394,9 @@ in
# base0F = "B03060";
# };
# };
baseColors = {
};
colors.baseColors = {
base00 = "202124";
base01 = "27292c";
base02 = "323639";
@ -412,7 +414,6 @@ in
base0E = "673ab7";
base0F = "8d6e63";
};
};
programs.fish.shellAliases = {
bp = "npm version patch && npm publish && git push";