-
Notifications
You must be signed in to change notification settings - Fork 4
/
.terminator
50 lines (50 loc) · 1.49 KB
/
.terminator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[global_config]
window_state = maximise
title_transmit_fg_color = "#d2d2d2"
title_transmit_bg_color = "#ff000c"
suppress_multiple_term_dialog = True
[keybindings]
go_next = <Primary>Tab
go_prev = <Primary><Shift>Tab
go_up = <Primary><Shift>Up
go_down = <Primary><Shift>Down
go_left = <Primary><Shift>Left
go_right = <Primary><Shift>Right
resize_up = None
resize_down = None
resize_left = None
resize_right = None
move_tab_right = None
move_tab_left = None
next_tab = <Primary>Down
prev_tab = <Primary>Up
reset_clear = None
[profiles]
[[default]]
background_color = "#300036"
background_darkness = -0.2
cursor_color = "#d0d0d0"
font = Ubuntu Mono 15
foreground_color = "#c1e0e9"
scrollback_infinite = True
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
use_custom_command = True
custom_command = TERM=xterm-256color bash -l
use_system_font = False
[[TC]]
background_color = "#ffffdd"
font = Monospace Bold 14
foreground_color = "#000000"
palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000ee:#cd00cd:#00cdcd:#e5e5e5:#7f7f7f:#ff0000:#00ff00:#ffff00:#5c5cff:#ff00ff:#00ffff:#ffffff"
custom_command = TERM=xterm-256color bash -l
use_system_font = False
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]