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

no styling of NonText #9

Open MathGeniusJodie opened 3 years ago

MathGeniusJodie commented 3 years ago

vim has this feature set list that shows invisible characters like tabs and newlines, you can change the color of them with hi NonText ctermfg=8

jeffkreeftmeijer commented 3 years ago

Dim currently inherits the NonText value from Vim’s default theme, which is 12 by default. Dim could dim these to 7 or 8, like line numbers and such.

MathGeniusJodie commented 3 years ago

maybe also dim the tabline?

jeffkreeftmeijer commented 3 years ago

I don’t use tabs myself, but I’m open to suggestions there too.

MathGeniusJodie commented 3 years ago

I have it set to

hi TabLineFill ctermfg=8
hi TabLine cterm=none ctermfg=7 ctermbg=8

myself