-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
63 lines (53 loc) · 1.06 KB
/
config
File metadata and controls
63 lines (53 loc) · 1.06 KB
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
[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = true
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = DaddyTimeMono Nerd Font 13
scrollback_lines = 1000
search_wrap = true
cursor_blink = system
cursor_shape = block
[colors]
#cursor = #ffffff
foreground = #f0f0f0
foreground_bold = #f0f0f0
background = #0f0f0f
# 20% background transparency (requires a compositor)
#background = rgba(63, 63, 63, 0.8)
# if unset, will reverse foreground and background
# highlight = #2f2f2f
# colors from color0 to color254 can be set
# special
foreground = #f0f0f0
foreground_bold = #f0f0f0
cursor = #fdfdfd
background = #0f0f0f
# black
color0 = #262626
color8 = #4c4c4c
# red
color1 = #ac8a8c
color9 = #c49ea0
# green
color2 = #8aac8b
color10 = #9ec49f
# yellow
color3 = #aca98a
color11 = #c4c19e
# blue
color4 = #8f8aac
color12 = #a39ec4
# magenta
color5 = #ac8aac
color13 = #c49ec4
# cyan
color6 = #8aabac
color14 = #9ec3c4
# white
color7 = #e7e7e7
color15 = #f5f5f5