altercation / solarized

precision color scheme for multiple applications (terminal, vim, etc.) with both dark/light modes
http://ethanschoonover.com/solarized
MIT License
15.75k stars 3.52k forks source link

Solarized Grey Comment Highlighting #251

Open jojojames opened 11 years ago

jojojames commented 11 years ago

Not sure if this is how Solarized is supposed to look in the terminal. The comments are grey while the MacVim version looks perfect.

Only setting on is the termtrans one, iterm2 palette is in solarized dark.

Screen Shot 2013-03-24 at 9 54 44 PM

Bendihossan commented 11 years ago

+1, I also get this problem but I'm using Terminal.app with the Solarized .terminal and .vim themes:

Screen Shot 2013-04-27 at 20 18 46

tput colors = 256 echo $TERM = xterm-256color

ksalman commented 10 years ago

I am seeing the same thing in vim in the shell, in Debian. TERM = xterm-256 t_Co = 16

theNerd247 commented 9 years ago

+1 with this issue. I'm using urxvt on Arch Linux with the solarized color scheme for urxvt. I've got the following settings in my ~/.vimrc:

let g:solarized_termcolors=256
set background=dark
colorscheme solarized
TulkasLaugh commented 8 years ago

I've had the same issue only on one of the Macs that I work on. I've tried all the possible solutions but you know what ended up working? Uninstalling then re-installing with Vundle. Go figure >.>

ksalman commented 8 years ago

@TulkasLaugh I recently re-installed Vundle - last week, and it didn't change anything for me >.<

TulkasLaugh commented 8 years ago

Yeah, I changed colorschemes and changed it back to solarized and it got messed up again. I gave up and switched to summerfruit256 for light scheme and vividchalk for dark scheme.

albusshin commented 6 years ago

I'm experiencing this issue as well.

albusshin commented 6 years ago

I've resolved this issue on my own machine, please see this answer

he44 commented 6 years ago

same issue here. haven't found a solution yet

he44 commented 6 years ago

I used a different solarize.vim file and it just worked! I named this file solarized1.vim and put it in my /.vim/colors, then i changed colorscheme in .vimrc. And all the gray highlights on comments disappeared... https://github.com/altercation/vim-colors-solarized screen shot 2017-12-12 at 2 28 04 pm

hikmet-demir commented 4 years ago

Any solutions image

My terminal looks like this empty places grey highlighted which is pretty annoying