Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 814 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 814 Bytes

vim-darkspace

WARNING: This repo is not maintained anymore. Use ts-26a/vim-darkspace instead.

A vim color scheme based on vim-deep-space.

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 darkspace

Options

If your terminal supports italics, add:

let g:darkspace_italics=1

Vim Airline

To use the included vim-airline theme:

let g:airline_theme='darkspace'