All Projects → tyrannicaltoucan → Vim Deep Space

tyrannicaltoucan / Vim Deep Space

Licence: mit
An intergalactically friendly color scheme for Vim.

Projects that are alternatives of or similar to Vim Deep Space

Blue Moon
A dark color scheme for Neovim derived from palenight and carbonight
Stars: ✭ 31 (-85.51%)
Mutual labels:  neovim, color-scheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+664.49%)
Mutual labels:  dark, color-scheme
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-74.77%)
Mutual labels:  dark, color-scheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (+55.61%)
Mutual labels:  neovim, color-scheme
Qt Creator Darcula
Darcula color scheme for Qt Creator GUI and syntax highlighting theme
Stars: ✭ 163 (-23.83%)
Mutual labels:  dark, color-scheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+117.76%)
Mutual labels:  neovim, color-scheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-58.41%)
Mutual labels:  neovim, color-scheme
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (+26.64%)
Mutual labels:  neovim, color-scheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-26.17%)
Mutual labels:  neovim, color-scheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+811.68%)
Mutual labels:  neovim, color-scheme
Vim Quantum
A Material color scheme for Vim.
Stars: ✭ 304 (+42.06%)
Mutual labels:  neovim, color-scheme
Typora Misty Theme
Yet another elegant Typora theme designed with aesthetics in mind.
Stars: ✭ 179 (-16.36%)
Mutual labels:  dark, color-scheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-17.29%)
Mutual labels:  neovim, color-scheme
Darkage
🎮 Darkage mod for Minetest
Stars: ✭ 6 (-97.2%)
Mutual labels:  dark, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+30.37%)
Mutual labels:  neovim, color-scheme
Nova.vim
Another color scheme for vim/neovim, only supports 24bit true color
Stars: ✭ 84 (-60.75%)
Mutual labels:  neovim, color-scheme
candle-grey
A dark monochrome colorscheme with a hint of color for vim
Stars: ✭ 30 (-85.98%)
Mutual labels:  neovim, dark
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (-16.82%)
Mutual labels:  neovim, color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-49.53%)
Mutual labels:  neovim, color-scheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (-18.69%)
Mutual labels:  neovim, color-scheme

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',
      \ }
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].