karoliskoncevicius / distilled-vim

dark vim colorscheme with no code syntax highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Distilled" - colorscheme for vim

Clears up syntax highlighting to reveal what is important.

Screenshots

  1. In action

main

  1. Special comments

comments

  1. Search results

search

  1. Syntax errors

errors

  1. Spelling mistakes

spell

  1. Diff changes

diff

In addition you can inspect this theme at vivify

Installation

Install manually or with your favorite plug-in manager and then load the theme.

With vim-plug:

Plug 'karoliskoncevicius/distilled-vim'
colorscheme distilled

To make the colorscheme work as intended either set termguicolors:

set termguicolors

Or alternatively change your terminal colors to match these:

color 0  24364b  # Black
color 1  e76d6d  # Red
color 2  88c563  # Green
color 3  ecb534  # Yellow
color 4  65baf5  # Blue
color 5  ae8fc1  # Purple
color 6  69c5b4  # Cyan
color 7  e4e4dd  # White
color 8  6194ba  # Bright Black
color 9  edbabf  # Bright Red
color 10 bfedba  # Bright Green
color 11 dfc56d  # Bright Yellow
color 12 9fcce7  # Bright Blue
color 13 cebaee  # Bright Purple
color 14 85f1a1  # Bright Cyan
color 15 a5b1bf  # Bright White

Inspirations

  1. nofrils
  2. noclown
  3. dracula

About

dark vim colorscheme with no code syntax highlighting


Languages

Language:Vim Script 100.0%