From f09eb923c872295760a09df71303eff7510310ac Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Sat, 1 Dec 2018 12:12:30 +0000 Subject: [PATCH] [UI] Fixed default niconico theme colours. --- src/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index 5b7f6a7..2ba3df8 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -70,7 +70,7 @@ Window { property string buttonColor: "white" property string progressSliderColor: "#007cff" property string chapterMarkerColor: "#fc0" - property string volumeSliderBackground: "#0077cff" + property string volumeSliderBackground: "#007cff" } Settings {