-
-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathdracula.yml
146 lines (109 loc) · 2.14 KB
/
dracula.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 off of solarized vivid theme and dracula/dircolors
# Based on 'dracula' theme
# (https://draculatheme.com/)
#
# The assignment of colors to file types roughly follows `dircolors`
black : '282a36'
currentline : '44475a'
green : '50fa7b'
purple : 'bd93f9'
red : 'ff5555'
yellow : 'f1fa8c'
cyan : '8be9fd'
pink : 'ff79c6'
orange : 'ffb86c'
white : 'f8f8f2'
core:
normal_text:
foreground: white
regular_file:
foreground: white
reset_to_normal:
foreground: orange
directory:
foreground: purple
symlink:
foreground: cyan
multi_hard_link: {}
fifo:
foreground: yellow
background: black
socket:
foreground: pink
background: black
font-style: bold
door:
foreground: pink
background: black
font-style: bold
block_device:
foreground: yellow
background: black
font-style: bold
character_device:
foreground: yellow
background: black
font-style: bold
broken_symlink:
foreground: red
background: black
font-style: bold
missing_symlink_target:
foreground: red
background: black
setuid:
foreground: white
background: red
setgid:
foreground: black
background: yellow
file_with_capability: {}
sticky_other_writable:
foreground: black
background: green
other_writable:
foreground: purple
background: green
sticky:
foreground: white
background: purple
executable_file:
foreground: green
text:
special:
foreground: orange
todo:
foreground: orange
font-style: bold
licenses:
foreground: orange
configuration:
foreground: orange
other:
foreground: orange
markup:
foreground: orange
programming:
foreground: orange
media:
image:
foreground: pink
audio:
foreground: cyan
video:
foreground: orange
font-style: bold
fonts:
foreground: orange
3d:
foreground: pink
office:
foreground: orange
archives:
foreground: red
font-style: bold
executable:
foreground: green
unimportant:
foreground: currentline