A dark syntax theme with purple accents inspired by Skeletor from He-Man and the Masters of the Universe. This theme is based on the PrismJS version of Skeletor Syntax created by Ramón M. Cros.
Available for:
- Visual Studio Code (view in Visual Studio Marketplace)
- RStudio
- TextMate/Sublime
- Pygments (compatible with Jekyll static site generator)
- highlight.js
- Prism.js (original file by Ramón M. Cros).
.
├── .github
├── assets
├── dist // Themes folder
│ ├── hljs // highlight.js (*.css | *.min.css | *.scss files)
│ ├── prismjs // prism.js (*.css | *.min.css | *.scss files)
│ ├── pygments // Pygments/Jekyll (*.css | *.min.css | *.scss files)
│ ├── rstudio // RStudio (*.rstheme files)
│ ├── tmtheme // TextMate/Sublime (*.tmTheme files)
│ └── vscode // Visual Studio Code Extension (Marketplace)
├── src
│ └── build_themes.R // Build script (R language)
│ └── ...
│...
Skeletor Syntax supports language-* rules and is optimized for:
- HTML
- CSS & SCSS
- JavaScript
- PHP
- Markdown
- YAML

