-
Notifications
You must be signed in to change notification settings - Fork 0
/
termite
61 lines (48 loc) · 934 Bytes
/
termite
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
[options]
font = Hurmit Nerd Font 12px
allow_bold = false
audible_bell = true
clickable_url = true
dynamic_title = true
#mouse_autohide = false
scroll_on_output = false
scroll_on_keystroke = true
scrollback_lines = 10000
#search_wrap = true
urgent_on_bell = true
browser = google-chrome-stable
cursor_blink = system
[colors]
background = rgba(0, 0, 0, 0.75)
# special
foreground = #c5c5c5
foreground_bold = #c5c5c5
cursor = #c5c5c5
# presentation mode
#background = rgba(255, 255, 255, 0.75)
#foreground = #000000
#foreground_bold = #000000
# black
color0 = #1c1c1c
color8 = #666666
# red
color1 = #ff005b
color9 = #ff00a0
# green
color2 = #cee318
color10 = #ccff00
# yellow
color3 = #ffe755
color11 = #ff9f00
# blue
color4 = #048ac7
color12 = #48c6ff
# magenta
color5 = #833c9f
color13 = #be67e1
# cyan
color6 = #0ac1cd
color14 = #63e7f0
# white
color7 = #e5e5e5
color15 = #f3f3f3