Show terminator titlebar with improved colors

master
Quentin Duchemin 2019-11-14 15:38:43 +01:00
parent fcdd827261
commit 97dc116cd2
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,13 @@
title_font = DejaVu Sans Mono 11 title_font = DejaVu Sans Mono 11
title_use_system_font = False title_use_system_font = False
use_custom_url_handler = True use_custom_url_handler = True
title_transmit_bg_color = "#adbce6"
title_inactive_bg_color = "#C0BEBF"
title_receive_bg_color = "#adbce6"
[keybindings] [keybindings]
broadcast_all = <Shift><Alt>a
broadcast_group = <Shift><Alt>g
broadcast_off = <Shift><Alt>q
go_down = <Primary><Shift>Down go_down = <Primary><Shift>Down
go_left = <Primary><Shift>Left go_left = <Primary><Shift>Left
go_next = <Primary><Shift>n go_next = <Primary><Shift>n
@ -25,6 +31,7 @@
[[default]] [[default]]
[[[child1]]] [[[child1]]]
parent = window0 parent = window0
profile = default
type = Terminal type = Terminal
[[[window0]]] [[[window0]]]
parent = "" parent = ""
@ -38,5 +45,4 @@
font = DejaVu Sans Mono 11 font = DejaVu Sans Mono 11
scrollback_infinite = True scrollback_infinite = True
scrollbar_position = hidden scrollbar_position = hidden
show_titlebar = False
use_system_font = False use_system_font = False