blob: fb40a5aecbdb95711d3f24fdafcdf738edb86a3f (
plain) (
blame)
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
|
[scrolling]
history = 100000
multiplier = 10
[font]
normal = { family = "Iosevka NF", style = "Regular"}
bold = { family = "Iosevka NF", style = "Regular"}
italic = { family = "Iosevka NF", style = "Regular"}
bold_italic = { family = "Iosevka NF", style = "Regular"}
[colors.bright]
black = "#1d2123"
blue = "#7da6ff"
cyan = "#0db9d7"
green = "#b9f27c"
magenta = "#bb9af7"
red = "#ff7a93"
white = "#acb0d0"
yellow = "#ff9e64"
[colors.normal]
black = "#151617"
blue = "#7aa2f7"
cyan = "#449dab"
green = "#9ece6a"
magenta = "#ad8ee6"
red = "#f7768e"
white = "#d2e7ef"
yellow = "#e0af68"
[colors.primary]
background = "#151617"
foreground = "#d2e7ef"
[cursor]
style={shape="Underline", blinking = "On"}
[terminal]
osc52 = "CopyPaste"
|