mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Use dark theme by default. Closes #13
This commit is contained in:
@@ -27,6 +27,7 @@ scale marks {
|
|||||||
-gtk-icon-size: 28px;
|
-gtk-icon-size: 28px;
|
||||||
}
|
}
|
||||||
.labelbutton {
|
.labelbutton {
|
||||||
|
margin-top: 1px;
|
||||||
font-family: 'Cantarell', sans-serif;
|
font-family: 'Cantarell', sans-serif;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@@ -50,6 +51,7 @@ scale marks {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
.osd .labelbutton {
|
.osd .labelbutton {
|
||||||
|
margin-top: 0px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
<summary>Custom initial volume value after startup</summary>
|
<summary>Custom initial volume value after startup</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="dark-theme" type="b">
|
<key name="dark-theme" type="b">
|
||||||
<default>false</default>
|
<default>true</default>
|
||||||
<summary>Enable to force the app to use dark theme variant</summary>
|
<summary>Enable to force the app to use dark theme variant</summary>
|
||||||
</key>
|
</key>
|
||||||
<key name="brighter-sliders" type="b">
|
<key name="brighter-sliders" type="b">
|
||||||
|
Reference in New Issue
Block a user