- Added per-profile color palette storage in profile JSON files - Created Color Palette modal for managing profile colors - Added quick-select modal window when clicking color pickers - Implemented palette color selection to apply to active tab colors - Added 'Use Color Picker' button in quick palette modal - Fixed pattern selection to properly update UI - Improved color picker interaction to prevent conflicts between quick palette and native picker
26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"tab_password": "",
|
|
"lights": {
|
|
"dsfdfd": {
|
|
"names": [
|
|
"1"
|
|
],
|
|
"settings": {
|
|
"pattern": "on",
|
|
"brightness": 127,
|
|
"colors": [
|
|
"#000000"
|
|
],
|
|
"delay": 100,
|
|
"n1": 10,
|
|
"n2": 10,
|
|
"n3": 10,
|
|
"n4": 10,
|
|
"patterns": {}
|
|
}
|
|
}
|
|
},
|
|
"tab_order": [
|
|
"dsfdfd"
|
|
]
|
|
} |