blob: 8965081af47cb5cd4034744916ce11d06df994bb (
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
|
[global_config]
borderless = True
[keybindings]
[profiles]
[[default]]
background_darkness = 0.8
background_type = transparent
font = Iosevka Term 12
scrollback_infinite = True
use_system_font = False
title_transmit_bg_color = "#3584e4"
title_receive_bg_color = "#57e389"
[[netflix]]
background_color = "#282828"
background_darkness = 0.1
background_type = transparent
font = DejaVuSansMono Nerd Font Mono 10
foreground_color = "#ebdbb2"
use_system_font = False
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
profile = default
[plugins]
|