Spaces:
Runtime error
Runtime error
File size: 311 Bytes
8fd7a1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
const guiColors = {
'looks-secondary': 'hsla(215, 100%, 65%, 1)',
'looks-transparent': 'hsla(215, 100%, 65%, 0.35)',
'looks-light-transparent': 'hsla(215, 100%, 65%, 0.15)',
'looks-secondary-dark': 'hsla(215, 60%, 50%, 1)'
};
const blockColors = {};
export {
guiColors,
blockColors
};
|