-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolors.yaml
More file actions
55 lines (47 loc) · 902 Bytes
/
colors.yaml
File metadata and controls
55 lines (47 loc) · 902 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
53
54
55
# OneDark color theme for lsd
user: "#e5c07b"
group: "#d19a66"
permission:
read: "#98c379"
write: "#e5c07b"
exec: "#e06c75"
exec-sticky: "#56b6c2"
no-access: "#5c6370"
octal: "#c678dd"
acl: "#e06c75"
context: "#56b6c2"
file-type:
file:
exec-uid: "#e06c75"
uid-no-exec: "#d19a66"
exec-sticky: "#c678dd"
sticky-no-exec: "#d19a66"
dir:
uid: "#61afef"
sticky: "#282c34"
no-sticky: "#61afef"
pipe: "#e5c07b"
symlink:
default: "#56b6c2"
broken: "#e06c75"
missing-file: "#e06c75"
block-device: "#d19a66"
char-device: "#e5c07b"
socket: "#e06c75"
special: "#e5c07b"
date:
hour-old: "#abb2bf"
day-old: "#98c379"
older: "#5c6370"
size:
none: "#abb2bf"
small: "#98c379"
medium: "#e5c07b"
large: "#d19a66"
inode:
valid: "#abb2bf"
invalid: "#5c6370"
links:
valid: "#abb2bf"
invalid: "#e06c75"
tree-edge: "#5c6370"