-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminator.config
71 lines (71 loc) · 2.23 KB
/
terminator.config
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
window_state = maximise
title_transmit_bg_color = "#d30102"
borderless = True
focus = system
tab_position = hidden
[keybindings]
[profiles]
[[default]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_lines = 50000
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
font = Inconsolata Medium 12
background_color = "#002b36"
allow_bold = False
[[solarized-light]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_lines = 50000
use_system_font = False
cursor_color = "#002b36"
foreground_color = "#002b36"
font = Inconsolata Medium 12
background_color = "#eee8d5"
allow_bold = False
[[solarized-dark-w-bold]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_lines = 50000
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
font = Inconsolata Medium 12
background_color = "#002b36"
[[solarized-dark-no-bold]]
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scrollback_lines = 50000
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
font = Inconsolata Medium 12
background_color = "#002b36"
allow_bold = False
[[green-on-black]]
use_system_font = False
font = Inconsolata Medium 11
foreground_color = "#00ff00"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = solarized-dark
[[[window0]]]
type = Window
parent = ""
[[work]]
[[[child0]]]
position = 50:24
type = Window
order = 0
parent = ""
size = 735, 451
[[[terminal1]]]
profile = default
command = cd work
type = Terminal
order = 0
parent = child0
[plugins]