DARST is built on top of Tailwind CSS and shadcn/ui.
Check out their documentation for more information on how to use the classes.
Customizing the theme
The theme is stored in src/styles/theme.css. You can customize the theme by changing the values of the variables.
You can generate theme using this tool or this one.
This is what the file looks like:
Beside editing the src/styles/theme.css file, you also need to add the foreground and background theme variables to
the src/config.ts file.
Customizing the Docs
If you want to customize the docs, you can do so by editing the src/styling/starlight.css file. You can
use Starlight’s color theme editor
to generate the CSS file.
Additional styles
Additional styles can be added to the src/styles/plus.css file. Some of DARST implicit styles are already
included in the src/styles/plus.css file. However, if you can do it in Tailwind, it is better to do it using
Tailwind instead of adding it to the src/styles/plus.css file.