Skip to content

Instantly share code, notes, and snippets.

@yeahnoob
Created September 30, 2016 13:50
Show Gist options
  • Save yeahnoob/ff2ae9cf94649e19fb77a7d3e940299e to your computer and use it in GitHub Desktop.
Save yeahnoob/ff2ae9cf94649e19fb77a7d3e940299e to your computer and use it in GitHub Desktop.
#!/bin/bash
# Save this script into set_colors.sh, make this file executable and run it:
#
# $ chmod +x set_colors.sh
# $ ./set_colors.sh
#
# Alternatively copy lines below directly into your shell.
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_background --type bool false
gconftool-2 --set /apps/gnome-terminal/profiles/Default/use_theme_colors --type bool false
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color '#dededadacdcd'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color '#000000000000'
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette '#000000000000:#8a8a55554848:#2e2e96966161:#6f6f96964848:#48483b3ba3a3:#8a8a3b3b8989:#2e2e7c7ca3a3:#d3d3d3d3d3d3:#545454545454:#cbcbbdbdc0c0:#a6a6d8d8caca:#c1c1d8d8c0c0:#b1b1b3b3e5e5:#cbcbb3b3dada:#a6a6cdcde5e5:#ffffffffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment