Skip to content

re0x6d/vim-deep-space

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Space

A dark, intergalactically friendly color scheme based off of Hybrid.

screenshot The font used in the screenshot is Input Mono.

Installation

Install this color scheme using your preferred Vim plugin manager, or directly download this repo to ~/.vim/colors.

Then add:

set background=dark
colorscheme deep-space

If your terminal supports true colors, add:

For Vim 8.0+ and Neovim 0.1.5+
if has("termguicolors")
    set termguicolors
endif
For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1

Options

If your terminal supports italics, add:

let g:deepspace_italics = 1

To use the included vim-airline theme:

let g:airline_theme='deep_space'

Copyright © 2016 Brandon Siders. Released under the MIT License.

About

An intergalactically friendly color scheme for Vim.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%