diff --git a/NUXT/layouts/default.vue b/NUXT/layouts/default.vue index 2bf8a23..70ab171 100644 --- a/NUXT/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -4,8 +4,22 @@

- mdi-magnify - mdi-dots-vertical + mdi-magnify + + + + + + + + {{ item.title }} + + + + + @@ -33,6 +47,10 @@ \ No newline at end of file diff --git a/NUXT/layouts/error.vue b/NUXT/layouts/error.vue index d1106ab..775be3f 100644 --- a/NUXT/layouts/error.vue +++ b/NUXT/layouts/error.vue @@ -1,45 +1,30 @@ - - diff --git a/NUXT/nuxt.config.js b/NUXT/nuxt.config.js index 2291dc7..5f3fe49 100644 --- a/NUXT/nuxt.config.js +++ b/NUXT/nuxt.config.js @@ -45,13 +45,14 @@ export default { themes: { light: { primary: colors.red.lighten1, - accent: "#E62117" + accent: "#E62117", + info: "#000" }, dark: { primary: colors.red.darken2, //colors.blue.darken2 accent: colors.grey.darken3, secondary: colors.amber.darken3, - info: colors.teal.lighten1, + info: "#fff", warning: colors.amber.base, error: colors.deepOrange.accent4, success: colors.green.accent3 diff --git a/NUXT/pages/settings.vue b/NUXT/pages/settings.vue index b9e3f14..2fd1bf8 100644 --- a/NUXT/pages/settings.vue +++ b/NUXT/pages/settings.vue @@ -2,12 +2,17 @@
- + + Theme +
+ +
+
@@ -15,6 +20,9 @@