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.
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
- "Search" (Last search pattern highlighting):
- "MoreMsg" (more-prompt: -- More --, -- INSERT --, ...), "Question" (hit-enter prompt and yes/no questions):
- "MatchParen" (The character under the cursor or just before it, if it is a paired bracket, and its match):
- "StatusLine" (Status line of current window):
- "StatusLineNC" (Status lines of not-current windows):
- "Folded" (line used for closed folds):
- "Folded" + "FoldColumn=2":
- "Visual" (Visual mode selection):
- "WarningMsg":
- "ErrorMsg":
check out gallery for more!
- HTML
- CSS
- Sass (SCSS)
- Javascript
- PHP
- Markdown
- YAML
(more to come soon)
- Thanks to @ramonmcros for making the Skeletor-Syntax.
- Theme inspired by Skeletor and @zenorocha's dracula-theme.