aruhier / gnome-terminal-colors-solarized

Solarized Gnome Terminal colors, based on http://ethanschoonover.com/solarized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim strange colors

inkrement opened this issue · comments

If I use the dark color scheme and the vim-fix set t_Co=16 it doesn't look like suggested.
Screenshot from 2013-02-05 09:42:20

This would be the desired result:
687474703a2f2f692e696d6775722e636f6d2f39304767372e706e67

I use Ubuntu 12.10 with gnome-terminal. What's wrong?

Are you using vim-solarized?

Down in the bottom right corner of the version you want, it says «php». The version you have says «no ft», no filetype. It may help to set a filetype for your file.

I'm not sure if it helps for your vim, but you may want to install https://github.com/sigurdga/ls-colors-solarized for the rest of the terminal work. (I'm planning to include it in this project.)

you're right, I use vim-solarized and this seems to be a vim missconfiguration.

thx