Advertisement
cirrus

~/.config/terminator/config

Jul 4th, 2013
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Author cirrus minor 2013. this script is free to share modify & distribute so long as authors name #is left intact.
  2. [global_config]
  3. title_transmit_fg_color = "#ea9813"
  4. hide_from_taskbar = True
  5. borderless = True
  6. title_transmit_bg_color = "#0c1116"
  7. title_receive_fg_color = "#e2e6e8"
  8. tab_position = bottom
  9. title_inactive_bg_color = "#12070d"
  10. [keybindings]
  11. [profiles]
  12. [[default]]
  13. scrollbar_position = hidden
  14. palette = "#2e3436:#cc0000:#11244a:#c4a000:#3465a4:#75507b:#06989a:#497bf7:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#497bf7"
  15. visible_bell = True
  16. background_image = /home/len/Downloads/FolderSwitcherBG.png
  17. background_darkness = 0.0
  18. background_type = transparent
  19. use_system_font = False
  20. cursor_color = "#497bf7"
  21. scroll_background = False
  22. icon_bell = False
  23. show_titlebar = False
  24. font = Envy Code R 9
  25. foreground_color = "#497bf7"
  26. [layouts]
  27. [[default]]
  28. [[[child1]]]
  29. type = Terminal
  30. parent = window0
  31. profile = default
  32. [[[window0]]]
  33. type = Window
  34. parent = ""
  35. [plugins]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement