This commit is contained in:
Henry Jameson 2018-11-21 18:22:05 +03:00
parent acf414e451
commit dc3df7bc4e
5 changed files with 11 additions and 5 deletions

View file

@ -202,6 +202,9 @@ const generateColors = (input) => {
colors[k + 'Link'].a = v
colors['panelFaint'].a = v
}
if (k === 'bg') {
colors['lightBg'].a = v
}
if (colors[k]) {
colors[k].a = v
} else {