Skip to content

szorfein/darkest-space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkest-space

Darkest-space use contrast between green|cyan and purple.

Palette

fg: #e8deb7 default foreground
bg: #262626 default background
1: #d75f87 functions, alerts, bg TODO
2: #87af5f delimiters, operators, on little characters
3: #ffffaf numbers
4: #5f8787 comments
5: #875faf identifiers
6: #b3a1b3 strings
7: #ffffd7

Installation

To install this colorscheme, choose between Vundle or Pathogen.

  • Vundle, edit ~/.vimrc:
 Plugin 'szorfein/darkest-space'

And run into vim

:PluginInstall
  • Pathogen:
$ mkdir -p ~/.vim/bundle
$ cd ~/.vim/bundle
$ git clone https://github.com/szorfein/darkest-space

Configuration

Edit ~/.vimrc:

syntax on
colorscheme darkest-space

Preview

last screen