nixos-config/modules/editors/nvim/config/highlight.nix
2024-04-20 19:09:03 +02:00

9 lines
136 B
Nix

{
highlight = {
Comment.fg = "#ff00ff";
Comment.bg = "#000000";
Comment.underline = true;
Comment.bold = true;
};
}