Make Neochat works on a dark theme
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
* SPDX-License-Identifier: GPL-3.0-only
|
||||
*/
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12 as QQC2
|
||||
|
||||
import org.kde.kirigami 2.4 as Kirigami
|
||||
|
||||
Text {
|
||||
QQC2.Label {
|
||||
text: "<style>pre {white-space: pre-wrap} a{color: " + Kirigami.Theme.linkColor + ";} .user-pill{}</style>" + display
|
||||
|
||||
font.family: Kirigami.Theme.defaultFont.family + ", emoji"
|
||||
|
||||
Reference in New Issue
Block a user