soiz1's picture
Upload folder using huggingface_hub
8fd7a1d verified
raw
history blame contribute delete
311 Bytes
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
};