An open API service indexing awesome lists of open source software.

https://github.com/leafoftree/vim-svelte-theme

A vim svelte color theme.
https://github.com/leafoftree/vim-svelte-theme

colors svelte theme vim

Last synced: 7 months ago
JSON representation

A vim svelte color theme.

Awesome Lists containing this project

README

          


screenshot

A vim svelte theme, based on webpage style, created with [ThemeCreator][0]

## Usage

color svelte

## Installation

You can use your favourite plugin manager. For example,

- Use [VundleVim][2]

Plugin 'leafOfTree/vim-svelte-theme'

- Use [vim-pathogen][3]

cd ~/.vim/bundle
git clone https://github.com/leafOfTree/vim-svelte-theme --depth 1

- Use [vim-plug][4]

Plug 'leafOfTree/vim-svelte-theme'
:PlugInstall

### Manual

- Clone this plugin, then copy `vim-svelte-theme/colors/svelte.vim` to `colors/svelte.vim` under any `runtimepath`

- Or simply copy the file [svelte.vim][5] to `colors/svelte.vim`

## See also

[vim-svelte-plugin][1]

[0]: http://mswift42.github.io/themecreator/
[1]: https://github.com/leafOfTree/vim-svelte-plugin
[2]: https://github.com/VundleVim/Vundle.vim
[3]: https://github.com/tpope/vim-pathogen
[4]: https://github.com/junegunn/vim-plug
[5]: https://raw.githubusercontent.com/leafOfTree/vim-svelte-theme/master/colors/svelte.vim