Skip to main content

Questions tagged [plugin-solarized]

Questions about the vim-colors-solarized plugin which provides the solarized colorscheme for vim.

1 vote
0 answers
215 views

I've seen someone who has these things (that I marked) colored as black, but as you can see mine are white. How can I have these things black ?
Alexandru Vasile's user avatar
0 votes
1 answer
516 views

How can I use vim (8.2) within a tmux session in iTerm2, with Solarized colors? I have the Solarized colors set with my terminal, as suggested in the docs for vim solarized colors plugin. When I call ...
Patrick Sanan's user avatar
0 votes
0 answers
99 views

using macOS, I've colored the Terminal app by importing the Solarized theme but the scripts I write inside the terminal are not displayed in the Solarized theme. :colorscheme="default" While Solarized ...
todd_dsm's user avatar
  • 135
0 votes
1 answer
3k views

I just started using vim. As I understand it, using a plugin manager is the easiest way of installing plugins for vim. So I thought I would try vim-plug which I installed using curl as explained here....
roi_saumon's user avatar
1 vote
3 answers
2k views

I've tried syntax on let g:solarized_termcolors=256 set t_Co=256 set background=dark colorscheme solarized but it doesn't look like GVim, how can I achieve that? Right now
user9613078's user avatar
1 vote
1 answer
1k views

I've been fiddling with neovim color schemes for a while now, and cannot make them look same as on previews. I'm using terminal.app on osx, and thought it was 256 color cap problem, so I moved to ...
user avatar
1 vote
0 answers
553 views

It worked fine on my home pc, but it messes up colors on my working machine. Here is my .vimrc: set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/...
0xCAFEBABE's user avatar
7 votes
3 answers
2k views

Both background and colorscheme in ~/.vimrc are badly misbehaving! I have setup solarized to work on vim and it can manually toggle between background light/dark. My general settings in ~/.vimrc are: ...
Annis Monadjem's user avatar
2 votes
2 answers
1k views

I am using altercation's vim-solarized plugin to set my default colorscheme and have set my xterm to use solarized colors as well. When I try to run :TOhtml on a buffer, say on $MYVIMRC, the ...
cbaumhardt's user avatar
  • 2,249
2 votes
2 answers
1k views

I've installed solarized with the bundled togglebg.vim plugin. In my vimrc I set background to light and colorscheme to solarized, so I have light background and matching font colors from solarized-...
dhuCerbin's user avatar
  • 121
1 vote
1 answer
2k views

I using solarized in both terminal.app and vim, but in vim the background, airline and other things are not the color scheme's appearance which is different with MacVim. So how to deal with it? I ...
Vonfry's user avatar
  • 195
2 votes
1 answer
5k views

I've set up cygwin on my PC, now I want to configure vim to use solarized color scheme. I'm following the github page: https://github.com/altercation/vim-colors-solarized. there's a section: ...
Aaron Shen's user avatar
  • 2,589