https://github.com/marksteve/base16-tm
Base16 themes using Thinking Machines colors
https://github.com/marksteve/base16-tm
Last synced: 3 months ago
JSON representation
Base16 themes using Thinking Machines colors
- Host: GitHub
- URL: https://github.com/marksteve/base16-tm
- Owner: marksteve
- Created: 2018-04-06T08:46:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T21:38:53.000Z (about 5 years ago)
- Last Synced: 2025-08-10T13:31:00.614Z (10 months ago)
- Language: Vim script
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base16-tm
Base16 themes using [Thinking Machines](https://thinkingmachin.es) colors

## iTerm2
Open `base16-tm.itermcolors`
## Shell
1. Install [base16-shell](https://github.com/chriskempson/base16-shell)
1. `cp base16-tm.sh ~/.config/base16-shell/scripts/`
1. `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
```