All Projects → cocopon → Svss.vim

cocopon / Svss.vim

Licence: other
SVSS's Vim Style Sheet

Labels

Projects that are alternatives of or similar to Svss.vim

Vim Llvmcov
The llvm-cov tool shows code coverage information for programs that are instrumented to emit profile data.
Stars: ✭ 30 (-16.67%)
Mutual labels:  viml
Cscope maps
cscope keyboard mappings for VIM
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Vim Blackboard
A port of the Blackboard theme from TextMate to Vim.
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Dotfiles
Some of my configuration.
Stars: ✭ 31 (-13.89%)
Mutual labels:  viml
Vim Readline
Readline bindings for Insert Mode
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Ftcolor.vim
Switches colorschemes according to the file type.
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Linters.vim
Automatically run linters over your code as you write it
Stars: ✭ 28 (-22.22%)
Mutual labels:  viml
Vim Iawriter
iA Writer vim colorscheme
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Vim Fuzzysearch
Fuzzy pattern building, in any buffer
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Davesdots
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Vim Hl Var
Stars: ✭ 32 (-11.11%)
Mutual labels:  viml
Codeschool Vim Theme
codeschool vim theme
Stars: ✭ 32 (-11.11%)
Mutual labels:  viml
Hasksyn
A vim mode for Haskell
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml
Php Vim
make vim as a php ide
Stars: ✭ 30 (-16.67%)
Mutual labels:  viml
Vim Stylefmt
Format your stylesheets using stylefmt inside Vim
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Vim Yankring
Mirror of yankring.vim
Stars: ✭ 28 (-22.22%)
Mutual labels:  viml
Tskeleton vim
File Templates and Code Skeletons/Snippets for VIM
Stars: ✭ 33 (-8.33%)
Mutual labels:  viml
Spink
Syntax highlighting for Xterm/gVim/MacVim.
Stars: ✭ 36 (+0%)
Mutual labels:  viml
Objective Vim
Quickly bootstrap vim for Objective-C hacking
Stars: ✭ 35 (-2.78%)
Mutual labels:  viml
Vim Smartusline
Vim plugin that changes the color of the statusbar of the focused window according with the current mode (normal/insert/replace)
Stars: ✭ 34 (-5.56%)
Mutual labels:  viml

SVSS - SVSS's Vim Style Sheet

Are you a good friends with CSS or SCSS? SVSS is a style sheet for Vim. You can easily create your own color scheme with SCSS-like syntax. For example:

    $base-hue: 240;
    Normal {
        guibg: hsl($base-hue, 0, 0);
        guifg: hsl($base-hue, 100%, 50%);
    }

It will be compiled as the following command:

    hi! Normal guibg=#000000 guifg=#0000ff

SVSS provides various useful features to create a color scheme. See doc/svss.text for full features.

License

MIT License. See LICENSE.txt for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].