All Projects → kjssad → quantum.vim

kjssad / quantum.vim

Licence: MIT license
A colorscheme based on the Firefox DevTools

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to quantum.vim

jay
Yet another Vim colorscheme on GitHub. Inspired by Molokai.
Stars: ✭ 35 (-23.91%)
Mutual labels:  vim-colorscheme, lightline
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+3456.52%)
Mutual labels:  vim-colorscheme, lightline
Onedark.vim
A dark Vim/Neovim color scheme inspired by Atom's One Dark syntax theme.
Stars: ✭ 3,136 (+6717.39%)
Mutual labels:  vim-colorscheme, lightline
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-28.26%)
Mutual labels:  vim-colorscheme, lightline
Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+278.26%)
Mutual labels:  vim-colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (+128.26%)
Mutual labels:  vim-colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (+113.04%)
Mutual labels:  vim-colorscheme
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (+80.43%)
Mutual labels:  vim-colorscheme
vim-envy
Light color scheme for Vim with comfortable contrast.
Stars: ✭ 54 (+17.39%)
Mutual labels:  vim-colorscheme
Vim Snazzy
Elegant vim theme with bright colors.
Stars: ✭ 252 (+447.83%)
Mutual labels:  vim-colorscheme
Vim One
Adaptation of one-light and one-dark colorschemes for Vim
Stars: ✭ 1,794 (+3800%)
Mutual labels:  vim-colorscheme
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 (+134.78%)
Mutual labels:  vim-colorscheme
Minimalist
A Material Color Scheme Darker for Vim.
Stars: ✭ 205 (+345.65%)
Mutual labels:  vim-colorscheme
Landscape.vim
A colorscheme for Vim
Stars: ✭ 126 (+173.91%)
Mutual labels:  vim-colorscheme
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (+163.04%)
Mutual labels:  vim-colorscheme
navim
A full-blown IDE based on Neovim (or Vim) with better navigation.
Stars: ✭ 16 (-65.22%)
Mutual labels:  lightline
Seabird
a vim and terminal theme based on hue 204 (blue, blue...)
Stars: ✭ 84 (+82.61%)
Mutual labels:  vim-colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+4219.57%)
Mutual labels:  vim-colorscheme
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+3343.48%)
Mutual labels:  vim-colorscheme
ceudah.vim
A Material Colorscheme Bright for Vim.
Stars: ✭ 14 (-69.57%)
Mutual labels:  vim-colorscheme

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.

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].