Skip to content

Instantly share code, notes, and snippets.

@edridgedsouza
Last active June 21, 2017 01:28
Show Gist options
  • Save edridgedsouza/26e76925980ae84a8c05ea5c98b3023c to your computer and use it in GitHub Desktop.
Save edridgedsouza/26e76925980ae84a8c05ea5c98b3023c to your computer and use it in GitHub Desktop.
Terminator Config
[global_config]
enabled_plugins = APTURLHandler, LaunchpadBugURLHandler
scroll_tabbar = True
title_inactive_bg_color = "#2d2d2d"
title_inactive_fg_color = "#afafaf"
title_transmit_bg_color = "#4c4c4c"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#303030"
background_image = None
font = DejaVu Sans Mono 10
foreground_color = "#ffffff"
palette = "#000000:#f92672:#6cc72c:#fe9720:#5f91ef:#9358fe:#36af90:#8c8c8c:#4c4c4c:#ff80f4:#a7e22e:#ffee99:#5fd9ef:#ae82fe:#66efd5:#c7cece"
show_titlebar = False
use_system_font = False
[[monokai]]
background_color = "#303030"
background_image = None
font = DejaVu Sans Mono 10
foreground_color = "#ffffff"
palette = "#000000:#f92672:#6cc72c:#fe9720:#5f91ef:#9358fe:#36af90:#8c8c8c:#4c4c4c:#ff80f4:#a7e22e:#ffee99:#5fd9ef:#ae82fe:#66efd5:#c7cece"
show_titlebar = False
use_system_font = False
[[Monokai Soda]]
background_color = "#303030"
background_image = None
cursor_color = "#f6f7ec"
foreground_color = "#ffffff"
palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef"
scrollback_lines = 1000
show_titlebar = False
use_system_font = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment