projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.08k stars 105 forks source link

Quickfix highlight unreadable #119

Closed iloverink closed 2 years ago

iloverink commented 2 years ago
require('github-theme').setup({
  theme_style = 'dark_default',
});

Using this min config, the active element in quickfix is hard to read.

image