RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
523 stars 77 forks source link

Change DiagnosticInfo to base0D #86

Closed henry-hsieh closed 10 months ago

henry-hsieh commented 10 months ago

The normal texts of text documents (txt / README / Latex) usually use base05 (white) color. The DiagnosticInfo is using base05, too. When I use the grammar LSP such as ltex-ls, the inline diagnostic message is hard to identify. Following image shows the example (in base-tomorrow-night colorscheme):

base05

After change to base0D (Blue):

base0D

The normal texts are not special keywords. The diagnostic message will be overwhelmed by long normal texts. Changes to base0D can make the diagnostic message more clear.

RRethy commented 10 months ago

Tentative merge, I'll try it out for a bit and will see in the future how it holds up.