last256 icon indicating copy to clipboard operation
last256 copied to clipboard

A vim dark colorscheme based on vim-hybrid

A vim 256color scheme

    __               __     ___   ___________
   / /   ____ ______/ /_   |__ \ / ____/ ___/
  / /   / __ `/ ___/ __/   __/ //___ \/ __ \ 
 / /___/ /_/ (__  ) /_    / __/____/ / /_/ / 
/_____/\__,_/____/\__/   /____/_____/\____/  

(http://www.vim.org/scripts/script.php?script_id=4489)

Introduction

last256 is a dark vim color-scheme, it was created based on vim-hybrid.

  • Xresource color supports was removed

  • Some colors/highlightings were changed, e.g. visual selection, cursorLine, background (Normal) ...

  • Some hi-groups were added: FIXME, Important, MK1, MK2, MK3:(screenshot see below section)

      autocmd BufWinEnter * call matchadd("Important","!Important!")
      autocmd BufWinEnter * call matchadd("MK1","!MARK1")
      autocmd BufWinEnter * call matchadd("MK2","!MARK2")
      autocmd BufWinEnter * call matchadd("MK3","!MARK3")
      autocmd BufWinEnter * call matchadd("FIXME","FIXME")
    

Requirements

  • gvim7.3 (linux, windows and Mac)
  • vim7.3 on Terminal, a 256 color enabled terminal is required

Screenshots

for a colorscheme readme, screenshots might be the most important section:

All screenshots were taken from terminal vim 7.4 with tmux under urxvt

new hi-groups

hi-groups

Python

python

xml

xml

>>under Solarized terminal color scheme<<

Java

java

tabbar and vimscript

tab

Diff

diff

" vim: ft=markdown sw=2 ts=2