From ecdf17b2c939031cb0e459ed4a1d9d2933b25b27 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 27 Nov 2023 21:25:30 -0500 Subject: [PATCH] reset helix theme --- users/tacocat/helix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tacocat/helix/default.nix b/users/tacocat/helix/default.nix index 1fdb676..8900ca4 100644 --- a/users/tacocat/helix/default.nix +++ b/users/tacocat/helix/default.nix @@ -35,7 +35,7 @@ }); settings = { - theme = "gruvbox"; + theme = "rose_pine_moon"; editor = { line-number = "relative"; lsp.display-messages = true;