Skeletor Syntax

A dark theme for Atom, Prism, Pygments and Zsh inspired by Skeletor from He-Man and the Masters of the Universe.

Skeletor Syntax

Made by ramonmcros. Fork it on GitHub. Distributed under MIT License.

Atom

Installation

  1. After opening Atom go to Settings by pressing cmd - , (ctrl - , on Linux).

  2. Select the Themes tab.

  3. Search for skeletor-syntax in the search box.

Screenshots

Atom screenshot 1 Atom screenshot 2

Prism

Languages and plugins

Currently supporting the following languages and plugins:

  • HTML
  • CSS
  • Sass (SCSS syntax)
  • Javascript
  • PHP
  • Markdown
  • YAML

Examples

Click here to see some examples.

Installation

  1. Download the theme.

  2. Link prism.js and prism-skeletor.css.


<!DOCTYPE html>
<html>
<head>
...
  <link href="css/skeletor-prism.css" rel="stylesheet" />
</head>
<body>
...
  <!-- after all your content -->
  <script src="prism.js"></script>
</body>
</html>
        

Pygments

Screenshots

Pygments screenshot 1

Zsh

Requirements

Requires a terminal with 256 colors support.

Installation

  1. Download the theme.

  2. Move the zsh/skeletor.zsh-theme to oh-my-zsh theme folder: oh-my-zsh/themes/skeletor.zsh-theme.

  3. Open your ~.zshrc file and set ZSH_THEME="skeletor".

  4. Restart the terminal.

Screenshots

Zsh screenshot 1