From 7b5e4d52d1175e9cf1e380e8536fc1bb1c54d462 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 1 Mar 2022 23:18:53 +0100 Subject: [PATCH] home/editor: always truecolor --- users/max/home/editor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/max/home/editor/default.nix b/users/max/home/editor/default.nix index e270285..70cb4d1 100644 --- a/users/max/home/editor/default.nix +++ b/users/max/home/editor/default.nix @@ -4,6 +4,7 @@ let config = { theme = "custom"; editor = { + true-color = true; line-number = "relative"; cursor-shape = { insert = "bar";