Last active
December 16, 2017 16:38
-
-
Save tpb1908/c68e6db2bd91835477afbd0f2cdc68eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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] | |
always_split_with_profile = True | |
enabled_plugins = InactivityWatch, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
suppress_multiple_term_dialog = True | |
title_inactive_bg_color = "#4C566A" | |
title_inactive_fg_color = "#D8DEE9" | |
title_receive_bg_color = "#8FBCBB" | |
title_receive_fg_color = "#2E3440" | |
title_transmit_bg_color = "#88C0D0" | |
title_transmit_fg_color = "#2E3440" | |
[keybindings] | |
next_tab = <Primary>Tab | |
prev_tab = <Primary><Shift>Tab | |
[layouts] | |
[[default]] | |
[[[child0]]] | |
fullscreen = False | |
last_active_term = d37ec391-98da-4e2c-bbe3-1c4e0fe8e982 | |
last_active_window = True | |
maximised = False | |
order = 0 | |
parent = "" | |
position = 641:24 | |
size = 636, 1049 | |
title = terminator: colortest | |
type = Window | |
[[[terminal1]]] | |
order = 0 | |
parent = child0 | |
profile = nord | |
type = Terminal | |
uuid = d37ec391-98da-4e2c-bbe3-1c4e0fe8e982 | |
[plugins] | |
[profiles] | |
[[default]] | |
background_color = "#2e3440" | |
background_image = None | |
cursor_color = "#D8DEE9" | |
font = Ubuntu Mono 12 | |
foreground_color = "#d8dee9" | |
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4" | |
scrollback_infinite = True | |
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