Skip to content
Snippets Groups Projects
Commit 3cb85aeb authored by Henning Glawe's avatar Henning Glawe
Browse files

use inverted yellow for operators

parent 59350113
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ token_keyword.highlight_start = ANSI.FG_BRIGHT_YELLOW
token_identifier.highlight_start = ANSI.FG_CYAN
token_subscript_begin.highlight_start = ANSI.FG_BRIGHT_GREEN
token_subscript_end.highlight_start = ANSI.FG_BRIGHT_GREEN
token_operator.highlight_start = ANSI.FG_RED
token_operator.highlight_start = ANSI.BEGIN_INVERT + ANSI.FG_YELLOW
token_block_begin.highlight_start = ANSI.FG_BRIGHT_CYAN
token_block_end.highlight_start = ANSI.FG_BRIGHT_CYAN
token_statement_end.highlight_start = ANSI.FG_BRIGHT_YELLOW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment