helix: update cursorline theme

This commit is contained in:
Leonardo Eugênio 2023-05-09 09:45:25 -03:00
parent ee96d61a04
commit 1c70c3c695

View file

@ -90,7 +90,9 @@ in
"ui.cursor.primary" = { fg = accent.fg; bg = accent.color; };
"ui.cursorline.primary" = { bg = color.bg_dark; };
"ui.cursorcolumn.primary" = { modifiers = [ "bold" ]; };
"ui.linenr.selected" = { fg = color.nontxt; };
"ui.cursorline" = { bg = "none"; };
"ui.cursorcolumn" = { bg = "none"; };
"ui.linenr.selected" = { fg = color.txt; };
function = color.normal.orange;
module = color.normal.brown;
@ -111,7 +113,6 @@ in
};
};
};
home.packages = with pkgs; [ unstable.helix ];
home.sessionVariables = lib.mkIf (editor == "helix") {
EDITOR = "hx";
};