From 032c42025bc4fa239c5e410cbdb960b2c8ebcc14 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 30 Jul 2023 12:19:05 +0900 Subject: feat(home/base): improve cursors on rasmus --- home/profiles/base/default.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index bd9ebef..95be7cc 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -74,7 +74,7 @@ in helix = { enable = true; settings = { - theme = "rasmus"; + theme = "rasmus-ext"; editor = { statusline = { @@ -100,6 +100,18 @@ in bufferline = "multiple"; }; }; + themes = { + rasmus-ext = { + inherits = "rasmus"; + + # Bar cursor + "ui.virtual" = { fg = "white"; }; + # lightened ui.cursor.{normal,insert,select} + "ui.cursor.primary.normal" = { bg = "gray05"; }; + "ui.cursor.primary.insert" = { bg = "white"; }; + "ui.cursor.primary.select" = { bg = "gray06"; }; + }; + }; }; tmux = { -- cgit 1.4.1