vlite3 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/CategoryManager/CategoryManager.vue2.js +1 -1
- package/components/ColorPicker/ColorIro.vue3.js +2 -2
- package/components/ColorPicker/ColorPicker.vue.js +2 -2
- package/components/Screen/ScreenFilter.vue.js +1 -1
- package/package.json +1 -1
- package/style.css +12 -8
- /package/components/ColorPicker/{ColorIro.vue.js → ColorIro.vue2.js} +0 -0
|
@@ -6,8 +6,8 @@ import O from "../Input.vue.js";
|
|
|
6
6
|
import "../../core/config.js";
|
|
7
7
|
/* empty css */
|
|
8
8
|
import y from "../Button.vue.js";
|
|
9
|
-
import E from "./ColorIro.
|
|
10
|
-
/* empty css
|
|
9
|
+
import E from "./ColorIro.vue2.js";
|
|
10
|
+
/* empty css */
|
|
11
11
|
import { useEyeDropper as P } from "@vueuse/core";
|
|
12
12
|
const I = {
|
|
13
13
|
key: 0,
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -588,19 +588,19 @@
|
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
.dark .bg-card .bg-card {
|
|
591
|
-
--color-body: #
|
|
592
|
-
--color-white: #
|
|
593
|
-
--color-mixture-1: #
|
|
591
|
+
--color-body: #1C1C1C !important;
|
|
592
|
+
--color-white: #1C1C1C !important;
|
|
593
|
+
--color-mixture-1: #232323 !important;
|
|
594
594
|
--color-mixture-2: #000000;
|
|
595
|
-
background-color: #
|
|
595
|
+
background-color: #1C1C1C !important;
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.dark .bg-card .bg-card .bg-card {
|
|
599
|
-
--color-body: #
|
|
600
|
-
--color-white: #
|
|
601
|
-
--color-mixture-1: #
|
|
599
|
+
--color-body: #222222 !important;
|
|
600
|
+
--color-white: #222222 !important;
|
|
601
|
+
--color-mixture-1: #282828 !important;
|
|
602
602
|
--color-mixture-2: #000000;
|
|
603
|
-
background-color: #
|
|
603
|
+
background-color: #222222 !important;
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
|
|
@@ -674,6 +674,10 @@
|
|
|
674
674
|
color: #e8201f !important
|
|
675
675
|
}
|
|
676
676
|
|
|
677
|
+
.dark .text-warning {
|
|
678
|
+
color: #e98d00 !important
|
|
679
|
+
}
|
|
680
|
+
|
|
677
681
|
|
|
678
682
|
.dark .bg-danger-light .text-danger,
|
|
679
683
|
.dark .bg-danger-light.text-danger {
|
|
File without changes
|