1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 16:29:40 +01:00
nixvim/tests/test-sources/modules/highlight.nix

11 lines
166 B
Nix

{
example = {
options.termguicolors = true;
highlight = {
Normal.fg = "#ff0000";
# With raw
Normal.bg.__raw = "'#00ff00'";
};
};
}