generated from dracula/template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dark_colors.yaml
47 lines (40 loc) · 1.26 KB
/
dark_colors.yaml
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
# Dracula themed dark color settings for colorls
#
# Main Colors
unrecognized_file: '#ffb86c' # Orange
recognized_file: '#f8f8f2' # Foreground
executable_file: '#50fa7b' # Green
dir: '#bd93f9' # Purple
# Link
dead_link: '#ff5555' # Red
link: '#8be9fd' # Cyan
# Special Files
socket: '#50fa7b' # Green
blockdev: '#50fa7b' # Green
chardev: '#50fa7b' # Green
# Access Modes
write: '#ff79c6' # Pink
read: '#bd93f9' # Purple
exec: '#8be9fd' # Cyan
no_access: '#ff5555' # Red
# Age
hour_old: '#95a5d7' # Comment - 20% lighter
day_old: '#6272a4' # Comment
no_modifier: '#44475a' # Current Line
# File Size
file_large: '#ff5555' # Red
file_medium: '#ffb86c' # Orange
file_small: '#50fa7b' # Green
# Random
report: '#50fa7b' # Green
user: '#8be9fd' # Cyan
tree: '#44475a' # Current Line
empty: '#6272a4' # Comment
error: '#ff5555' # Red
normal: '#f8f8f2' # Foreground
# Git
addition: '#8be9fd' # Cyan
modification: '#f1fa8c' # Yellow
deletion: '#ff5555' # Red
untracked: '#ffb86c' # Orange
unchanged: '#50fa7b' # Green