Skip to content

Commit

Permalink
Change green to red
Browse files Browse the repository at this point in the history
  • Loading branch information
kovben2004 committed Dec 26, 2024
1 parent 9015d44 commit 51e7663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/highlighter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Highlighter::Highlighter(QTextDocument *parent)
rule.format = singleLineCommentFormat;
highlightingRules.append(rule);

greekFormat.setForeground(Qt::green);
greekFormat.setForeground(Qt::red);
rule.pattern = QRegularExpression(QStringLiteral("'.*'"));
rule.format = greekFormat;
highlightingRules.append(rule);
Expand Down

0 comments on commit 51e7663

Please sign in to comment.