From 66162349acd2526581cd067de05c1d2156ecf577 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Sat, 21 Nov 2020 15:56:03 +0100 Subject: [PATCH] Use dark theme by default. Closes #13 --- css/styles.css | 2 ++ data/com.github.rafostar.Clapper.gschema.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 1e890513..86d66bdd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -27,6 +27,7 @@ scale marks { -gtk-icon-size: 28px; } .labelbutton { + margin-top: 1px; font-family: 'Cantarell', sans-serif; font-variant-numeric: tabular-nums; font-weight: 600; @@ -50,6 +51,7 @@ scale marks { font-weight: 600; } .osd .labelbutton { + margin-top: 0px; font-size: 24px; } diff --git a/data/com.github.rafostar.Clapper.gschema.xml b/data/com.github.rafostar.Clapper.gschema.xml index 2673830b..ef7dd038 100644 --- a/data/com.github.rafostar.Clapper.gschema.xml +++ b/data/com.github.rafostar.Clapper.gschema.xml @@ -15,7 +15,7 @@ Custom initial volume value after startup - false + true Enable to force the app to use dark theme variant