-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathterminator.cfg
132 lines (132 loc) · 4.42 KB
/
terminator.cfg
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
[global_config]
focus = system
handle_size = 1
borderless = True
tab_position = hidden
title_transmit_fg_color = "#2E3440"
title_transmit_bg_color = "#88C0D0"
title_receive_fg_color = "#2E3440"
title_receive_bg_color = "#8FBCBB"
title_inactive_fg_color = "#D8DEE9"
title_inactive_bg_color = "#4C566A"
inactive_color_offset = 0.972972972973
enabled_plugins = ,
always_split_with_profile = True
[keybindings]
split_horiz = <Primary><Shift>j
split_vert = <Primary><Shift>l
layout_launcher = Disabled
[profiles]
[[default]]
background_color = "#0a1011"
background_darkness = 0.95
background_type = transparent
cursor_color = "#aaaaaa"
font = Hack Nerd Font 10
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
[[nord]]
custom_command = THEME=nord zsh -lc "tmux"
use_custom_command = True
background_color = "#2E3440"
background_darkness = 0.95
background_type = transparent
cursor_color = "#D8DEE9"
font = Hack Nerd Font 10
foreground_color = "#D8DEE9"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#3b4252:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#88c0d0:#e5e9f0:#4c566a:#bf616a:#a3be8c:#ebcb8b:#81a1c1:#b48ead:#8fbcbb:#eceff4"
use_system_font = False
[[onedark]]
custom_command = THEME=onedark zsh -lc "tmux"
use_custom_command = True
background_color = "#282C34"
background_darkness = 0.95
background_type = transparent
cursor_color = "#676c76"
font = Hack Nerd Font 10
foreground_color = "#5c6370"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#000000:#e06c75:#98c379:#d19a66:#61afef:#c678dd:#56b6c2:#abb2bf:#5c6370:#e06c75:#98c379:#d19a66:#61afef:#c678dd:#56b6c2:#fffefe"
use_system_font = False
[[molokai]]
custom_command = THEME=molokai zsh -lc "tmux"
use_custom_command = True
background_color = "#121212"
background_darkness = 0.95
background_type = transparent
cursor_color = "#c20257"
font = Hack Nerd Font 10
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#181915:#7a0137:#498702:#c5bb63:#3465a4:#75507b:#4194b0:#d3d7cf:#45473c:#e00265:#6dca04:#e6db74:#1d71ca:#af5fff:#5cd1f8:#ffffff"
use_system_font = False
[[dracula]]
custom_command = THEME=dracula zsh -lc "tmux"
use_custom_command = True
background_color = "#282a36"
background_darkness = 0.95
background_type = transparent
cursor_color = "#bbbbbb"
font = Hack Nerd Font 10
foreground_color = "#f8f8f2"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#44475a:#ff5555:#50fa7b:#ffb86c:#3465a4:#ff79c6:#f1fa8c:#44475a:#44475a:#ff5555:#50fa7b:#ffb86c:#729fcf:#ad7fa8:#f1fa8c:#44475a"
use_system_font = False
[[ayu]]
custom_command = THEME=ayu zsh -lc "tmux"
use_custom_command = True
background_color = "#1f2430"
background_darkness = 0.95
background_type = transparent
cursor_color = "#f29718"
font = Hack Nerd Font 10
foreground_color = "#707a8c"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#000000:#ff3333:#b8cc52:#e7c547:#36a3d9:#f07178:#95e6cb:#ffffff:#323232:#ff6565:#eafe84:#fff779:#68d5ff:#ffa3aa:#c7fffd:#ffffff"
use_system_font = False
[[rose-pine]]
custom_command = THEME=rose-pine zsh -lc "tmux"
use_custom_command = True
background_color = "#1f1d29"
background_darkness = 0.95
background_type = transparent
cursor_color = "#ffffff"
font = Hack Nerd Font 10
foreground_color = "#ffffff"
show_titlebar = False
scrollbar_position = hidden
scrollback_infinite = True
palette = "#403c58:#ea6f91:#9bced7:#f1ca93:#34738e:#c3a5e6:#eabbb9:#faebd7:#6f6e85:#ea6f91:#9bced7:#f1ca93:#34738e:#c3a5e6:#eabbb9:#ffffff"
use_system_font = False
[layouts]
[[default]]
[[[child0]]]
type = Window
parent = ""
order = 0
position = 0:0
maximised = True
fullscreen = False
size = 1848, 1053
title = rafael@N000768: ~
last_active_term = dd17faa4-896b-45ce-baf8-36eb8ed62b7f
last_active_window = True
[[[terminal1]]]
type = Terminal
parent = child0
order = 0
profile = onedark
uuid = dd17faa4-896b-45ce-baf8-36eb8ed62b7f
[plugins]