adam820 / skeletor-syntax

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

Home Page:http://ramonmcros.com/skeletor-syntax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeletor Syntax

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

http://ramonmcros.github.io/skeletor-syntax/

Skeletor

Table of contents

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-screenshot1

atom-screenshot2

Jetbrains

Installation

  1. Download the theme.
  2. Depending on your OS and editor, move the Skeletor.icls file to the appropriate colors folder inside the IDE's configuration directory.
    • Substitute the name and version of the IDE (e.g. PyCharm2017.1, WebStorm2016.3, etc.) for $(Jetbrains IDE) below.
  • Linux: ~/.$(Jetbrains IDE)/config
  • macOS: ~/Library/Preferences/$(Jetbrains IDE)
  • Windows: %USERPROFILE%\.$(Jetbrains IDE)\config

Screenshots

jetbrains-screenshot1

Prism

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>

Supported Languages

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

Plugins

Screenshots

prism-screenshot1

Click here to see more examples.

Pygments

Screenshots

pygments-screenshot1

Zsh

Requirements

Requires a terminal with 256 colors support.

Installation

  1. Download the theme.

  2. Move the zsh/skeletor.zsh-theme file to oh-my-zsh's 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-screenshot1

Color Palette

Color Hex RGB HSL
White #ffffff 255 255 255 0° 0% 100%
Light Blue #dce7fd 220 231 253 220° 89% 93%
Yellow #f3e4a2 243 228 162 49° 77% 79%
Orange #ffb793 255 183 147 20° 100% 79%
Red #f36a66 243 106 102 2° 85% 68%
Orchid #ff8adb 255 138 219 318° 100% 77%
Purple #bd93f9 189 147 249 265° 89% 78%
Blue #93b4ff 147 180 255 222° 100% 79%
Blue Gray #7b94a5 123 148 165 204° 19% 56%
Green #84fba2 132 251 16 135° 94% 75%
Very Light Gray #c5c8c6 197 200 198 140° 3% 78%
Background #2b2836 43 40 54 253° 15% 18%
Comments #655e7f 101 94 127 253° 15% 43%

Credits

About

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

http://ramonmcros.com/skeletor-syntax/

License:MIT License


Languages

Language:CSS 100.0%