
Ubuntu, Vim, and the solarized color palette - Stack Overflow
2011年4月6日 · If you do use the custom terminal colors, solarized.vim should work out of the box for you. If you are using a terminal emulator that supports 256 colors and don't want to use the custom Solarized terminal colors, you will need to use the degraded 256 colorscheme. To do so, simply add the following line before the colorschem solarized line:
Configuring solarized colorscheme in gnome terminal, tmux and vim
You also need to set the palette to Solarized, though. You can find this setting below the one for the text and background colour. At this point, setting t_Co or g:solarized_termcolors in Vim shouldn't be necessary. The palette is the part that I missed at first, which caused me to puzzle why the text in Vim and other applications was bright blue.
Powershell's colors, messing with Vim + Solarized theme
2014年9月22日 · Recently coming back from working on unix systems to Windows 7, I am trying to set up my Vim work environment from the basics up. First off I wanted my favorite coloscheme, Solarized to work with Powershell as it is the one that suited me best from all terminal type software on windows that I have tried.
E185: Cannot find color scheme solarized - Stack Overflow
2012年1月10日 · ~ ls .vim/bundle ack coffeescript liquid snipmate vim-colors-solarized vim-jst zencoding closetag html5.vim nerdtree surround vim-javascript vim-rails One other thing, running echo &t_Co in vim on the ubunto box gets me 256.
Vim theme light solarized doesn't work with xfce4-terminal, even …
2014年5月27日 · oK got it work! You cannot use the colors which are on git hub xfce4-terminal. For the dark you can use the one which comes with xfce-terminal (Edit->Properties->Color->Presets * Solarized (dark/light)
Vim highlighting with solarized color scheme - Stack Overflow
2012年10月30日 · However, i've recently started using the solarized color scheme and I am not able to get these highlights to display. I've tried changing the color names to no avail. The relevant part of my (simple) .vimrc says:
Vim: "E185: Cannot find color scheme solarized" - Stack Overflow
It's not a bug though, it's the difference between manual installation (putting the solarized files under ~/.vim/colors/ or through a plugin manager. This "fix" just undoes the plugin's installation by copying the files to the manual location.
vim - Issues with solarized and Terminal.app - Stack Overflow
2012年8月6日 · " Solarized Dark syntax enable set t_Co=256 let g:solarized_termcolors=256 set background=dark colorscheme solarized This works on both ansi and xterm-256color versions of Solarized. Tested on Terminal 2.3 on a new OS X 10.8.5 VM installation. NB This answer supersedes the previous one that proposed changes to the profile swatches.
vim - tmux, Solarized, and terminfo - Stack Overflow
2014年7月15日 · I use vim with the Solarized vim color scheme, and my TERM environment variable is usually set to xterm-256color. This worked fine until I started using tmux. On non-empty lines in vim, the color scheme only extended to the end of the document's characters, the remaining whitespace being plain back background.
Solarized theme on Vim + Terminator + Ubuntu 11.10
2012年2月2日 · :-( I was successfully able to setup solarized for terminator but it just doesn't seem to work for vim. Here is what my .vimrc looks like call pathogen#infect() filetype plugin indent on syntax enable set background=dark "set t_Co=16 "let g:solarized_termcolors=16 let g:solarized_visibility = "high" let g:solarized_contrast = "high" colorscheme ...