Toggle the "Enable Preview" option to begin creating a new theme. The entire documentation site will update as you progress. You can
navigate to different sections without losing your settings as long as you do not refresh the page. Disabling the preview will reset
back to your original theme.
Generate your theme above, copy the source, then paste this into a new file in the root of your project with a disticting name, such
as: my-custom-theme.[ts|js].
Open tailwind.config.[js,cjs,ts], found in the root of your project, and import your custom theme.
typescript
import myCustomTheme from'./my-custom-theme'
Within this same file, register your new theme via the Skeleton Tailwind plugin settings as shown below.
Looking for deeper customization? We recommend using Palette Generator. This includes support for hue, saturation, and lightness adjustments. Pair this with the
Hex-To-RGB extension
to convert each Hex color value to RGB in bulk with VS Code.