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
|
@ -29,7 +29,7 @@ ApplicationWindow {
|
|||
id: app
|
||||
title: "FeedTheMonkey"
|
||||
visible: true
|
||||
color: nightmode ? "#111" : "#eee"
|
||||
color: nightmode ? "#2d2d2d" : "#eee"
|
||||
|
||||
minimumWidth: 480
|
||||
minimumHeight: 320
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue