• Stars
    star
    239
  • Rank 168,763 (Top 4 %)
  • Language
    Vim Script
  • Created over 11 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Color schemes I've used for an extended period of time and like

Vim/iTerm2 Color Schemes

Here are some color schemes I've used for an extended period of time and like. I am keeping them here as a reference to share with others and make it easier for me to switch back in the future.

To get started, clone the repository to your machine and follow the steps for the color scheme you'd like to use.

$ git clone https://github.com/chrishunt/color-schemes.git

To test your color scheme:

$ ./script/test

Railscasts Theme

Vim | Base16, by Chris Kempson

$ cp railscasts/base16-railscasts.vim ~/.vim/colors/
$ vim ~/.vimrc

  " ~/.vimrc
  set background=dark
  colorscheme base16-railscasts

  highlight clear SignColumn
  highlight VertSplit    ctermbg=236
  highlight ColorColumn  ctermbg=237
  highlight LineNr       ctermbg=236 ctermfg=240
  highlight CursorLineNr ctermbg=236 ctermfg=240
  highlight CursorLine   ctermbg=236
  highlight StatusLineNC ctermbg=238 ctermfg=0
  highlight StatusLine   ctermbg=240 ctermfg=12
  highlight IncSearch    ctermbg=3   ctermfg=1
  highlight Search       ctermbg=1   ctermfg=3
  highlight Visual       ctermbg=3   ctermfg=0
  highlight Pmenu        ctermbg=240 ctermfg=12
  highlight PmenuSel     ctermbg=3   ctermfg=1
  highlight SpellBad     ctermbg=0   ctermfg=1

iTerm2 | Base16, by Chris Kempson

$ open railscasts/base16-railscasts-custom.dark.256.itermcolors  # adds to iTerm color list
$ vi ~/.tmux.conf

  # ~/.tmux.conf
  set -g default-terminal "screen-256color"
  set -g status-bg colour235
  set -g status-fg white

  set-window-option -g window-status-current-fg black
  set-window-option -g window-status-current-bg green

  set -g pane-border-fg colour235
  set -g pane-border-bg black
  set -g pane-active-border-fg green
  set -g pane-active-border-bg black

Thayer Theme

Vim | Vimbrant, by Thayer Williams

$ cp thayer/vimbrant.vim ~/.vim/colors/vimbrant.vim
$ vim ~/.vimrc

  " ~/.vimrc
  set background=dark
  colorscheme vimbrant
  highlight ColorColumn ctermbg=7
  highlight ColorColumn guibg=Gray

iTerm2 | Thayer (Vimbrant clone), by Bastien Dejean

$ open thayer/thayer.itermcolors  # adds to iTerm color list
$ vi ~/.tmux.conf

  # ~/.tmux.conf
  set -g status-bg colour235
  set -g status-fg white

  set-window-option -g window-status-current-fg black
  set-window-option -g window-status-current-bg green

  set -g pane-border-fg colour235
  set -g pane-border-bg black
  set -g pane-active-border-fg green
  set -g pane-active-border-bg black

More Repositories

1

git-pissed

gitting pissed about your code
HTML
835
star
2

dot-files

Dot-files for Linux, Mac OS X, Windows
Vim Script
603
star
3

github-auth

SSH key management for GitHub users
Ruby
384
star
4

desktop

A decent way to change your desktop image
Ruby
250
star
5

favcount

Enhance your useless favicon with FavCount technology
JavaScript
183
star
6

rubiks-cube

Solve your Rubik's Cube with an easy two-cycle solution
Ruby
128
star
7

negfix8

Automate the process of scanning negative film
Shell
56
star
8

marked

Themes for Marked, the best live markdown previewer on Mac OS.
CSS
21
star
9

hi

hi, I'm here to debug your HTTP
Ruby
20
star
10

healthyhacker

Welcome to the Healthy Hacker where we talk about programming, puzzles, memory, fitness, diet, and everything else that you, a healthy hacker, find interesting.
JavaScript
16
star
11

tree

Example binary search tree implementation in Java
Java
13
star
12

cards

Memorize a shuffled deck of playing cards
CSS
12
star
13

snoop

Snoop on content, be notified when it changes.
Ruby
8
star
14

alfred

Alfred Workflows
Ruby
6
star
15

exercises

You have one hour to complete this exercise.
Ruby
6
star
16

status-board

Your very own status board API
Ruby
6
star
17

mute

Muting test suites since 2014
Ruby
5
star
18

practice-problems

Fun practice problems
Ruby
4
star
19

zw2fit

Convert zwo workouts to ANT+ FIT
Ruby
4
star
20

gorbypuff

gorbypuff.cat
JavaScript
3
star
21

cane-hashcheck

Create Cane violations for pre-Ruby 1.9 hash syntax
Ruby
3
star
22

helpme

Help me figure this out
Ruby
3
star
23

parse-tree

Example tab tree parser for #ruby on FreeNode
Ruby
2
star
24

maze

Depth-first maze generation
Ruby
2
star
25

wod

workout of the day
JavaScript
2
star
26

chrishunt.github.com

chrishunt.co
JavaScript
2
star
27

latex-makefile

Makefile for LaTex documents.
2
star
28

cube-timer

Rubik's Cube Timer: Generate scrambles and take averages
Ruby
1
star
29

diffie-chat

Diffie–Hellman key exchange
Java
1
star
30

euler

Project Euler
Ruby
1
star
31

roster-runner

Code replacements for fast sports captioning - rosterrunner.com
Ruby
1
star
32

some-skillz

You need to gem install some_skills
Ruby
1
star
33

tortoise

Tortoise is a Logo interpreter for ruby
Ruby
1
star
34

memory

Remember that time you memorized a shuffled deck of cards?
CSS
1
star
35

follower

Keep track of who starts and stops following you on Twitter
Ruby
1
star