9 lines
136 B
Nix
9 lines
136 B
Nix
|
{
|
||
|
highlight = {
|
||
|
Comment.fg = "#ff00ff";
|
||
|
Comment.bg = "#000000";
|
||
|
Comment.underline = true;
|
||
|
Comment.bold = true;
|
||
|
};
|
||
|
}
|