From 4551b20c893c6d730f76c5ce215e4bb75e5ce377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 15 Feb 2020 09:23:48 +0000 Subject: [PATCH] Use official solarized theme for rofi --- nixos/i3/rofi.nix | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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"; }; }