-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvivid_tomorrownight.yml
146 lines (108 loc) · 2.1 KB
/
vivid_tomorrownight.yml
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
colors:
# Based on the dark mode of `Tomorrow Night`
# (https://github.com/chriskempson/base16-tomorrow-scheme)
#
# The assignment of colors to file types roughly follows `dircolors`
base03 : '1d1f21'
base02 : '282a2e'
base01 : '373b41'
base00 : '969896'
base0 : 'b4b7b4'
base1 : 'c5c8c6'
base2 : 'e0e0e0'
base3 : 'ffffff'
yellow : 'f0c674'
orange : 'de935f'
red : 'cc6666'
magenta : 'a3685a'
violet : 'b294bb'
blue : '81a2be'
cyan : '8abeb7'
green : 'b5bd68'
core:
normal_text:
foreground: base0
regular_file:
foreground: base0
reset_to_normal:
foreground: base0
directory:
foreground: blue
font-style: bold
symlink:
foreground: cyan
font-style: bold
multi_hard_link: {}
fifo:
foreground: yellow
background: base2
font-style: bold
socket:
foreground: magenta
background: base2
font-style: bold
door:
foreground: magenta
background: base2
font-style: bold
block_device:
foreground: yellow
background: base2
font-style: bold
character_device:
foreground: yellow
background: base2
font-style: bold
broken_symlink:
foreground: red
background: base2
font-style: bold
missing_symlink_target:
foreground: red
background: base2
font-style: bold
setuid: {}
setgid: {}
file_with_capability: {}
sticky_other_writable: {}
other_writable: {}
sticky: {}
executable_file:
foreground: green
font-style: bold
text:
special:
foreground: base0
todo:
foreground: base0
font-style: bold
licenses:
foreground: base0
configuration:
foreground: base0
other:
foreground: base0
markup:
foreground: base0
programming:
foreground: base0
media:
foreground: magenta
image:
foreground: magenta
audio:
foreground: cyan
video:
foreground: magenta
font-style: bold
fonts:
foreground: violet
office:
foreground: orange
archives:
foreground: red
font-style: bold
executable:
foreground: base0
unimportant:
foreground: base01