Some more theme tweaking for better viewing of files

This commit is contained in:
Veronica K. B. Olsen
2019-06-09 12:45:32 +02:00
parent b3df4ee0f2
commit 46887fed1d
4 changed files with 43 additions and 4 deletions
+2
View File
@@ -86,6 +86,8 @@ class Theme:
## Syntax
cnfSec = "Syntax"
if confParser.has_section(cnfSec):
self.colText = self._loadColour(confParser,cnfSec,"text")
self.colLink = self._loadColour(confParser,cnfSec,"link")
self.colHead = self._loadColour(confParser,cnfSec,"headertext")
self.colHeadH = self._loadColour(confParser,cnfSec,"headertag")
self.colEmph = self._loadColour(confParser,cnfSec,"emphasis")