Questions tagged [solarized]
31 questions
15
votes
5 answers
Putty solarized the manual way
I would like to use the solarized color scheme in PuTTY. The tricky part is I don't have administrator privileges in this machine. So I will have to manually change the default colors through Change Settings > Window > Colors.
I'm looking for a…
dmvianna
- 303
- 1
- 2
- 10
10
votes
6 answers
Solarized colors in vim don't seem to be working for me
I am running vim, and trying to get the vim solarized colors to work in terminal.
I have this in my vimrc file:
set syntax on
set t_Co=256
" let g:solarized_termcolors=16
set background=light
colorscheme solarized
It doesn't seem to work.
I…
user27449
- 7,178
8
votes
1 answer
change mutt indicator color when hovering a new message
I want to change the color of the text when hovering a new message in mutts index.
Right now I have
color indicator color111 color236 #indicator line
and
color index color082 color237 ~N # new message color
How can I set a color for the new…
winchendonsprings
- 2,148
7
votes
1 answer
Is there a version of solarized color scheme for notepad++
I've recently switched my Eclipse to Solarized colors. I would like to do the same thing for Notepad++.
How can I achieve that ?
UPDATE 1 The Eclipse configuration I use is Solarized-like.
Riduidel
- 1,565
6
votes
4 answers
urxvt uses pink instead of solarized until I run xrdb ~/.Xresources
Edit: I discovered, that this seems to be a bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1163129 - Any idea how to fix this by myself?
I just want to switch to urxvt, but I have a strange problem with my .Xresources. When I…
iGEL
- 331
6
votes
4 answers
Vim Solarized dark theme looks weird on iTerm2
I just installed the solarized colorscheme following instructions on the project's page.
This is what it looks like now:
which is not like those screenshots on the official page.
Any idea how to fix this?
EDIT:
This is the color setup of my…
Satoru.Logic
- 189
4
votes
1 answer
Switching solarized colors with mintty and tmux
I am trying to find a way to easily toggle between light/dark solarized themes without needing to create a new terminal/tmux session. I am running mintty on a Windows machine and usually log into a Linux machine and connect to a tmux session.
Using…
Jeff
- 1,817
- 2
- 15
- 21
4
votes
1 answer
ConEmu Solarized color scheme not displaying properly in vim
I'll like to use vim terminal in ConEmu with Solarized color scheme. After configuring ConEmu and vimrc, some of the text from the help file is unreadable as shown below.
My vimrc:
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute…
xamfoo
- 93
4
votes
2 answers
Solarized background colour off in emacs under tmux
Exhibit I: plain Emacs.
Exhibit II: Emacs under tmux.
The shades of colours are different, and importantly, the background colour differentiation is nil (e.g. look at the top menu). Anyone run into this?
I'm running tmux as tmux -2, $TERM in tmux…
Talya
- 143
3
votes
1 answer
Terminator + vim + solarized
I'm trying to get Solarized to work with my Terminator and Vim on Ubuntu 11.10. I've tried all kinds of terminator configs I found all over the web, but I can't get the result the way I want it.
When I use gnome-terminal, I get the correct colours…
Jens Geiregat
- 133
3
votes
1 answer
Error highlight in Vim makes text unreadable
So I have a NeoVim setup I made a long time ago. A friend convinced me that the Solarized terminal theme was awesome and so I have that configured, not sure if I have a matching Vim theme.
Anyhow, when I started using Rust and C++, the compiler…
Steven Roose
- 176
2
votes
3 answers
OS X terminal.app selection color when window inactive
I am using a solarized color scheme in terminal.app. When I select text it looks great, and I am able to change the color of the selection in the preferences.
But when I move focus to another window the selection color changes to this:
Bad…
gfreestone
- 21
2
votes
2 answers
Solarized Dark + Gnome Terminal + Vim + Vim-Airline
I installed the solarized dark theme for gnome terminal using https://github.com/Anthony25/gnome-terminal-colors-solarized and then with Vundle installed https://github.com/altercation/vim-colors-solarized. I added these lines to my .vimrc:
try
"…
carloabelli
- 633
2
votes
1 answer
Emacs -nw color-theme and terminal transparency
I'm using M-x load-theme to load color-theme-solorized from the marmalade repository and it works and gets the color correct. The problem I'm having is that if I run emacs -nw in gnome-terminal that has transparency, the transparency gets lost.
Is…
Isaac
- 21
2
votes
1 answer
Solarized leaving red highlighting at the end of lines in vim
I'm using vim with the solarized dark color scheme within the Windows Subsystem for Linux. Solarized looks great except for one strange feature. When I scroll down in a vim file and then scroll back up, the empty space at the ends of the lines that…
Harry Williams
- 131