Remove bad theme

This commit is contained in:
Henry Sipp
2025-07-23 22:56:24 -05:00
parent b281a3eb6f
commit 0c54f02acd
4 changed files with 0 additions and 9 deletions
-1
View File
@@ -11,7 +11,6 @@ lib: {
theme = lib.mkOption {
type = lib.types.enum [
"tokyo-night"
"tokyo-night-light"
"kanagawa"
"everforest"
"catppuccin"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

-3
View File
@@ -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"
];
-5
View File
@@ -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";
};