dorkhub

vim-deep-space

An intergalactically friendly color scheme for Vim.

tyrannicaltoucan
Vim script32323 forksMITupdated 6 years ago
git clone https://github.com/tyrannicaltoucan/vim-deep-space.gittyrannicaltoucan/vim-deep-space

Deep Space

An intergalactically friendly color scheme based off of Hybrid.

screenshot

Installation

NOTE: This color scheme requires a terminal that supports true colors!

Install this color scheme using your preferred Vim plugin manager, then add the following to your (n)vim configuration file:

set background=dark
set termguicolors
colorscheme deep-space

Options

If your terminal supports italics, add:

let g:deepspace_italics=1

Vim Airline

To use the included vim-airline theme:

let g:airline_theme='deep_space'

Vim Lightline

To use the included lightline.vim theme:

let g:lightline = {
      \ 'colorscheme': 'deepspace',
      \ }

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

search

search projects, people, and tags