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.
- Host: GitHub
- URL: https://github.com/leafoftree/vim-svelte-theme
- Owner: leafOfTree
- Created: 2019-08-25T11:56:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T02:07:31.000Z (over 4 years ago)
- Last Synced: 2025-04-03T02:51:12.636Z (11 months ago)
- Topics: colors, svelte, theme, vim
- Language: Vim script
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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