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: 7 months ago
JSON representation
Minimal colorscheme for vim.
- Host: GitHub
- URL: https://github.com/szorfein/darkest-space
- Owner: szorfein
- License: mit
- Created: 2016-12-26T13:18:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T13:52:00.000Z (over 6 years ago)
- Last Synced: 2025-02-01T01:24:34.847Z (over 1 year ago)
- Topics: angular-2, colorscheme, green, linux, meteor, pathogen, purple, vim, vundle
- Language: Vim script
- Homepage:
- Size: 4.7 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
