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:
Jeena 2020-06-12 23:37:00 +02:00
parent cb649951ae
commit ea85197874
4 changed files with 27 additions and 24 deletions

View file

@ -29,7 +29,7 @@ ApplicationWindow {
id: app
title: "FeedTheMonkey"
visible: true
color: nightmode ? "#111" : "#eee"
color: nightmode ? "#2d2d2d" : "#eee"
minimumWidth: 480
minimumHeight: 320