-
-
Save matthewjberger/51522f3c7ac21b82528f28064bead437 to your computer and use it in GitHub Desktop.
guake terminal theme - zenburn
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
#!/bin/bash | |
gconftool-2 -s -t string /apps/guake/style/font/palette "#3F3F3F3F3F3F:#CCCC93939393:#7F7F9F9F7F7F:#E3E3CECEABAB:#DFDFAFAF8F8F:#CCCC93939393:#8C8CD0D0D3D3:#DCDCDCDCCCCC:#3F3F3F3F3F3F:#CCCC93939393:#7F7F9F9F7F7F:#E3E3CECEABAB:#DFDFAFAF8F8F:#CCCC93939393:#8C8CD0D0D3D3:#DCDCDCDCCCCC" | |
gconftool-2 -s -t string /apps/guake/style/font/color "#ffffffffffff" | |
gconftool-2 -s -t string /apps/guake/style/background/color "#2E2E34343636" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment