From 1fb2415cd45a814eee3cbc61c90a74b09756cdfd Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 7 Jan 2023 12:31:52 -0800 Subject: [PATCH] Only have single everforest theme --- colors/default.nix | 2 +- colors/everforest-medium.nix | 8 -------- colors/{everforest-dark.nix => everforest.nix} | 0 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 colors/everforest-medium.nix rename colors/{everforest-dark.nix => everforest.nix} (100%) diff --git a/colors/default.nix b/colors/default.nix index 24fecd3..d0c660a 100644 --- a/colors/default.nix +++ b/colors/default.nix @@ -1,4 +1,4 @@ { undefined = "#ff00ff"; foreground-bright = "#ffffff"; -} // import ./everforest-medium.nix +} // import ./everforest.nix diff --git a/colors/everforest-medium.nix b/colors/everforest-medium.nix deleted file mode 100644 index 8e2b9cc..0000000 --- a/colors/everforest-medium.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - background = "#232a2e"; - background-alt = "#2d353b"; - foreground = "#d3c6aa"; - primary = "#83c092"; - alert = "#e67e80"; - disabled = "#343f44"; -} diff --git a/colors/everforest-dark.nix b/colors/everforest.nix similarity index 100% rename from colors/everforest-dark.nix rename to colors/everforest.nix