diff --git a/nixos/i3/rofi.nix b/nixos/i3/rofi.nix index 1d49650d..9e7591b9 100644 --- a/nixos/i3/rofi.nix +++ b/nixos/i3/rofi.nix @@ -6,24 +6,6 @@ font = "Fira Code 12"; separator = "solid"; scrollbar = false; - colors = { - window = { - background = "#002b36"; - border = "#073642"; - separator = "#002b36"; - }; - - rows = { - normal = { - background = "#002b36"; - foreground = "#839496"; - backgroundAlt = "argb:58455a64"; - highlight = { - background = "#002b36"; - foreground = "#fafbfc"; - }; - }; - }; - }; + theme = "solarized"; }; }