UPD: Default colors
This commit is contained in:
@@ -13,11 +13,11 @@ import { ref } from 'vue'
|
|||||||
const ringColors = ref({
|
const ringColors = ref({
|
||||||
primary: {
|
primary: {
|
||||||
titleKey: 'config_options.light_designer.primary_color',
|
titleKey: 'config_options.light_designer.primary_color',
|
||||||
color: Color('#4f25ef'),
|
color: Color('#8f9af2'),
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
titleKey: 'config_options.light_designer.secondary_color',
|
titleKey: 'config_options.light_designer.secondary_color',
|
||||||
color: Color('#1a1498'),
|
color: Color('#c06300'),
|
||||||
},
|
},
|
||||||
pointer: {
|
pointer: {
|
||||||
titleKey: 'config_options.light_designer.pointer_color',
|
titleKey: 'config_options.light_designer.pointer_color',
|
||||||
|
|||||||
Reference in New Issue
Block a user