Since only tags can be clickable in the viewer, they should use the same colour as in the editor.
This commit is contained in:
@@ -217,9 +217,9 @@ class GuiDocViewer(QTextBrowser):
|
|||||||
eColR = self.theTheme.colEmph[0],
|
eColR = self.theTheme.colEmph[0],
|
||||||
eColG = self.theTheme.colEmph[1],
|
eColG = self.theTheme.colEmph[1],
|
||||||
eColB = self.theTheme.colEmph[2],
|
eColB = self.theTheme.colEmph[2],
|
||||||
aColR = self.theTheme.colLink[0],
|
aColR = self.theTheme.colVal[0],
|
||||||
aColG = self.theTheme.colLink[1],
|
aColG = self.theTheme.colVal[1],
|
||||||
aColB = self.theTheme.colLink[2],
|
aColB = self.theTheme.colVal[2],
|
||||||
kColR = self.theTheme.colKey[0],
|
kColR = self.theTheme.colKey[0],
|
||||||
kColG = self.theTheme.colKey[1],
|
kColG = self.theTheme.colKey[1],
|
||||||
kColB = self.theTheme.colKey[2],
|
kColB = self.theTheme.colKey[2],
|
||||||
|
|||||||
Reference in New Issue
Block a user