Skip to content

Instantly share code, notes, and snippets.

@ryanhs
Created May 4, 2019 13:21
Show Gist options
  • Save ryanhs/c5eb5d0b754c40ac3ad60435ff26a976 to your computer and use it in GitHub Desktop.
Save ryanhs/c5eb5d0b754c40ac3ad60435ff26a976 to your computer and use it in GitHub Desktop.
terminator config
[global_config]
suppress_multiple_term_dialog = True
title_receive_bg_color = "#729fcf"
title_transmit_bg_color = "#204a87"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#f9f9f9"
background_darkness = 0.91
background_type = transparent
cursor_color = "#aaaaaa"
foreground_color = "#383a42"
palette = "#fbf1c7:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#7c6f64:#928374:#9d0006:#79740e:#b57614:#076678:#8f3f71:#427b58:#3c3836"
[[light]]
background_color = "#f9f9f9"
background_darkness = 0.24
cursor_color = "#aaaaaa"
foreground_color = "#383a42"
palette = "#fbf1c7:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#7c6f64:#928374:#9d0006:#79740e:#b57614:#076678:#8f3f71:#427b58:#3c3836"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment