config/helix: make linenr.selected more obvious
This commit is contained in:
parent
d649a44e4a
commit
6c13318c9f
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
tomlFmt = pkgs.formats.toml { };
|
tomlFmt = pkgs.formats.toml { };
|
||||||
|
heliBin = "${pkgs.helix}/bin/hx";
|
||||||
|
|
||||||
helixConfig = tomlFmt.generate "config.toml" {
|
helixConfig = tomlFmt.generate "config.toml" {
|
||||||
theme = "acme-nobg";
|
theme = "acme-nobg";
|
||||||
@ -21,14 +22,13 @@ let
|
|||||||
|
|
||||||
"ui.background" = "default";
|
"ui.background" = "default";
|
||||||
"ui.linenr" = "default";
|
"ui.linenr" = "default";
|
||||||
|
"ui.linenr.selected" = "#DEDEFF";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdgDir = linkFarm "helix-config" [
|
xdgDir = linkFarm "helix-config" [
|
||||||
{ name = "helix/config.toml"; path = helixConfig; }
|
{ name = "helix/config.toml"; path = helixConfig; }
|
||||||
{ name = "helix/themes/acme-nobg.toml"; path = helixTheme; }
|
{ name = "helix/themes/acme-nobg.toml"; path = helixTheme; }
|
||||||
];
|
];
|
||||||
|
|
||||||
helixBin = "${pkgs.helix}/bin/hx";
|
|
||||||
in pkgs.writeScriptBin "hx" ''
|
in pkgs.writeScriptBin "hx" ''
|
||||||
# Conf: ${helixConfig}
|
# Conf: ${helixConfig}
|
||||||
# Theme: ${helixTheme}
|
# Theme: ${helixTheme}
|
||||||
|
Loading…
Reference in New Issue
Block a user