blob: 968b85bc17d046f9f993b73c5069b46d9712ef51 (
plain)
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
|
[global_config]
suppress_multiple_term_dialog = True
title_inactive_bg_color = "#1c1b19"
title_inactive_fg_color = "#ffffff"
title_transmit_bg_color = "#050505"
[keybindings]
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#102313"
background_darkness = 0.92
background_type = transparent
cursor_color = "#ffffff"
custom_command = TERM=xterm-256color tmux
font = xos4 Terminus 10
foreground_color = "#ffffff"
palette = "#050505:#b81109:#1cb228:#baa407:#2c5fad:#e35682:#16a085:#ffffff:#1c1b19:#e8160c:#24e534:#fcdf09:#408afc:#e02c6d:#1abc9c:#ebe3e3"
scrollback_infinite = True
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[Old]]
background_color = "#100935"
background_darkness = 0.49
background_type = transparent
custom_command = tmux
font = Terminus 10
foreground_color = "#ffffff"
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[auto]]
background_color = "#032c36"
background_darkness = 0.82
background_type = transparent
font = Terminus 10
foreground_color = "#e8dfd6"
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[custom]]
background_color = "#032c36"
background_darkness = 0.77
background_type = transparent
cursor_color = "#e8dfd6"
font = Terminus 12
foreground_color = "#e8dfd6"
palette = "#032c36:#c2454e:#7cbf9e:#8a7a63:#2e3340:#ff5879:#44b5b1:#f2f1b9:#065f73:#ef5847:#a2d9b1:#beb090:#61778d:#ff99a1:#9ed9d8:#f6f6c9"
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
[[souceror]]
background_color = "#151515"
cursor_color = "#c2c2b0"
foreground_color = "#c2c2b0"
palette = "#151515:#aa4450:#719611:#ff9800:#6688aa:#8f6f8f:#528b8b:#d3d3d3:#272822:#ff6a6a:#b1d631:#87875f:#90b0d1:#8181a6:#87ceeb:#c1cdc1"
|