From f3313d39a671ed186e7aa581494c0ef89bdd9eaf Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Apr 2021 19:27:46 +0200 Subject: [PATCH] home: i3bar: use solarized-light --- home/x/i3bar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index 644a06b..2c9e53c 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -14,7 +14,7 @@ in bars = { top = { - theme = "gruvbox-light"; + theme = "solarized-light"; }; }; };