diff --git a/modules/home-manager/vscode/default.nix b/modules/home-manager/vscode/default.nix index 66354ef..7a13522 100644 --- a/modules/home-manager/vscode/default.nix +++ b/modules/home-manager/vscode/default.nix @@ -6,7 +6,8 @@ extensions = with pkgs.vscode-extensions; [ bbenoist.nix ms-python.python - tal7aouy.icons + catppuccin.catppuccin-vsc-icons + catppuccin.catppuccin-vsc ]; }; } \ No newline at end of file diff --git a/modules/ricing/stylix/themes/nostalgia.nix b/modules/ricing/stylix/themes/nostalgia.nix index e96f51e..f9d2537 100644 --- a/modules/ricing/stylix/themes/nostalgia.nix +++ b/modules/ricing/stylix/themes/nostalgia.nix @@ -4,25 +4,6 @@ stylix.enable = true; stylix.autoEnable = true; - stylix.base16Scheme = { - base00 = "181818"; # Deep Space Black - base01 = "303030"; # Lunar Gray - base02 = "484848"; # Meteorite Gray - base03 = "606060"; # Satellite Silver - base04 = "808080"; # Moon Dust - base05 = "9E9E9E"; # Jet Stream - base06 = "BDBDBD"; # Space Cloud - base07 = "FFFFFF"; # Pure Energy - base08 = "F44336"; # Atomic Red - base09 = "2196F3"; # Cosmic Blue - base0A = "4CAF50"; # Radioactive Green - base0B = "FFEB3B"; # Solar Yellow - base0C = "9C27B0"; # Nebula Purple - base0D = "FF9800"; # Martian Orange - base0E = "795548"; # Rocket Brown - base0F = "607D8B"; # Satellite Blue - }; - stylix.image = ../../../wallpapers/maze.png; # GRUB