Skip to content

jimmyyou/vim-quantum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum

A Vim color scheme based on the Material Design palette.

Quantum

quantum

Quantum Black

quantum-black

Installation

Install manually by downloading this theme to ~/.vim/colors or use a plugin manager.

Then add the following to your .vimrc or init.vim:

set background=dark
colorscheme quantum

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

To set the included Airline theme:

let g:airline_theme='quantum'

To enable the darker background setting:

let g:quantum_black = 1

If your terminal supports italics, add:

let g:quantum_italics = 1

TODO: Features & Improvments

  • Terminal themes (iTerm, Xresources, Terminal.app)
  • Improve language specific highlighting
  • Support for various plugins
  • Dark cursorline option

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

About

A Material color scheme for Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%