sienna : Color scheme with harmonic colors easy to distinguish (dark and light styles).
script karma |
Rating 91/47,
Downloaded by 5808 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Georg Dahn |
|
script type |
color scheme |
|
description |
This color scheme has both dark and light styles with harmonic colors easy to distinguish. Terminals are not supported, therefore you should only try it if you use the GUI version of Vim.
The versions of this color scheme older than 1.20 contain the light style only. |
|
install details |
Just put it in "~/.vim/colors" or in "<your vim directory>\vimfiles\colors" on Windows. Do ":colo sienna" to apply it. If you want to install it as your default color scheme, just add ":colo sienna" to your vimrc file.
You can choose the style by adding one of the following lines to your vimrc or gvimrc file before sourcing the color scheme:
let g:sienna_style = 'dark'
let g:sienna_style = 'light'
If none of above lines is given, the light style is choosen.
You can switch between these styles by using the :Colo command, like ":Colo dark" or ":Colo light" (many thanks to Pan Shizhu for the idea).
Happy Vimming! |
|
script versions (upload new version)
Click on the package to download.
sienna.vim |
1.6.2 |
2013-12-12 |
7.0 |
Georg Dahn |
Changed background of FoldColumn to Normal background. |
sienna.vim |
1.6.1 |
2013-09-11 |
7.0 |
Georg Dahn |
added CursorColumn, CursorLine, and CursorLineNr. |
sienna.vim |
1.6 |
2006-04-26 |
6.0 |
Georg Dahn |
Added colors for popup menu (Vim 7 only). Set background of light scheme to white. |
ip used for rating: 142.132.191.50
|