Last active
January 8, 2016 08:08
-
-
Save Gomah/d43f2fc8afc48b69f7c9 to your computer and use it in GitHub Desktop.
Urple scheme for Gnome Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gconftool-2 --set /apps/gnome-terminal/profiles/Default/foreground_color --type string "#86799A" | |
gconftool-2 --set /apps/gnome-terminal/profiles/Default/background_color --type string "#1B1B23" | |
gconftool-2 --set /apps/gnome-terminal/profiles/Default/bold_color --type string "#A062EA" | |
gconftool-2 --set /apps/gnome-terminal/profiles/Default/palette --type string "#000000:#AF425B:#37A315:#AC5B41:#554D9A:#6C3BA1:#808080:#87799C:#5C3125:#FF6387:#28E51F:#F08061:#8579ED:#A05DEE:#EAEAEA:#BFA3FF" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment