From e6660e5934cce5012d619bfc40177b5276e51b77 Mon Sep 17 00:00:00 2001 From: bung87 Date: Mon, 8 Apr 2024 01:19:12 +0800 Subject: [PATCH] apply operator theme color --- src/text_editor.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text_editor.nim b/src/text_editor.nim index c407415..0007dfa 100644 --- a/src/text_editor.nim +++ b/src/text_editor.nim @@ -22,7 +22,7 @@ proc bound(cursor: var IVec2, text: Text) = proc color*(sk: CodeKind): ColorRGB = case sk - of sKeyword, sOperatorWord, sBuiltinType: + of sKeyword, sOperatorWord, sBuiltinType, sOperator: colorTheme.sKeyword of sControlFlow: