All Projects → tyrannicaltoucan → Vim Quantum

tyrannicaltoucan / Vim Quantum

Licence: mit
A Material color scheme for Vim.

Projects that are alternatives of or similar to Vim Quantum

Nova.vim
Another color scheme for vim/neovim, only supports 24bit true color
Stars: ✭ 84 (-72.37%)
Mutual labels:  neovim, color-scheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-48.03%)
Mutual labels:  neovim, color-scheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (-70.72%)
Mutual labels:  neovim, color-scheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (+9.54%)
Mutual labels:  neovim, color-scheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (-41.78%)
Mutual labels:  neovim, color-scheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+53.29%)
Mutual labels:  neovim, color-scheme
Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+541.78%)
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 (-64.47%)
Mutual labels:  neovim, color-scheme
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (-29.61%)
Mutual labels:  neovim, color-scheme
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (-32.89%)
Mutual labels:  neovim, color-scheme
Chromaterial
ChroMATERIAL is an IntelliJ Platform coloring scheme that expresses the chromatic nature of Material Design within IntelliJ and Android Studio. It is intended to highlight the most import aspects of your code.
Stars: ✭ 143 (-52.96%)
Mutual labels:  material, color-scheme
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (-10.86%)
Mutual labels:  neovim, color-scheme
Arduino Fastled Music Visualizer
An Arduino based music visualizer using the FastLED library and a strip of individually addressable LEDs
Stars: ✭ 134 (-55.92%)
Mutual labels:  material, color-scheme
Blue Moon
A dark color scheme for Neovim derived from palenight and carbonight
Stars: ✭ 31 (-89.8%)
Mutual labels:  neovim, color-scheme
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-70.39%)
Mutual labels:  material, color-scheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (-42.76%)
Mutual labels:  neovim, color-scheme
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (-41.45%)
Mutual labels:  neovim, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-8.22%)
Mutual labels:  neovim, color-scheme
Gen tags.vim
Async plugin for vim and neovim to ease the use of ctags/gtags
Stars: ✭ 288 (-5.26%)
Mutual labels:  neovim
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-3.62%)
Mutual labels:  color-scheme

Quantum

A color scheme based on Google's Material Design palette.

NOTE: Quantum requires a terminal or GUI that supports true-colors!

Quantum

quantum

Quantum Black

quantum-black

Installation

Install this color scheme using your preferred Vim plugin manager, then add the following to your vim configuration file:

set background=dark
set termguicolors
colorscheme quantum

Options

NOTE: Configure all options before setting colorscheme!

To swap the default background colors with blacker ones:

let g:quantum_black=1
colorscheme quantum

To italicize the comments:

let g:quantum_italics=1

Status Bar Support

Quantum has themes for both vim-airline as well as lightline.

Install the statusbar plugin of your choice then set the theme in your vim config:

Airline:

let g:airline_theme='quantum'

Lightline:

let g:lightline = {
      \ 'colorscheme': 'quantum',
      \ }
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].