Skip to content

Vim only repository for the skeletor syntax by @ramonmcros

License

Notifications You must be signed in to change notification settings

lingyiy/skeletor.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

First things first

This is the vim-only repository of the Skeletor-Syntax by @ramonmcros, a dark theme for Atom, Prism, Pygments and Zsh inspired by Skeletor from He-Man and the Masters of the Universe.

Skeletor

Vim

Installation

If you use vim + pathogen:

cd ~/.vim/bundle && \
git clone https://github.com/skreek/skeletor.vim.git

if you use native vim 8 pack feature:  

git clone https://github.com/skreek/skeletor.vim.git ~/.vim/pack/my-plugins/start/skeletor.vim

or just move the skeletor.vim file into ~/.vim/colors and add the following lines into your .vimrc file:

syntax on
colo skeletor

Screenshots

HTML:

HTML

CSS:

CSS

Sass:

Sass

Javascript:

Javascript

PHP:

PHP

Markdown:

Markdown

YAML:

YAML

Several important highlight groups:
  • "Search" (Last search pattern highlighting):
    "Search"
  • "MoreMsg" (more-prompt: -- More --, -- INSERT --, ...), "Question" (hit-enter prompt and yes/no questions):
    "MoreMsg", "Question"
  • "MatchParen" (The character under the cursor or just before it, if it is a paired bracket, and its match):
    "MatchParen"
  • "StatusLine" (Status line of current window):
    "StatusLine"
  • "StatusLineNC" (Status lines of not-current windows):
    "StatusLineNC"
  • "Folded" (line used for closed folds):
    "Folded"
  • "Folded" + "FoldColumn=2":
    "Folded" + "FoldColumn"
  • "Visual" (Visual mode selection):
    "Visual"
  • "WarningMsg":
    "WarningMsg"
  • "ErrorMsg":
    "ErrorMsg"

check out gallery for more!

Full Supported Languages

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

(more to come soon)

Color Palette

Color-name Hex 256 (Xterm) RGB HSL Color
White #fdf6e3 230 253 246 227 44° 87% 100% #fdf6e3
Light Blue #dce7fd 189 220 231 253 220° 89% 93% #dce7fd
Yellow #f3e4a2 229 243 228 162 49° 77% 79% #f3e4a2
Orange #ffb793 216 255 183 147 20° 100% 79% #ffb793
Red #f36a66 203 243 106 102 2° 85% 68% #f36a66
Orchid #ff8adb 213 255 138 219 318° 100% 77% #ff8adb
Purple #bd93f9 141 189 147 249 265° 89% 78% #bd93f9
Blue #93b4ff 75 147 180 255 222° 100% 79% #93b4ff
Blue Gray #7b94a5 103 123 148 165 204° 19% 56% #7b94a5
Green #84fba2 121 132 251 16 135° 94% 75% #84fba2
Very Light Gray #c5c8c6 251 197 200 198 140° 3% 78% #c5c8c6
Background #2b2836 236 43 40 54 253° 15% 18% #2b2826
Comments #655e7f 60 101 94 127 253° 15% 43% #655e7f
Cursor #423e53 239 66 62 83 251° 14% 28% #423e53
Cursor2 #383546 237 56 53 70 251° 14% 24% #383546

Credit:

About

Vim only repository for the skeletor syntax by @ramonmcros

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%