more helix tweaks

This commit is contained in:
atagen 2023-06-18 00:23:38 +10:00
parent d1c6f319c5
commit 619c3c3dcd
2 changed files with 3 additions and 4 deletions

3
TODO
View file

@ -1,3 +1,2 @@
change helix theme:
- make selection cursor visible against selection
- copy gruvbox theme's colouring and modifiers
switch some of the colouring around to feel more appropriate

View file

@ -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"]; };