Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 103 forks source link

GitSigns Current Line Blame is hard to read #62

Closed elkrammer closed 1 year ago

elkrammer commented 1 year ago

Currently the text for GitSignsCurrentLineBlame is very hard to read, it's defaulting to a very dark grey color, combined with a dark background it's barely readable.

Reproduction Steps:

  1. Install Gitsigns plugin
  2. Run :Gitsigns toggle_current_line_blame

Current Output

current

Desired Output

From a UI perspective I don't know what's a good "color" suitable for this feature. For now defaulting to White makes this feature usable.

fixed