-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.toml
98 lines (86 loc) · 1.03 KB
/
theme.toml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[playing]
fg = 'light_yellow'
bg = 'black'
[playlist]
fg = 'magenta'
[selection]
fg = "light_yellow"
bold = true
[executable]
fg = "light_green"
bold = true
[regular]
fg = "white"
[directory]
fg = "light_blue"
bold = true
[link]
fg = "cyan"
bold = true
[link_invalid]
fg = "red"
bold = true
[socket]
fg = "light_magenta"
bold = true
[ext]
[ext.bmp]
fg = "yellow"
[ext.heic]
fg = "yellow"
[ext.jpg]
fg = "yellow"
[ext.jpeg]
fg = "yellow"
[ext.pgm]
fg = "yellow"
[ext.png]
fg = "yellow"
[ext.ppm]
fg = "yellow"
[ext.svg]
fg = "yellow"
[ext.gif]
fg = "yellow"
[ext.wav]
fg = "magenta"
[ext.flac]
fg = "magenta"
[ext.mp3]
fg = "magenta"
[ext.avi]
fg = "magenta"
[ext.m3u]
fg = "red"
[ext.mov]
fg = "magenta"
[ext.m4v]
fg = "magenta"
[ext.mp4]
fg = "magenta"
[ext.mkv]
fg = "magenta"
[ext.m4a]
fg = "magenta"
[ext.ts]
fg = "magenta"
[ext.webm]
fg = "magenta"
[ext.wmv]
fg = "magenta"
[ext.7z]
fg = "red"
[ext.zip]
fg = "red"
[ext.bz2]
fg = "red"
[ext.gz]
fg = "red"
[ext.tar]
fg = "red"
[ext.tgz]
fg = "red"
[ext.xz]
fg = "red"
[ext.rar]
fg = "red"