Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

cocopon/svss.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SVSS's Vim Style Sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published