Advertisement
Guest User

Untitled

a guest
May 27th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [global_config]
  2. enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
  3. handle_size = 1
  4. [keybindings]
  5. [profiles]
  6. [[default]]
  7. foreground_color = "#657b83"
  8. palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
  9. font = Monaco 8
  10. background_image = None
  11. background_darkness = 0.6
  12. use_system_font = False
  13. cursor_color = "#eee8d5"
  14. scroll_background = False
  15. login_shell = True
  16. icon_bell = False
  17. scrollbar_position = hidden
  18. show_titlebar = False
  19. copy_on_selection = True
  20. background_color = "#002b36"
  21. allow_bold = False
  22. scrollback_infinite = True
  23. cursor_blink = False
  24. [[Dark]]
  25. foreground_color = "#ffffff"
  26. palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
  27. font = Monaco 8
  28. background_image = None
  29. background_darkness = 0.77
  30. background_type = transparent
  31. use_system_font = False
  32. scroll_background = False
  33. login_shell = True
  34. icon_bell = False
  35. show_titlebar = False
  36. copy_on_selection = True
  37. scrollbar_position = hidden
  38. cursor_blink = False
  39. scrollback_infinite = True
  40. [[Light]]
  41. foreground_color = "#002b36"
  42. palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1"
  43. font = Monaco 15
  44. background_image = None
  45. use_system_font = False
  46. cursor_color = "#002b36"
  47. scroll_background = False
  48. login_shell = True
  49. icon_bell = False
  50. scrollbar_position = hidden
  51. show_titlebar = False
  52. copy_on_selection = True
  53. background_color = "#eee8d5"
  54. cursor_blink = False
  55. [layouts]
  56. [[default]]
  57. [[[child1]]]
  58. type = Terminal
  59. parent = window0
  60. profile = default
  61. [[[window0]]]
  62. type = Window
  63. parent = ""
  64. [plugins]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement