简体   繁体   中英

VIM Solarized colorscheme with ubuntu terminal

I am trying to get the solarized colorscheme to work. But there seems I have to do something else then putting this few lines in my .vimrc:

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

But when I put the line with termcolor:256 in.Then I dont see any colors. Without it every color has a bad backgroundcolor :/

I am running the latest linux mint with the terminal.

在vim中启用256种颜色:

set t_Co=256

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM