1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-09 03:56:05 +01:00
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";
};
};
}