From f78d02e415d89b608735548d8426e5d69dccb3c9 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Sun, 26 May 2024 10:41:24 +0200 Subject: [PATCH] Fix misleading comment on dark theme colors --- picard/ui/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/theme.py b/picard/ui/theme.py index cbc5f29c0..93d5f8646 100644 --- a/picard/ui/theme.py +++ b/picard/ui/theme.py @@ -87,7 +87,7 @@ dark_syntax_theme = SyntaxTheme( func=QtGui.QColor(255, 87, 160, 255), # magenta var=QtGui.QColor(252, 187, 81, 255), # orange escape=QtGui.QColor(75, 239, 31, 255), # green - special=QtGui.QColor(255, 87, 160, 255), # blue + special=QtGui.QColor(255, 87, 160, 255), # magenta noop=QtGui.QColor(4, 231, 213, 255), # cyan )