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