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/
-
After opening Atom go to
Settings
by pressing cmd + , (ctrl + , on Linux). -
Select the
Themes
tab. -
Search for
skeletor-syntax
in the search box.
-
Download the theme.
-
Link
prism.js
andprism-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>
- HTML
- CSS
- Sass (SCSS syntax)
- Javascript
- PHP
- Markdown
- YAML
Click here to see more examples.
Requires a terminal with 256 colors support.
-
Download the theme.
-
Move the
zsh/skeletor.zsh-theme
file to oh-my-zsh's theme folder:oh-my-zsh/themes/skeletor.zsh-theme
. -
Open your
~.zshrc
file and setZSH_THEME="skeletor"
. -
Restart the terminal.
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% |
-
Theme inspired by Skeletor and @zenorocha's dracula-theme.
-
Increased font sizes for headers taken from @nylki's pen-paper-coffee-syntax.
-
ZSH theme based on @robbyrussell's theme.