From 619c3c3dcdd2f6c06a6b9c61919616d70126cdda Mon Sep 17 00:00:00 2001 From: atagen Date: Sun, 18 Jun 2023 00:23:38 +1000 Subject: [PATCH] more helix tweaks --- TODO | 3 +-- home/home.nix | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 9aac1d8..0203142 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ change helix theme: -- make selection cursor visible against selection -- copy gruvbox theme's colouring and modifiers \ No newline at end of file +switch some of the colouring around to feel more appropriate \ No newline at end of file diff --git a/home/home.nix b/home/home.nix index 8b58602..a3b0255 100644 --- a/home/home.nix +++ b/home/home.nix @@ -346,7 +346,7 @@ in { nix-rice = { "attribute" = bright.cyan; - "keyword" = { fg = bright.red; }; + "keyword" = { fg = normal.red; }; "keyword.directive" = normal.red; "namespace" = bright.cyan; "punctuation" = bright.yellow; @@ -363,7 +363,7 @@ in { "function" = { fg = normal.green; modifiers = ["bold"]; }; "function.macro" = bright.cyan; "function.builtin" = normal.yellow; - "tag" = bright.red; + "tag" = normal.red; "comment" = { fg = normal.magenta; modifiers = ["italic"]; }; "constant" = { fg = bright.magenta; }; "constant.builtin" = { fg = bright.magenta; modifiers = ["bold"]; };