-
- Global Base Color
+
+ Background Color
-
-
-
- background Color
-
- NOTE: This doesn't save after closing the app (yet)
-
-
-
+ Primary Picker
+
@@ -58,6 +52,14 @@ export default {
data() {
return {
backgroundColor: "#ffffff",
+ swatches: [
+ ["#FF7777"],
+ ["#FFF777"],
+ ["#77FF77"],
+ ["#77FFFF"],
+ ["#777FFF"],
+ ["#FF77FF"],
+ ],
};
},
@@ -93,13 +95,11 @@ export default {
amoled() {
this.$vuetify.theme.themes.dark.background === "#000"
? ((this.$vuetify.theme.themes.dark.background = "#222"),
- (this.$vuetify.theme.themes.dark.background = "#222"),
- (this.$vuetify.theme.themes.dark.background = "#333"),
localStorage.setItem("isOled", false))
: ((this.$vuetify.theme.themes.dark.background = "#000"),
- (this.$vuetify.theme.themes.dark.background = "#000"),
- (this.$vuetify.theme.themes.dark.background = "#000"),
localStorage.setItem("isOled", true));
+
+ console.log(this.$vuetify.theme.themes.dark);
},
saveTheme(isDark) {
this.$vuetube.statusBar.setBackground(
@@ -111,12 +111,10 @@ export default {
};
-
diff --git a/android/.idea/deploymentTargetDropDown.xml b/android/.idea/deploymentTargetDropDown.xml
deleted file mode 100644
index 52b0356..0000000
--- a/android/.idea/deploymentTargetDropDown.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-