mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-05 18:29:26 -05:00
Remove bad theme
This commit is contained in:
@@ -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 |
@@ -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"
|
||||
];
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user