Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xero/sourcerer.vim
vim colorscheme
https://github.com/xero/sourcerer.vim
colorscheme magic vim vim-colors vim-colorscheme
Last synced: 4 days ago
JSON representation
vim colorscheme
- Host: GitHub
- URL: https://github.com/xero/sourcerer.vim
- Owner: xero
- Created: 2015-07-26T05:13:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T00:16:54.000Z (over 8 years ago)
- Last Synced: 2024-05-01T21:20:29.860Z (7 months ago)
- Topics: colorscheme, magic, vim, vim-colors, vim-colorscheme
- Language: VimL
- Size: 19.5 KB
- Stars: 47
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████
██░░░░ ██░░░░██░██ ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
░░█████ ░██ ░██░██ ░██ ░██ ░░░██ ░░ ░███████ ░██ ░░░███████ ░██ ░░
░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██
██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███
░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░
r e a d c o d e l i k e a w i z a r dsourcerer by xero harrison (http://sourcerer.xero.nu)
├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)
└─ based on mustang by Henrique C. Alves ([email protected])
```![](https://raw.githubusercontent.com/xero/sourcerer/master/preview.png)
# install
### package manager
add the repo url via your favorite vim package manager. e.g for vundle: `Plugin 'xero/sourcerer.vim'`### manually
copy the `colors` folder in this repo to your `~/.vim` or `~/.config/nvim` directory# use
then in your `~/.vimrc` or `~/.config/nvim/init.vim` add `colorscheme sourcerer` and turn `:syntax on`*note: if installing via plugin, you must set the colorscheme variable after including the plugin in your config file.*
sourcerer is also available as a color scheme for [Xresources](https://github.com/xero/sourcerer/blob/master/sourcerer.Xresources) aware terminals, [iterm](https://github.com/xero/sourcerer/blob/master/sourcerer.itermcolors), and the [framebuffer](https://github.com/xero/sourcerer/blob/master/sourcerer.sh) at [sourcerer.xero.nu](http://sourcerer.xero.nu)