Skip to content

Commit

Permalink
switch punctuation highlight to uncertaincolor
Browse files Browse the repository at this point in the history
  • Loading branch information
psifertex committed Oct 13, 2021
1 parent 07a9842 commit df8073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCodeEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def bnformat(color, style=''):
'Token.Keyword': bnformat('StackVariableColor'),

'Token.Operator': bnformat('TokenHighlightColor'),
'Token.Punctuation': bnformat('LinearDisassemblySeparatorColor'),
'Token.Punctuation': bnformat('UncertainColor'),

#This is the most important and hardest to get right. No way to get theme palettes!
'Token.Name': bnformat('OutlineColor'),
Expand Down

0 comments on commit df8073d

Please sign in to comment.