diff --git a/config.nix b/config.nix index 71cb1b5..5f6688d 100644 --- a/config.nix +++ b/config.nix @@ -11,7 +11,6 @@ lib: { theme = lib.mkOption { type = lib.types.enum [ "tokyo-night" - "tokyo-night-light" "kanagawa" "everforest" "catppuccin" diff --git a/config/themes/wallpapers/tokyo-night-light-1.jpg b/config/themes/wallpapers/tokyo-night-light-1.jpg deleted file mode 100644 index 09971e8..0000000 Binary files a/config/themes/wallpapers/tokyo-night-light-1.jpg and /dev/null differ diff --git a/lib/selected-wallpaper.nix b/lib/selected-wallpaper.nix index 3cda05b..de9ffbd 100644 --- a/lib/selected-wallpaper.nix +++ b/lib/selected-wallpaper.nix @@ -4,9 +4,6 @@ config: let "tokyo-night" = [ "1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg" ]; - "tokyo-night-light" = [ - "tokyo-night-light-1.jpg" - ]; "kanagawa" = [ "kanagawa-1.png" ]; diff --git a/modules/themes.nix b/modules/themes.nix index dced1bc..e541bcd 100644 --- a/modules/themes.nix +++ b/modules/themes.nix @@ -3,11 +3,6 @@ base16-theme = "tokyo-night-dark"; vscode-theme = "Tokyo Night"; }; - "tokyo-night-light" = { - base16-theme = "tokyo-night-light"; - vscode-theme = "Tokyo Night Light"; - }; - "catppuccin-macchiato" = { vscode-theme = "Catppuccin Macchiato"; };