Add url support in tokenizer and qdoc preview

This commit is contained in:
Veronica Berglyd Olsen
2024-10-25 17:51:40 +02:00
parent 759cfd77e9
commit 058758122c
4 changed files with 35 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ class TextDocumentTheme:
text: QColor = QColor(0, 0, 0)
highlight: QColor = QColor(255, 255, 166)
head: QColor = QColor(66, 113, 174)
link: QColor = QColor(66, 113, 174)
comment: QColor = QColor(100, 100, 100)
note: QColor = QColor(129, 55, 9)
code: QColor = QColor(66, 113, 174)