quantum.vim icon indicating copy to clipboard operation
quantum.vim copied to clipboard

A colorscheme based on the Firefox DevTools

quantum.vim

A colorscheme for the GUI inspired by Firefox DevTools.

Installation

You can use any package manager to install quantum.vim.

Usage

set termguicolors       " enable true colors support

set background=dark     " dark theme
" set background=light  " light theme

colorscheme quantum

Lightline support

let g:lightline = {
  \ 'colorscheme': 'quantum'
  \ }

Warning

quantum works only if VIM supports termguicolors option. This is true for Neovim and VIM from 7.4.1799.