Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xero/sourcerer
read code like a wizard. a 16bit color scheme for hackers
https://github.com/xero/sourcerer
colors iterm shell terminal-colors vim vim-colors vim-colorscheme xdefaults xresources xterm
Last synced: about 2 months ago
JSON representation
read code like a wizard. a 16bit color scheme for hackers
- Host: GitHub
- URL: https://github.com/xero/sourcerer
- Owner: xero
- Created: 2015-06-28T23:04:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T03:24:26.000Z (about 6 years ago)
- Last Synced: 2024-08-07T18:46:39.534Z (5 months ago)
- Topics: colors, iterm, shell, terminal-colors, vim, vim-colors, vim-colorscheme, xdefaults, xresources, xterm
- Language: Vim script
- Size: 906 KB
- Stars: 153
- Watchers: 7
- Forks: 20
- Open Issues: 3
-
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/termcolors.png)
a 16 bit color scheme for hackers.
- [vim](#vim)
- [Xresources](#Xresources)
- [framebuffer](#framebuffer)
- [iterm](#iterm)# install
![](https://raw.githubusercontent.com/xero/sourcerer/master/preview.png)
## vim
copy [sourcerer.vim](https://github.com/xero/sourcerer/blob/master/sourcerer.vim) to `~/.vim/colors/` or install it from the [standalone repo](https://github.com/xero/sourcerer.vim) with your vim plugin manager e.g. `Plugin 'xero/sourcerer.vim'`
then in your `~/.vimrc` add `colorscheme sourcerer` and turn `:syntax on`.
## Xresources
copy the contents of [sourcerer.Xresources](https://github.com/xero/sourcerer/blob/master/sourcerer.Xresources) into your `~/.Xresources` or `~/.Xdefaults` file. your system may require you to call `xrdb -merge ~/.Xresources` and/or restart your terminal emulator.
## framebuffer
copy [sourcerer.sh](https://github.com/xero/sourcerer/blob/master/sourcerer.sh) into your home directory and add `source ~/sourcerer.sh` to your shell init script `~/.bashrc` or `~/.zshrc`. colors will only be applied in a new tty session.
## iterm
launch iterm/item2, type `CMD+i`, navigate to `Colors` tab, click on `Load Presets`, click on `Import` and select [sourcerer.itermcolors](https://github.com/xero/sourcerer/blob/master/sourcerer.itermcolors).
## pygments
copy [sourcerer.py](https://github.com/xero/sourcerer/blob/master/sourcerer.py) to your styles directory, ususally `/usr/lib/python3.5/site-packages/pygments/styles`. then set the style when you use the command: `pygmentize -O style=sourcerer -f console256 -g` (make it can alias like `ccat` or `c`).
![](https://raw.githubusercontent.com/xero/sourcerer/master/sourcerer_shell.gif)