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 {
|
theme = lib.mkOption {
|
||||||
type = lib.types.enum [
|
type = lib.types.enum [
|
||||||
"tokyo-night"
|
"tokyo-night"
|
||||||
"tokyo-night-light"
|
|
||||||
"kanagawa"
|
"kanagawa"
|
||||||
"everforest"
|
"everforest"
|
||||||
"catppuccin"
|
"catppuccin"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB |
@@ -4,9 +4,6 @@ config: let
|
|||||||
"tokyo-night" = [
|
"tokyo-night" = [
|
||||||
"1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg"
|
"1-Pawel-Czerwinski-Abstract-Purple-Blue.jpg"
|
||||||
];
|
];
|
||||||
"tokyo-night-light" = [
|
|
||||||
"tokyo-night-light-1.jpg"
|
|
||||||
];
|
|
||||||
"kanagawa" = [
|
"kanagawa" = [
|
||||||
"kanagawa-1.png"
|
"kanagawa-1.png"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -3,11 +3,6 @@
|
|||||||
base16-theme = "tokyo-night-dark";
|
base16-theme = "tokyo-night-dark";
|
||||||
vscode-theme = "Tokyo Night";
|
vscode-theme = "Tokyo Night";
|
||||||
};
|
};
|
||||||
"tokyo-night-light" = {
|
|
||||||
base16-theme = "tokyo-night-light";
|
|
||||||
vscode-theme = "Tokyo Night Light";
|
|
||||||
};
|
|
||||||
|
|
||||||
"catppuccin-macchiato" = {
|
"catppuccin-macchiato" = {
|
||||||
vscode-theme = "Catppuccin Macchiato";
|
vscode-theme = "Catppuccin Macchiato";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user