Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/szorfein/darkest-space

Minimal colorscheme for vim.
https://github.com/szorfein/darkest-space

angular-2 colorscheme green linux meteor pathogen purple vim vundle

Last synced: about 1 month ago
JSON representation

Minimal colorscheme for vim.

Awesome Lists containing this project

README

        

# 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](https://github.com/gmarik/vundle) or
[Pathogen](https://github.com/tpope/vim-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](https://raw.githubusercontent.com/szorfein/darkest-space/master/screenshot.jpg "screenshot")