marksteve / base16-tm

Base16 themes using Thinking Machines colors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base16-tm

Base16 themes using Thinking Machines colors

Screenshot

iTerm2

Open base16-tm.itermcolors

Shell

  1. Install base16-shell
  2. cp base16-tm.sh ~/.config/base16-shell/scripts/
  3. base16_tm

Vim

Plug 'marksteve/base16-vim'

let base16colorspace=256
colorscheme base16-tm

If you're using base16-shell:

if filereadable(expand("~/.vimrc_background"))
  let base16colorspace=256
  source ~/.vimrc_background
endif

About

Base16 themes using Thinking Machines colors


Languages

Language:Vim Script 77.4%Language:Shell 18.6%Language:Python 3.6%Language:Makefile 0.4%