All Projects → jakwings → vim-colors

jakwings / vim-colors

Licence: other
Color Schemes for Vim, 256 Colors ⚫️ Dark:Moody ⚪️ Light:Garden 🔲 16-Colors:Messy | Wiki for extras

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to vim-colors

aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (+843.75%)
Mutual labels:  vim-colors, vim-colorscheme-dark
vim-open-color
Vim color scheme using Open Color
Stars: ✭ 35 (+118.75%)
Mutual labels:  vim-colors, vim-colorschemes
Antares
Antares - dark colorscheme for vim/neovim
Stars: ✭ 17 (+6.25%)
Mutual labels:  vim-colors, vim-colorschemes
vim-lighthaus
A Lighthaus theme for (n)vim, vim-airline and lightline
Stars: ✭ 33 (+106.25%)
Mutual labels:  vim-colors, vim-colorscheme-dark
github-light.vim
Github colorscheme for vim
Stars: ✭ 33 (+106.25%)
Mutual labels:  vim-colorschemes, vim-colorscheme-light
ceudah.vim
A Material Colorscheme Bright for Vim.
Stars: ✭ 14 (-12.5%)
Mutual labels:  vim-colors
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+12318.75%)
Mutual labels:  vim-colors
disco.vim
A full set of 2-, 8-, 16-, 88-, 256-, and GUI-color-compatible Vim colors.
Stars: ✭ 53 (+231.25%)
Mutual labels:  vim-colors
sourcerer.vim
vim colorscheme
Stars: ✭ 42 (+162.5%)
Mutual labels:  vim-colors
sourcerer
read code like a wizard. a 16bit color scheme for hackers
Stars: ✭ 136 (+750%)
Mutual labels:  vim-colors
angr.vim
A pleasant, mild, dark (n)vim theme.
Stars: ✭ 53 (+231.25%)
Mutual labels:  vim-colors
vim-sass-colors
sass/scss/less/css color literal and color variable highlighting (works with imports)
Stars: ✭ 24 (+50%)
Mutual labels:  vim-colors
Jellybeans.vim
A colorful, dark color scheme for Vim.
Stars: ✭ 1,584 (+9800%)
Mutual labels:  vim-colorschemes
vim-thematic
Alter Vim's appearance to suit your task & environ
Stars: ✭ 218 (+1262.5%)
Mutual labels:  vim-colorschemes
ricksay
Rick & Morty quotes of the day with ponies included!
Stars: ✭ 38 (+137.5%)
Mutual labels:  256-colors
clear colors
Light and dark colorscheme pair for Vim
Stars: ✭ 21 (+31.25%)
Mutual labels:  256-colors
colr
Easy terminal colors, with chainable methods.
Stars: ✭ 32 (+100%)
Mutual labels:  256-colors
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-25%)
Mutual labels:  256-colors
Term-ExtendedColor
Color screen output using extended escape sequences
Stars: ✭ 17 (+6.25%)
Mutual labels:  256-colors
atlas.vim
Colorful theme for colorful souls
Stars: ✭ 72 (+350%)
Mutual labels:  vim-colorscheme-dark

Vim Color Schemes

All color schemes here support 256 colors.

All the builtin syntax items are colorized, including cursor line, tab line, diff text, folded text, spellcheck, etc.

How to use them:

  1. Clone this repository, or just copy the files you need.
  2. Put *.vim into ~/.vim/colors/.
  3. In Vim or ~/.vimrc, try :colorscheme moody or :colorscheme garden.

Dark Schemes

Light Schemes

  • Garden: apples, leaves, vines in the white garden

    Preview (Outdated. The colors for line numbers have been changed.):

  • Messy: 16 colors inherited from your terminal settings

    Preview (YMMV. Outdated.):

    Options:

    • Transparent background: let g:colorscheme_messy_transparent = 1

      More screenshots with different background images.typography
      lined paper

      The background images used in the screenshots:

    • Inverse BG&FG colors: let g:colorscheme_messy_inverse = 1

      Palette

      Black and White are swapped. BlackBrightWhite, BrightBlackWhite. Same applied to normal background and foreground colors.

      Palette Update:

      {
        background = "#FEEACF",
        foreground = "#000000",
        ansi = {
          black   = "#FFFFFF",
          red     = "#7F0002",
          green   = "#407F00",
          yellow  = "#7F6633",
          blue    = "#004A7F",
          magenta = "#7F207F",
          cyan    = "#007F7F",
          white   = "#525252",
        },
        bright = {
          black   = "#CBCBCB",
          red     = "#BF0003",
          green   = "#60BF00",
          yellow  = "#BF994C",
          blue    = "#0070BF",
          magenta = "#BF2FBF",
          cyan    = "#00BFBF",
          white   = "#000000",
        },
      }
      
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].