https://github.com/edarc/vim-creamstatus
A standalone version of the statusline from the Cream Vim suite
https://github.com/edarc/vim-creamstatus
Last synced: 5 months ago
JSON representation
A standalone version of the statusline from the Cream Vim suite
- Host: GitHub
- URL: https://github.com/edarc/vim-creamstatus
- Owner: edarc
- Created: 2013-09-21T12:22:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T12:39:57.000Z (over 12 years ago)
- Last Synced: 2025-02-05T14:17:57.778Z (over 1 year ago)
- Language: VimL
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cream statusline for any Vim
============================
This is a standalone version of the [statusline from Cream][1], a mod package
for Vim. I crammed it up here so I can install it with Vundle, but you can use
it too.
[1]: http://cream.sourceforge.net/statusline.html
How to use it
-------------
After installing it with your mechanism of choice, it should just work.
However, I suggest setting up your own color scheme in `.vimrc`. It uses the
`User1` through `User4` color slots. Here's mine:
" This sets up some nice colors and formatting for the cream statusline.
highlight User1 gui=bold guifg=#999999 guibg=#404040
highlight User2 gui=bold guifg=#ffffff guibg=#404040
highlight User3 gui=bold guifg=#ffff00 guibg=#404040
highlight User4 gui=bold guifg=#ff3333 guibg=#404040