Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/szorfein/darkest-space
- Owner: szorfein
- License: mit
- Created: 2016-12-26T13:18:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T13:52:00.000Z (almost 5 years ago)
- Last Synced: 2024-09-28T17:21:37.289Z (about 2 months 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
![last screen](https://raw.githubusercontent.com/szorfein/darkest-space/master/screenshot.jpg "screenshot")