jeffkreeftmeijer / vim-dim

Dim (/dɪm/; a contraction of Default IMproved) is a clone of Vim’s default colorscheme, with some improvements.
https://jeffkreeftmeijer.com/vim-16-color
248 stars 30 forks source link

Grim: A monochrome version of Dim #5

Closed jeffkreeftmeijer closed 3 years ago

jeffkreeftmeijer commented 3 years ago

Grim is a monochrome version of Dim, that uses the grayscale ANSI Colors (Back/0, Bright black/8, White/7, Bright white/15) for syntax “highlighting”. It uses bold type for PreProc, Statement and Title groups.

Outside of those changes, Grim falls back do Dim’s colors. This means search results and diffs are still highlighted, for example. Since Grim directly depends on Dim, I’d like to bundle them together.

Grim on a light background Grim on a dark background

I’ve been using Grim myself for a couple of weeks now. I’m not expecting Grim to be very popular, but still wanted to see if anyone would like to take it for a spin and show me what it looks like in their setup before I merge this.