From c90629aeb3366e54e7b875f7b96a1d95803ed54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 19 Aug 2023 11:53:48 +0100 Subject: [PATCH] switched helix to solarized --- nixos/home-manager/programs/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/home-manager/programs/helix.nix b/nixos/home-manager/programs/helix.nix index 0f4ce1f6..f06ba9fa 100644 --- a/nixos/home-manager/programs/helix.nix +++ b/nixos/home-manager/programs/helix.nix @@ -36,7 +36,7 @@ in { }; }; settings = { - theme = "base16_transparent"; + theme = "solarized_dark"; editor = { auto-save = true; auto-pairs = false;