fix colors for notgne2_pc
This commit is contained in:
parent
1d20512177
commit
c9ab7e0222
1 changed files with 19 additions and 18 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue