This is the default theme that you know and love.
Similar to sp-light, only ... darker
You can change most any property on spectrum using CSS. Anything from borders and colors, to the size of the draggable areas, to the layout of the colorpicker can be changed with plain CSS.
Please prefix all of your rules with .theme-name
. The exception is for changes to .sp-container
and .sp-replacer
, which will have your theme name applied.
See a basic scaffold for a super simple theme. See sp-dark.css for a slightly more advanced example.
.theme-name.sp-container { } .theme-name.sp-replacer { } .theme-name .sp-preview { }
If you have made some customizations that you would like to share, please open a pull request with the theme file inside of this themes/ directory in the project. Or open an issue with a link to the theme.