Rework highlight theme
This commit is contained in:
parent
04c18c06a7
commit
7541d2f584
1 changed files with 9 additions and 0 deletions
|
@ -28,7 +28,16 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
highlighters = [ "brackets" "main" ];
|
highlighters = [ "brackets" "main" ];
|
||||||
styles = {
|
styles = {
|
||||||
|
single-hyphen-option = "fg=blue";
|
||||||
double-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 = ''
|
completionInit = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue