ui: Text color for highlights in code view
* Deactivate local symbols by clicking into void * Refactored QtHightlighter to only highlight once * Removed undo for local symbol activation
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
<active>
|
||||
<border>#B2B2B2</border>
|
||||
<fill>#EDEDED</fill>
|
||||
<text>#000000</text>
|
||||
</active>
|
||||
</token>
|
||||
<local_symbol>
|
||||
@@ -133,14 +134,17 @@
|
||||
<normal>
|
||||
<border>transparent</border>
|
||||
<fill>#80FF0000</fill>
|
||||
<text>#000000</text>
|
||||
</normal>
|
||||
<focus>
|
||||
<border>transparent</border>
|
||||
<fill>#FFFF0000</fill>
|
||||
<text>#000000</text>
|
||||
</focus>
|
||||
<active>
|
||||
<border>transparent</border>
|
||||
<fill>#FFFF0000</fill>
|
||||
<text>#000000</text>
|
||||
</active>
|
||||
</error>
|
||||
</selection>
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
<active>
|
||||
<border>#B2B2B2</border>
|
||||
<fill>#4A4A4A</fill>
|
||||
<text>#F7F7F7</text>
|
||||
</active>
|
||||
</token>
|
||||
<local_symbol>
|
||||
|
||||
Reference in New Issue
Block a user