mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-25 07:19:13 +01:00
[bug] fix missing theme accent hsl values in update
This commit is contained in:
parent
343bf642ce
commit
8e1d8c538d
@ -942,6 +942,7 @@ var update = (function() {
|
||||
return data;
|
||||
},
|
||||
"5.3.0": function(data) {
|
||||
data.state.theme.accent.hsl = helper.convertColor.rgb.hsl(data.state.theme.accent.rgb);
|
||||
data.state.theme.custom.all.forEach(function(arrayItem, index) {
|
||||
arrayItem.accent.rgb = {
|
||||
r: arrayItem.accent.r,
|
||||
|
Loading…
Reference in New Issue
Block a user