Fix colors for manual dark theme
This commit is contained in:
parent
dab1c9068a
commit
092f936fc9
@ -25,6 +25,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
anchors.margins: Nheko.paddingMedium
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
palette: Nheko.colors
|
palette: Nheko.colors
|
||||||
padding: Nheko.paddingMedium
|
padding: Nheko.paddingMedium
|
||||||
@ -33,8 +34,12 @@ ApplicationWindow {
|
|||||||
id: rawMessageView
|
id: rawMessageView
|
||||||
|
|
||||||
font: Nheko.monospaceFont()
|
font: Nheko.monospaceFont()
|
||||||
palette: Nheko.colors
|
color: Nheko.colors.text
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
||||||
|
background: Rectangle {
|
||||||
|
color: Nheko.colors.base
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user