All Projects → xero → sourcerer

xero / sourcerer

Licence: other
read code like a wizard. a 16bit color scheme for hackers

Programming Languages

Vim Script
2826 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sourcerer

sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-69.12%)
Mutual labels:  vim-colors, vim-colorscheme
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (-36.76%)
Mutual labels:  colors, xterm
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+11.03%)
Mutual labels:  vim-colors, vim-colorscheme
Xresources-themes
A big (huge) collection of rxvt / xterm terminal themes
Stars: ✭ 247 (+81.62%)
Mutual labels:  xresources, xterm
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+15214.71%)
Mutual labels:  iterm, xresources
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (-61.03%)
Mutual labels:  vim-colors, vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1361.03%)
Mutual labels:  vim-colors, vim-colorscheme
tamcolors
tamcolors is a terminal game library which supports multiplayer and audio. tamcolors gives a buffer which lets the user set the character, foreground color and background color which can draw at a stable FPS of 25 on all supported console.
Stars: ✭ 24 (-82.35%)
Mutual labels:  colors, terminal-colors
Lavalamp
A text editor theme that visually differentiates languages.
Stars: ✭ 328 (+141.18%)
Mutual labels:  iterm, colors
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-27.94%)
Mutual labels:  colors, vim-colorscheme
File-LsColor
Colorize input filenames just like ls(1) does
Stars: ✭ 33 (-75.74%)
Mutual labels:  colors, terminal-colors
ceudah.vim
A Material Colorscheme Bright for Vim.
Stars: ✭ 14 (-89.71%)
Mutual labels:  vim-colors, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-75.74%)
Mutual labels:  vim-colors, vim-colorscheme
Antares
Antares - dark colorscheme for vim/neovim
Stars: ✭ 17 (-87.5%)
Mutual labels:  vim-colors
clrprint
Print colorful output in the terminal, idle, cmd, and Windows PowerShell using the same functions.
Stars: ✭ 22 (-83.82%)
Mutual labels:  colors
color-system
🎨 Easiest way to get a universal color palette
Stars: ✭ 21 (-84.56%)
Mutual labels:  colors
pywal-web
Web interface for pywal
Stars: ✭ 36 (-73.53%)
Mutual labels:  terminal-colors
coloraide
A library to aid in using colors
Stars: ✭ 53 (-61.03%)
Mutual labels:  colors
Motus-Art
Weekly motion art projects created in JavaScript.
Stars: ✭ 129 (-5.15%)
Mutual labels:  colors
system-76-keyboards
Rainbow / CPU monitor for system76 colored keyboards
Stars: ✭ 37 (-72.79%)
Mutual labels:  colors
   ██████  ██████  ██   ██ ██████  █████   █████  ██████  █████  ██████
  ██░░░░  ██░░░░██░██  ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
 ░░█████ ░██   ░██░██  ░██ ░██ ░░░██  ░░ ░███████ ░██ ░░░███████ ░██ ░░
  ░░░░░██░██   ░██░██  ░██ ░██   ░██   ██░██░░░░  ░██   ░██░░░░  ░██   
  ██████ ░░██████ ░░██████░███   ░░█████ ░░██████░███   ░░██████░███   
 ░░░░░░   ░░░░░░   ░░░░░░ ░░░     ░░░░░   ░░░░░░ ░░░     ░░░░░░ ░░░   
  r  e  a  d     c  o  d  e     l  i  k  e     a     w  i  z  a  r  d 

 sourcerer 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])

a 16 bit color scheme for hackers.

install

vim

copy sourcerer.vim to ~/.vim/colors/ or install it from the standalone repo 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 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 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.

pygments

copy 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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].