An open API service indexing awesome lists of open source software.

https://github.com/dieghernan/skeletor-syntax

VS Code theme based on Skeletor Syntax by Ramón M. Cros. Also matching styles for RStudio, Pygments/Jekyll, TextMate/Sublime and HighlightJS
https://github.com/dieghernan/skeletor-syntax

dark-theme highlightjs-theme pygments-style rstudio-theme skeletor-syntax sublime-theme syntax-highlighting textmate-theme vscode-theme

Last synced: 4 months ago
JSON representation

VS Code theme based on Skeletor Syntax by Ramón M. Cros. Also matching styles for RStudio, Pygments/Jekyll, TextMate/Sublime and HighlightJS

Awesome Lists containing this project

README

          

# Skeletor Syntax

[![Preview in
vscode.dev](https://img.shields.io/badge/preview%20in-vscode.dev-blue)](https://vscode.dev/editor/theme/dieghernan.skeletor-syntax/Skeletor%20Syntax)

![Skeletor Syntax
Banner](https://raw.githubusercontent.com/dieghernan/skeletor-syntax/main/assets/banner.png)

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](https://ramonmcros.com/skeletor-syntax/prism.html) of [Skeletor
Syntax](https://ramonmcros.com/skeletor-syntax/) created by Ramón M. Cros.

Available for:

- **Visual Studio Code** (view in [Visual Studio
Marketplace](https://marketplace.visualstudio.com/items?itemName=dieghernan.skeletor-syntax))
- **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)
│ └── ...
│...
```

## Language Support

Skeletor Syntax supports `language-*` rules and is optimized for:

- **HTML**
- **CSS & SCSS**
- **JavaScript**
- **PHP**
- **Markdown**
- **YAML**

--------------------------------------------------------------------------------

![Main
Screenshot](https://raw.githubusercontent.com/dieghernan/skeletor-syntax/main/assets/screenshot.png)