Fix colors for manual dark theme

This commit is contained in:
Loren Burkholder 2021-07-31 13:55:56 -04:00
parent dab1c9068a
commit 092f936fc9
1 changed files with 6 additions and 1 deletions

View File

@ -25,6 +25,7 @@ ApplicationWindow {
}
ScrollView {
anchors.margins: Nheko.paddingMedium
anchors.fill: parent
palette: Nheko.colors
padding: Nheko.paddingMedium
@ -33,8 +34,12 @@ ApplicationWindow {
id: rawMessageView
font: Nheko.monospaceFont()
palette: Nheko.colors
color: Nheko.colors.text
readOnly: true
background: Rectangle {
color: Nheko.colors.base
}
}
}