Skip to content
/ cake16 Public

A light color scheme for vim with a very pleasant yellowish tone, great for prolonged coding

Notifications You must be signed in to change notification settings

zefei/cake16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Cake16 is a light color scheme for vim with mild contrast and not so many colors. It has a very pleasant yellowish tone and is great for prolonged coding.

It supports both gvim and 16-color terminals. Terminal support is done by mapping colors in terminal emulator settings, like solarized.

Screenshots

Javascript and vimfiler:

image

HTML and .vimrc:

image

Java:

image

Ruby:

image

Installation

Use your favorite package manager to install:

  • Pathogen
    • git clone https://github.com/zefei/cake16 ~/.vim/bundle/cake16
  • Vundle
    • Plugin 'zefei/cake16'
  • NeoBundle
    • NeoBundle 'zefei/cake16'

Usage

After installation, add this line to your .vimrc:

colorscheme cake16

If you are using gvim only, there's no more work. If you are using vim in terminals, open your terminal settings and map each color to the following table:

UNIX color code           |  color hex value
--------------------------+-----------------
ANSI 0  (normal black)    |  #774f38
ANSI 1  (normal red)      |  #b95942
ANSI 2  (normal green)    |  #308444
ANSI 3  (normal yellow)   |  #996e1f
ANSI 4  (normal blue)     |  #50707e
ANSI 5  (normal magenta)  |  #aa56b2
ANSI 6  (normal cyan)     |  #308090
ANSI 7  (normal white)    |  #ede4d4
ANSI 8  (bright black)    |  #878787
ANSI 9  (bright red)      |  #f10000
ANSI 10 (bright green)    |  #82a3b3
ANSI 11 (bright yellow)   |  #c79747
ANSI 12 (bright blue)     |  #678797
ANSI 13 (bright magenta)  |  #afafaf
ANSI 14 (bright cyan)     |  #e4dccc
ANSI 15 (bright white)    |  #f7efdf
--------------------------+-----------------
Foreground                |  #774f38
Background                |  #f7efdf

If you are using iTerm2, you don't have to do this manually, just import colors from iterm2/cake16.itermcolors.

256-color approximation

Alternatively, if you don't want to map terminal colors, you can approximate cake16 using 256 terminal colors. Simply install CSApprox using your package manager, it will calculate and set colors automatically:

  • Pathogen
    • git clone https://github.com/godlygeek/csapprox ~/.vim/bundle/csapprox
  • Vundle
    • Plugin 'godlygeek/csapprox'
  • NeoBundle
    • NeoBundle 'godlygeek/csapprox'

About

A light color scheme for vim with a very pleasant yellowish tone, great for prolonged coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •