-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathblack.yml
110 lines (97 loc) · 2.95 KB
/
black.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
colourful: false
filekinds:
normal: {foreground: "#000"}
directory: {foreground: "#000"}
symlink: {foreground: "#000"}
pipe: {foreground: "#000"}
block_device: {foreground: "#000"}
char_device: {foreground: "#000"}
socket: {foreground: "#000"}
special: {foreground: "#000"}
executable: {foreground: "#000"}
mount_point: {foreground: "#000"}
perms:
user_read: {foreground: "#000"}
user_write: {foreground: "#000"}
user_execute_file: {foreground: "#000"}
user_execute_other: {foreground: "#000"}
group_read: {foreground: "#000"}
group_write: {foreground: "#000"}
group_execute: {foreground: "#000"}
other_read: {foreground: "#000"}
other_write: {foreground: "#000"}
other_execute: {foreground: "#000"}
special_user_file: {foreground: "#000"}
special_other: {foreground: "#000"}
attribute: {foreground: "#000"}
size:
major: {foreground: "#000"}
minor: {foreground: "#000"}
number_byte: {foreground: "#000"}
number_kilo: {foreground: "#000"}
number_mega: {foreground: "#000"}
number_giga: {foreground: "#000"}
number_huge: {foreground: "#000"}
unit_byte: {foreground: "#000"}
unit_kilo: {foreground: "#000"}
unit_mega: {foreground: "#000"}
unit_giga: {foreground: "#000"}
unit_huge: {foreground: "#000"}
users:
user_you: {foreground: "#000"}
user_root: {foreground: "#000"}
user_other: {foreground: "#000"}
group_yours: {foreground: "#000"}
group_other: {foreground: "#000"}
group_root: {foreground: "#000"}
links:
normal: {foreground: "#000"}
multi_link_file: {foreground: "#000"}
git:
new: {foreground: "#000"}
modified: {foreground: "#000"}
deleted: {foreground: "#000"}
renamed: {foreground: "#000"}
typechange: {foreground: "#000"}
ignored: {foreground: "#000"}
conflicted: {foreground: "#000"}
git_repo:
branch_main: {foreground: "#000"}
branch_other: {foreground: "#000"}
git_clean: {foreground: "#000"}
git_dirty: {foreground: "#000"}
security_context:
colon: {foreground: "#000"}
user: {foreground: "#000"}
role: {foreground: "#000"}
typ: {foreground: "#000"}
range: {foreground: "#000"}
file_type:
image: {foreground: "#000"}
video: {foreground: "#000"}
music: {foreground: "#000"}
lossless: {foreground: "#000"}
crypto: {foreground: "#000"}
document: {foreground: "#000"}
compressed: {foreground: "#000"}
temp: {foreground: "#000"}
compiled: {foreground: "#000"}
build: {foreground: "#000"}
source: {foreground: "#000"}
punctuation: {foreground: "#000"}
date: {foreground: "#000"}
inode: {foreground: "#000"}
blocks: {foreground: "#000"}
header: {foreground: "#000"}
octal: {foreground: "#000"}
flags: {foreground: "#000"}
symlink_path: {foreground: "#000"}
control_char: {foreground: "#000"}
broken_symlink: {foreground: "#000"}
broken_path_overlay: {foreground: "#000"}
filenames:
# Custom filename-based overrides
# Cargo.toml: {icon: {glyph: 🦀}}
extensions:
# Custom extension-based overrides
# rs: {filename: {foreground: Red}, icon: {glyph: 🦀}}