Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lorenzogrv/1b7035896b5de90e26c3 to your computer and use it in GitHub Desktop.
Save lorenzogrv/1b7035896b5de90e26c3 to your computer and use it in GitHub Desktop.

Dark version

wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
mv dircolors.ansi-dark .dircolors
eval `dircolors ~/.dircolors`

git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
./set_dark.sh

Light version

wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-light
mv dircolors.ansi-light .dircolors
eval `dircolors ~/.dircolors`

git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
./set_light.sh

Taken from http://www.webupd8.org/2011/04/solarized-must-have-color-paletter-for.html

Don't like typing?

Use the solarize script!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment