Tweak dark mode and font size to appear closer to Adwaita-dark in GNOME
The colors are now closer to the Adwaita-dark mode which I'm using as my primary theme. The header has been redesigned slightly to appear more consistent with other default apps too.
This commit is contained in:
parent
cb649951ae
commit
ea85197874
4 changed files with 27 additions and 24 deletions
|
@ -33,7 +33,7 @@ Item {
|
|||
}
|
||||
|
||||
id: item
|
||||
height: d.height + t.height + e.height + 20
|
||||
height: d.height + t.height + e.height + 2
|
||||
|
||||
Item {
|
||||
anchors.fill: parent
|
||||
|
@ -81,7 +81,7 @@ Item {
|
|||
Label {
|
||||
id: t
|
||||
text: title
|
||||
color: nightmode ? (read ? "#555" : "#aaa") : (read ? "gray" : "black")
|
||||
color: nightmode ? (read ? "#888" : "#ddd") : (read ? "gray" : "black")
|
||||
font.pointSize: textFontSize
|
||||
textFormat: Text.PlainText
|
||||
wrapMode: Text.WrapAnywhere
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue