summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/highlight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/highlight.py b/python/highlight.py
index 1f9397a4..5d44f6c3 100644
--- a/python/highlight.py
+++ b/python/highlight.py
@@ -43,7 +43,7 @@ class HighlightColor:
self.green = green
self.blue = blue
elif (mix_color is not None) and (mix is not None):
- self.style = HighlightColorStyle.MixedHighlightColor
+ self._style = HighlightColorStyle.MixedHighlightColor
if color is None:
self.color = HighlightStandardColor.NoHighlightColor
else: