-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtermite
More file actions
52 lines (42 loc) · 748 Bytes
/
termite
File metadata and controls
52 lines (42 loc) · 748 Bytes
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
[options]
font = FiraCode Nerd Font 9
mouse_autohide = true
clickable_url = false
allow_bold = true
allow_italic = true
dynamic_title = true
scrollback_lines = -1
cursor_blink = system
term = screen-256color
fullscreen = false
[colors]
# special
foreground = #f8f8f2
foreground_bold = #f8f8f2
cursor = #f8f8f2
background = rgba(40, 42, 54, 1)
# black
color0 = #000000
color8 = #4d4d4d
# red
color1 = #ff5555
color9 = #ff6e67
# green
color2 = #50fa7b
color10 = #5af78e
# yellow
color3 = #f1fa8c
color11 = #f4f99d
# blue
color4 = #bd93f9
color12 = #caa9fa
# magenta
color5 = #ff79c6
color13 = #ff92d0
# cyan
color6 = #8be9fd
color14 = #9aedfe
# white
color7 = #bfbfbf
color15 = #e6e6e6
# vim: ft=dosini cms=#%s