Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Forked from scmanjarrez/guake zenburn theme
Created March 19, 2017 00:14
Show Gist options
  • Save matthewjberger/51522f3c7ac21b82528f28064bead437 to your computer and use it in GitHub Desktop.
Save matthewjberger/51522f3c7ac21b82528f28064bead437 to your computer and use it in GitHub Desktop.
guake terminal theme - zenburn
#!/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