Last active
August 29, 2015 14:19
-
-
Save meirabruno/1e27cc718d5ea24dc498 to your computer and use it in GitHub Desktop.
config terminator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global_config] | |
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
handle_size = 1 | |
[keybindings] | |
[profiles] | |
[[default]] | |
foreground_color = "#657b83" | |
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3" | |
font = Monaco 8 | |
background_image = None | |
background_darkness = 0.6 | |
use_system_font = False | |
cursor_color = "#eee8d5" | |
scroll_background = False | |
login_shell = True | |
icon_bell = False | |
scrollbar_position = hidden | |
show_titlebar = False | |
copy_on_selection = True | |
background_color = "#002b36" | |
allow_bold = False | |
scrollback_infinite = True | |
cursor_blink = False | |
[[Dark]] | |
foreground_color = "#ffffff" | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
font = Monaco 8 | |
background_image = None | |
background_darkness = 0.77 | |
background_type = transparent | |
use_system_font = False | |
scroll_background = False | |
login_shell = True | |
icon_bell = False | |
show_titlebar = False | |
copy_on_selection = True | |
scrollbar_position = hidden | |
cursor_blink = False | |
scrollback_infinite = True | |
[[Light]] | |
foreground_color = "#002b36" | |
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1" | |
font = Monaco 15 | |
background_image = None | |
use_system_font = False | |
cursor_color = "#002b36" | |
scroll_background = False | |
login_shell = True | |
icon_bell = False | |
scrollbar_position = hidden | |
show_titlebar = False | |
copy_on_selection = True | |
background_color = "#eee8d5" | |
cursor_blink = False | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment