Skip to content

Instantly share code, notes, and snippets.

@krippz
Created April 8, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krippz/2af83818287b2eece4d2 to your computer and use it in GitHub Desktop.
Save krippz/2af83818287b2eece4d2 to your computer and use it in GitHub Desktop.
terminator config
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
title_hide_sizetext = True
focus = system
sticky = True
suppress_multiple_term_dialog = True
borderless = True
title_transmit_bg_color = "#cb0e13"
[keybindings]
insert_number = None
hide_window = F12
[profiles]
[[default]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
background_darkness = 0.47
background_type = transparent
background_image = None
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
background_color = "#002b36"
[[solarized-dark]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
background_type = transparent
background_image = None
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
background_color = "#002b36"
[[solarized-light]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
background_color = "#eee8d5"
background_image = None
cursor_color = "#002b36"
foreground_color = "#002b36"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = solarized-dark
[[[window0]]]
type = Window
parent = ""
size = 1400, 400
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment