nixos-config/modules/editors/nvim/config/highlight.nix

9 lines
136 B
Nix
Raw Normal View History

2024-04-20 19:07:07 +02:00
{
highlight = {
Comment.fg = "#ff00ff";
Comment.bg = "#000000";
Comment.underline = true;
Comment.bold = true;
};
}