Skip to content

Instantly share code, notes, and snippets.

@tun
Created November 2, 2012 02:17
Show Gist options
  • Save tun/3998287 to your computer and use it in GitHub Desktop.
Save tun/3998287 to your computer and use it in GitHub Desktop.
Solarized dark colors for gnome-terminal
gconftool-2 --set /apps/gnome-terminal/profiles/Default/foreground_color --type string "#708183"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_color --type string "#001E26"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/bold_color --type string "#81908F"
gconftool-2 --set /apps/gnome-terminal/profiles/Default/palette --type string "#002731:#D01B24:#728905:#A57705:#2075C7:#C61B6E:#259185:#E9E2CB:#001E26:#BD3612:#465A61:#52676F:#708183:#5856B9:#81908F:#FCF4DC"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment