Skip to content

Instantly share code, notes, and snippets.

@wjandrea
Forked from t-mart/setup.ubuntu.solarize.sh
Last active February 20, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjandrea/7c70e26c816bb1b807942116a63f7a9a to your computer and use it in GitHub Desktop.
Save wjandrea/7c70e26c816bb1b807942116a63f7a9a to your computer and use it in GitHub Desktop.
Simplify hex codes, better palette for gnome-terminal, fix fg color, add darker bg color
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/use_theme_background" --type bool false
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/use_theme_colors" --type bool false
# Note about the palette: I am not a graphic designer.
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/palette" --type string "#073642:#D30102:#859900:#B58900:#268BD2:#D33682:#2AA198:#EEE8D5:#002B36:#CB4B16:#4E9A06:#C4A000:#6C71C4:#75507B:#46B46C:#EEE8D5"
# If you want a darker background:
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/background_color" --type string "#001B26"
gconftool-2 --set "/apps/gnome-terminal/profiles/Default/foreground_color" --type string "#93A4A6"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment