Advertisement
tranzbit

Make gnome-terminal look cool on Linux Mint 17 Cinnamon

Jul 25th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Default key values:
  2. #
  3. # /apps/gnome-terminal/profiles/Default
  4. # use_theme_colors = true
  5. # foreground_color = #000000
  6. # background_color = #FFFFDD
  7. # background_darkness = 0.94999999999999996
  8. # scrollback_unlimited = false
  9. # scroll_on_output = false
  10. #
  11. # To reset to the default values use the following:
  12. # gconftool-2 --recursive-unset /apps/gnome-terminal/profiles/Default
  13.  
  14. gconftool-2 -s /apps/gnome-terminal/profiles/Default/use_theme_colors -t bool "false"
  15. gconftool-2 -s /apps/gnome-terminal/profiles/Default/foreground_color -t string "#0000FFFF0000"
  16. gconftool-2 -s /apps/gnome-terminal/profiles/Default/background_color -t string "#000000000000"
  17. gconftool-2 -s /apps/gnome-terminal/profiles/Default/background_darkness -t float "0.84999999999999998"
  18. gconftool-2 -s /apps/gnome-terminal/profiles/Default/scrollback_unlimited -t bool "true"
  19. gconftool-2 -s /apps/gnome-terminal/profiles/Default/scroll_on_output -t bool "true"
  20.  
  21. # tranzbit.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement