Skip to content

Instantly share code, notes, and snippets.

@scmanjarrez
Last active August 2, 2020 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scmanjarrez/d6ee1b0b6f95da0704269619f8c2d5ee to your computer and use it in GitHub Desktop.
Save scmanjarrez/d6ee1b0b6f95da0704269619f8c2d5ee to your computer and use it in GitHub Desktop.
guake bright colors
#!/bin/bash
#gconftool-2 -s -t string /apps/guake/style/font/palette "#263238:#ec407a:#8bc34a:#ffa726:#2196f3:#9575cd:#00bcd4:#eceff1:#617d8a:#ec407a:#9ccc65:#ffb74d:#42a5f5:#b39ddb:#26c6da:#ffffff"
#gconftool-2 -s -t string /apps/guake/style/font/color "#ffffffffffff"
#gconftool-2 -s -t string /apps/guake/style/background/color "#263238"
dconf write /apps/guake/style/font/palette "'#000000000000:#cccc00000000:#4e4e9a9a0606:#c4c4a0a00000:#34346565a4a4:#757550507b7b:#060698209a9a:#d3d3d7d7cfcf:#555557575353:#efef29292929:#8a8ae2e23434:#fcfce9e94f4f:#72729f9fcfcf:#adad7f7fa8a8:#3434e2e2e2e2:#eeeeeeeeecec:#ffffffffffff:#000000000000'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment