From a76226fb16e9e4210fb18ba3c45c7d7c1de3c776 Mon Sep 17 00:00:00 2001 From: mrholek Date: Mon, 12 Jun 2023 23:33:29 +0200 Subject: [PATCH] feat: add color modes support --- public/index.html | 15 ++++-- src/assets/icons/index.js | 4 ++ src/components/AppHeader.vue | 58 +++++++++++++++++++++ src/layouts/DefaultLayout.vue | 2 +- src/styles/_example.scss | 41 ++++++++------- src/styles/_variables.scss | 2 + src/styles/style.scss | 10 ++-- src/views/Dashboard.vue | 2 +- src/views/charts/MainChartExample.vue | 67 +++++++++++++++++-------- src/views/widgets/WidgetsStatsTypeA.vue | 26 +++++++++- 10 files changed, 176 insertions(+), 51 deletions(-) diff --git a/public/index.html b/public/index.html index fa900d69..73a19d5b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,10 @@ @@ -32,6 +32,13 @@ +