01
02
03
04
05
06
07
08
09
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
[colors.bright]
black = "0x686868"
blue = "0x57c7ff"
cyan = "0x9aedfe"
green = "0x5af78e"
magenta = "0xff6ac1"
red = "0xff5c57"
white = "0xf1f1f0"
yellow = "0xf3f99d"
[colors.normal]
black = "0x282a36"
blue = "0x57c7ff"
cyan = "0x9aedfe"
green = "0x5af78e"
magenta = "0xff6ac1"
red = "0xff5c57"
white = "0xf1f1f0"
yellow = "0xf3f99d"
[colors.primary]
background = "0x282a36"
foreground = "0xeff0eb"
[font]
size = 10.0
[font.normal]
family = "IBM Plex Mono"
style = "Regular"
[terminal.shell]
program = "/usr/bin/fish"
[window]
opacity = 0.95
startup_mode = "Windowed"
[window.padding]
x = 5
y = 5
[terminal]