Advertisement
sibskull

skull.vim

Apr 25th, 2014
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.45 KB | None | 0 0
  1. " Vim color file
  2. " Maintainer:   Andrey Cherepanov <sinskull@gmai.com>
  3. " Last Change:  2014 04 25
  4.  
  5. hi clear Normal
  6. set bg&
  7.  
  8. " Remove all existing highlighting and set the defaults.
  9. hi clear
  10.  
  11. " Load the syntax highlighting defaults, if it's enabled.
  12. if exists("syntax_on")
  13.   syntax reset
  14. endif
  15.  
  16. let colors_name = "skull"
  17.  
  18. hi Comment   ctermfg=DarkGrey  guifg=DarkGrey gui=bold
  19. hi Constant  ctermfg=DarkGreen guifg=green3   gui=none
  20. " vim: sw=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement