Skip to content

Instantly share code, notes, and snippets.

View wjandrea's full-sized avatar

William Andrea wjandrea

  • Montreal, QC
View GitHub Profile
@wjandrea
wjandrea / setup.ubuntu.solarize.sh
Last active February 20, 2017 19:57 — forked from t-mart/setup.ubuntu.solarize.sh
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"