Dracula-theme: comments hard to read when highlighted

Created on 21 Mar 2019  路  7Comments  路  Source: dracula/dracula-theme

comments are very hard to read when highlighted (vim c++). See dracula/vim#95

Screenshot

selection_036

discuss

All 7 comments

I really love dracula otherwise, but this has become too much of a pain point so I'm switching to jellybean for the time being

I second this. For (neo)vim I have adjusted this by changing the highlight color for the current line in my init.vim to make it darker than the background (so that it is distinguishable from the background and allows for greater contrast against the colors for comments). I checked for the hex code for hsl(231, 15%, 12%) and it is #1a1b23 (the background has the same first two arguments, but it is 18% at the end). I made this the highlighting for the current line by including
highlight CursorLine cterm=NONE ctermbg=234 guibg=#1a1b23
in my init.vim after calling syntax on. It would be great though if something similar could be made default (with better color choices from those more visually adept than myself) - this solution is hacky at best, and doesn't improve legibility for comments across the board for other editors, only for (neo)vim!

The end result looks like this for me:
Screenshot from 2019-06-23 22-24-44

Agree this could/should be improved. Would like to hear other opinions on the issue before we make any changes to the color palette 馃憤

I switched away from this theme because of this issue

me too :-( @Shrek6

Is there any forward progress on trying different values?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sf-pear picture sf-pear  路  5Comments

KabirKwatra picture KabirKwatra  路  6Comments

jldohmann picture jldohmann  路  3Comments

ppartarr picture ppartarr  路  4Comments

oguhpereira picture oguhpereira  路  3Comments