Last active
August 29, 2015 13:57
-
-
Save n3uromanc3r/9631390 to your computer and use it in GitHub Desktop.
Initialize pantheon terminal for xterm 256 colour palette and powerline glyphs
This file contains 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
gsettings set org.pantheon.terminal.settings palette "#000000:#800000:#008000:#808000:#000080:#800080:#008080:#c0c0c0:#808080:#ff0000:#00ff00:#ffff00:#0000ff:#ff00ff:#00ffff:#ffffff" | |
gsettings set org.pantheon.terminal.settings opacity "100" | |
gsettings set org.pantheon.terminal.settings foreground "#ff5f00" | |
gsettings set org.pantheon.terminal.settings font "Ubuntu Mono derivative Powerline 12" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment