Coder Social home page Coder Social logo

color-schemes's Introduction

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

color-schemes's People

Contributors

chrishunt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.