feat(themes): add popular themes, remove redundant default

- Delete default.css (redundant with dracula.css)
- Add snazzy, catppuccin_mocha, tokyonight, rose_pine, onedark themes
- Update docs/static/style.css to import dracula.css
- Update themes/README.md and syntax-highlighting.md

Theme collection now contains 10 well-designed options.
This commit is contained in:
Timothy DeHerrera
2026-02-05 13:04:39 -07:00
parent 113b7e4a4c
commit 5ae8ae6e53
8 changed files with 1652 additions and 236 deletions

View File

@@ -1,5 +1,5 @@
/* sukr docs — clean documentation theme */
@import "../../themes/default.css";
@import "../../themes/dracula.css";
/* Syntax highlighting theme - lightningcss inlines this at build time */
:root {