outpostHQ / theme-generator

CSS Color Theme Generator based on Numl.Design theme generator & HSLuv color space 🌈
https://theme.numl.design
MIT License
30 stars 3 forks source link

Improvement: Add Theme while exporting components to Numl REPL #1

Closed shubham-kaushal closed 3 years ago

shubham-kaushal commented 3 years ago

Add Theme as per the set value while exporting components to Numl REPL

<nu-theme
  hue="243"
  saturation="100"
mod="2"
></nu-theme>

image

Currently, it only exports the default.

image

shubham-kaushal commented 3 years ago

Fixed