Skip to content

Commit

Permalink
Merge pull request #22 from bung87/apply-operator-color-theme
Browse files Browse the repository at this point in the history
apply operator theme color
  • Loading branch information
levovix0 authored Apr 7, 2024
2 parents 2337289 + e6660e5 commit ad3b65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text_editor.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad3b65d

Please sign in to comment.