mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix colors for manual dark theme
This commit is contained in:
parent
dab1c9068a
commit
092f936fc9
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue