nix-community.nixvim/tests/test-sources/modules/highlight.nix
2023-03-22 07:42:02 +01:00

8 lines
111 B
Nix

{
example = {
options.termguicolors = true;
highlight = {
Normal.fg = "#ff0000";
};
};
}