more helix tweaks
This commit is contained in:
parent
d1c6f319c5
commit
619c3c3dcd
2 changed files with 3 additions and 4 deletions
3
TODO
3
TODO
|
@ -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
|
|
@ -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"]; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue