diff --git a/themes/gruvbox.nix b/themes/gruvbox.nix deleted file mode 100644 index 2913807..0000000 --- a/themes/gruvbox.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - transparency = "FF"; # OPAQUE - - background = "1D2021"; - backgroundLight = "282828"; - foreground = "DDC7A1"; - - activeHighlight = "D79921"; - inactiveHighlight = "928374"; - - low = "94A6FF"; - medium = "FAA41A"; - high = "AC1800"; -}