Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the color theme is terrible in xterm of Ubuntu? #202

Open
liao20081228 opened this issue May 1, 2018 · 1 comment
Open

why the color theme is terrible in xterm of Ubuntu? #202

liao20081228 opened this issue May 1, 2018 · 1 comment

Comments

@liao20081228
Copy link

liao20081228 commented May 1, 2018

I use the theme in Ubuntu 16.04 , and I add

export TERM=xterm-256color

to ~/.bashrc, add


set t_Co =256 
set  background=dark
syntax enable
synatax on
colorscheme solorized

to ~/.vimrc.

I use xterm of Xshell5 in Windows to connect Ubuntu,but the vim is:
pic)

So, it is incorrect , and what should I do?Thanks!

@Synchen
Copy link

Synchen commented Jun 21, 2018

Your .vimrc should at least look like this:

syntax enable

set background=dark
let g:solarized_termcolors=256
colorscheme solarized

You have a few little typos like synatax or solorized and you don't need syntax enable and syntax on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants