Rework highlight theme

This commit is contained in:
Yorick Barbanneau 2024-03-05 21:49:23 +01:00
parent 04c18c06a7
commit 7541d2f584

View file

@ -28,7 +28,16 @@ in
enable = true;
highlighters = [ "brackets" "main" ];
styles = {
single-hyphen-option = "fg=blue";
double-hyphen-option = "fg=blue";
function = "fg=blue";
reserved-word = "fg=magenta,bold";
assign = "fg=red";
bracket-level-1 = "fg=blue";
bracket-level-2 = "fg=magenta";
bracket-level-3 = "fg=green";
bracket-error = "fg=red,bold";
cursor-matchingbracket = "fg=magenta,bold";
};
};
completionInit = ''