Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- " Vim color file
- " Maintainer: Andrey Cherepanov <sinskull@gmai.com>
- " Last Change: 2014 04 25
- hi clear Normal
- set bg&
- " Remove all existing highlighting and set the defaults.
- hi clear
- " Load the syntax highlighting defaults, if it's enabled.
- if exists("syntax_on")
- syntax reset
- endif
- let colors_name = "skull"
- hi Comment ctermfg=DarkGrey guifg=DarkGrey gui=bold
- hi Constant ctermfg=DarkGreen guifg=green3 gui=none
- " vim: sw=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement