Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sk1418/last256
A vim dark colorscheme based on vim-hybrid
https://github.com/sk1418/last256
Last synced: 3 months ago
JSON representation
A vim dark colorscheme based on vim-hybrid
- Host: GitHub
- URL: https://github.com/sk1418/last256
- Owner: sk1418
- Created: 2013-03-28T14:17:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T21:01:52.000Z (over 3 years ago)
- Last Synced: 2024-07-16T15:39:23.819Z (4 months ago)
- Language: Vim script
- Size: 17.6 KB
- Stars: 26
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/w0ng/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](https://raw.github.com/sk1418/sharedResources/master/last256/last256-higroups.png)
**Python**
![python](https://raw.github.com/sk1418/sharedResources/master/last256/last256-python-new.png)
**xml**
![xml](https://raw.github.com/sk1418/sharedResources/master/last256/last256-xml-new.png)
**>>under Solarized terminal color scheme<<**
**Java**
![java](https://raw.github.com/sk1418/sharedResources/master/last256/last256-java-new.png)
**tabbar and vimscript**
![tab](https://raw.github.com/sk1418/sharedResources/master/last256/last256-tab-new.png)
**Diff**
![diff](https://raw.github.com/sk1418/sharedResources/master/last256/last256-diff-new.png)
" vim: ft=markdown sw=2 ts=2