aboutsummaryrefslogtreecommitdiffstats
path: root/volume-osd/Theme.qml
diff options
context:
space:
mode:
Diffstat (limited to 'volume-osd/Theme.qml')
-rw-r--r--volume-osd/Theme.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/volume-osd/Theme.qml b/volume-osd/Theme.qml
index 21e6c1a..bee17b4 100644
--- a/volume-osd/Theme.qml
+++ b/volume-osd/Theme.qml
@@ -30,6 +30,7 @@ Singleton {
property color text: "#cad3f5"
property color subtext: "#a5adcb"
property color red: "#ed8796"
+ property color overlay: "#6e738d"
property color accent: "#b7bdf8"
readonly property string fontFamily: "Noto Sans"
@@ -52,6 +53,7 @@ Singleton {
root.text = pick("text") ?? root.text;
root.subtext = pick("subtext0") ?? root.subtext;
root.red = pick("red") ?? root.red;
+ root.overlay = pick("overlay0") ?? root.overlay;
root.accent = pick("accent") ?? root.accent;
}
}