All Projects → jsit → disco.vim

jsit / disco.vim

Licence: other
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to disco.vim

Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+3649.06%)
Mutual labels:  colorscheme, color-scheme, vim-colors, vim-colorscheme
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (-37.74%)
Mutual labels:  colorscheme, color-scheme, vim-colors, vim-colorscheme
aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+184.91%)
Mutual labels:  colorscheme, color-scheme, vim-colors, vim-colorscheme
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (-20.75%)
Mutual labels:  colorscheme, vim-colors, vim-colorscheme
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+88.68%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Spacecamp
🔭 Vim colors for the final frontier
Stars: ✭ 288 (+443.4%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+426.42%)
Mutual labels:  colorscheme, color-scheme, 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 (+103.77%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+2986.79%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-83.02%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
vim-humanoid-colorscheme
Light and dark theme for vim with bright colors
Stars: ✭ 67 (+26.42%)
Mutual labels:  colorscheme, color-scheme, vim-colorscheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-60.38%)
Mutual labels:  colorscheme, color-scheme
sourcerer
read code like a wizard. a 16bit color scheme for hackers
Stars: ✭ 136 (+156.6%)
Mutual labels:  vim-colors, vim-colorscheme
sabuni
Light Colorscheme for IntelliJ IDEA
Stars: ✭ 14 (-73.58%)
Mutual labels:  colorscheme, color-scheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-71.7%)
Mutual labels:  colorscheme, color-scheme
parsec
A color scheme for people tired of solarized
Stars: ✭ 30 (-43.4%)
Mutual labels:  colorscheme, color-scheme
nord-slack
An arctic, north-bluish clean and elegant Slack theme.
Stars: ✭ 129 (+143.4%)
Mutual labels:  colorscheme, color-scheme
flex color scheme
A Flutter package to make and use beautiful color scheme based themes.
Stars: ✭ 370 (+598.11%)
Mutual labels:  colorscheme, color-scheme
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (+0%)
Mutual labels:  colorscheme, vim-colors
kumux-colorscheme-engine
Kumux is the world's first dynamic circadian color scheme for code editors and other software.
Stars: ✭ 102 (+92.45%)
Mutual labels:  colorscheme, color-scheme

disco.vim

A full set of 1-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors. Aims to be bulletproof and obey terminal palette options and background setting if present.

Codebase derived from jsit/vim-tomorrow-theme (which was derived from chriskempson/vim-tomorrow-theme)

Options

  • g:disco_nobright: If set to 1, don't use bright colors. Default 0.
  • g:disco_red_error_only: If set to 1, only use the red color for errors -- useful for terminal themes that intend to reserve this color for that purpose, like Rainglow. Default 0.

Custom color mapping

g:disco_color_map allow you to manually map any Disco color to a specific terminal color. Example:

let g:disco_color_map = {
	\'green': 'DarkYellow'
	\'truered': 'DarkRed'
\}

The value (e.g. 'DarkYellow') should be taken from :h gui-colors; the keys (e.g., 'green') are as follows:

  • red: High-contrast Red (against background)

  • green: High-contrast Green

  • yellow: High-contrast Yellow

  • blue: High-contrast Blue

  • magenta: High-contrast Magenta

  • cyan: High-contrast Cyan

  • dimred: Low-contrast Red (against background)

  • dimgreen: Low-contrast Green

  • dimyellow: Low-contrast Yellow

  • dimblue: Low-contrast Blue

  • dimmagenta: Low-contrast Magenta

  • dimcyan: Low-contrast Cyan

  • bg: Background color

  • fg: Foreground (text) color

  • truered: Actual red, if red is to be used only for errors

  • dim: Low-contrast gray color, for Number, CursorLine background, etc.

  • dimtwo: High-contrast gray color, for Comment foreground etc.

  • brightyellow: Background color for search results

Screenshots

These screenshots were made using iTerm2 with the specified Color Presets, t_Co=256, and no Vim plugins

Monokai

Base16 Railscasts Light

Base16 Railscasts Dark

Base16 Tomorrow

Solarized

Jellybeans

Tango Light

Tango Dark

License

Copyright (c) Jay Sitter. Distributed under the same terms as Vim itself. See :help license.

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