Skip to content

Instantly share code, notes, and snippets.

@lmariscal
Last active June 28, 2019 20:57
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 lmariscal/5ff45f10a7acae7ee8ec081d712712e6 to your computer and use it in GitHub Desktop.
Save lmariscal/5ff45f10a7acae7ee8ec081d712712e6 to your computer and use it in GitHub Desktop.
[terminator.conf] Terminator config file. #config
[global_config]
handle_size = 0
tab_position = hidden
title_hide_sizetext = True
title_inactive_bg_color = "#282a36"
title_inactive_fg_color = "#f8f8f2"
title_receive_bg_color = "#282a36"
title_receive_fg_color = "#8be9fd"
title_transmit_bg_color = "#282a36"
title_transmit_fg_color = "#bd93f9"
window_state = maximise
[keybindings]
[layouts]
[[default]]
[[[child1]]]
command = ""
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#1e1f29"
background_darkness = 0.99
background_type = transparent
copy_on_selection = True
cursor_blink = False
cursor_color = "#bbbbbb"
font = Roboto Mono 11
foreground_color = "#f8f8f2"
login_shell = True
palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff"
scrollback_infinite = True
scrollbar_position = hidden
use_system_font = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment