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,24 +394,25 @@ in
# base0F = "B03060"; # base0F = "B03060";
# }; # };
# }; # };
baseColors = { };
base00 = "202124";
base01 = "27292c"; colors.baseColors = {
base02 = "323639"; base00 = "202124";
base03 = "44464d"; base01 = "27292c";
base04 = "676c71"; base02 = "323639";
base05 = "80868b"; base03 = "44464d";
base06 = "9e9e9e"; base04 = "676c71";
base07 = "ffffff"; base05 = "80868b";
base08 = "f44336"; base06 = "9e9e9e";
base09 = "ff9800"; base07 = "ffffff";
base0A = "ffeb3b"; base08 = "f44336";
base0B = "00e676"; base09 = "ff9800";
base0C = "00bcd4"; base0A = "ffeb3b";
base0D = "2196f3"; base0B = "00e676";
base0E = "673ab7"; base0C = "00bcd4";
base0F = "8d6e63"; base0D = "2196f3";
}; base0E = "673ab7";
base0F = "8d6e63";
}; };
programs.fish.shellAliases = { programs.fish.shellAliases = {