-
Notifications
You must be signed in to change notification settings - Fork 4
/
frosty.yml
119 lines (105 loc) · 3.38 KB
/
frosty.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
# colors:
# - light icy blue: #E0F7FA
# - snow white: #FFFFFF
# - sky blue: #B3E5FC
# - frosty grey: #90A4AE
# - cold dark grey: #607D8B
# - icy turquoise: #80DEEA
# - frosted red: #FF8A80
colourful: false
filekinds:
normal: {foreground: "#E0F7FA"}
directory: {foreground: "#FFFFFF"}
symlink: {foreground: "#B3E5FC"}
pipe: {foreground: "#90A4AE"}
block_device: {foreground: "#B3E5FC"}
char_device: {foreground: "#B3E5FC"}
socket: {foreground: "#607D8B"}
special: {foreground: "#B3E5FC"}
executable: {foreground: "#80DEEA"}
mount_point: {foreground: "#E0F7FA"}
perms:
user_read: {foreground: "#FFFFFF"}
user_write: {foreground: "#B3E5FC"}
user_execute_file: {foreground: "#80DEEA"}
user_execute_other: {foreground: "#80DEEA"}
group_read: {foreground: "#FFFFFF"}
group_write: {foreground: "#B3E5FC"}
group_execute: {foreground: "#80DEEA"}
other_read: {foreground: "#E0F7FA"}
other_write: {foreground: "#B3E5FC"}
other_execute: {foreground: "#80DEEA"}
special_user_file: {foreground: "#B3E5FC"}
special_other: {foreground: "#607D8B"}
attribute: {foreground: "#E0F7FA"}
size:
major: {foreground: "#E0F7FA"}
minor: {foreground: "#B3E5FC"}
number_byte: {foreground: "#FFFFFF"}
number_kilo: {foreground: "#E0F7FA"}
number_mega: {foreground: "#80DEEA"}
number_giga: {foreground: "#B3E5FC"}
number_huge: {foreground: "#B3E5FC"}
unit_byte: {foreground: "#E0F7FA"}
unit_kilo: {foreground: "#80DEEA"}
unit_mega: {foreground: "#B3E5FC"}
unit_giga: {foreground: "#B3E5FC"}
unit_huge: {foreground: "#80DEEA"}
users:
user_you: {foreground: "#FFFFFF"}
user_root: {foreground: "#607D8B"}
user_other: {foreground: "#B3E5FC"}
group_yours: {foreground: "#E0F7FA"}
group_other: {foreground: "#607D8B"}
group_root: {foreground: "#607D8B"}
links:
normal: {foreground: "#B3E5FC"}
multi_link_file: {foreground: "#80DEEA"}
git:
new: {foreground: "#E0F7FA"}
modified: {foreground: "#B3E5FC"}
deleted: {foreground: "#607D8B"}
renamed: {foreground: "#80DEEA"}
typechange: {foreground: "#B3E5FC"}
ignored: {foreground: "#607D8B"}
conflicted: {foreground: "#FF8A80"}
git_repo:
branch_main: {foreground: "#FFFFFF"}
branch_other: {foreground: "#B3E5FC"}
git_clean: {foreground: "#80DEEA"}
git_dirty: {foreground: "#FF8A80"}
security_context:
colon: {foreground: "#80DEEA"}
user: {foreground: "#E0F7FA"}
role: {foreground: "#B3E5FC"}
typ: {foreground: "#607D8B"}
range: {foreground: "#B3E5FC"}
file_type:
image: {foreground: "#80DEEA"}
video: {foreground: "#B3E5FC"}
music: {foreground: "#E0F7FA"}
lossless: {foreground: "#B3E5FC"}
crypto: {foreground: "#607D8B"}
document: {foreground: "#FFFFFF"}
compressed: {foreground: "#B3E5FC"}
temp: {foreground: "#FF8A80"}
compiled: {foreground: "#80DEEA"}
build: {foreground: "#607D8B"}
source: {foreground: "#B3E5FC"}
punctuation: {foreground: "#FFFFFF"}
date: {foreground: "#80DEEA"}
inode: {foreground: "#E0F7FA"}
blocks: {foreground: "#607D8B"}
header: {foreground: "#FFFFFF"}
octal: {foreground: "#80DEEA"}
flags: {foreground: "#B3E5FC"}
symlink_path: {foreground: "#B3E5FC"}
control_char: {foreground: "#80DEEA"}
broken_symlink: {foreground: "#FF8A80"}
broken_path_overlay: {foreground: "#607D8B"}
filenames:
# Custom filename-based overrides
# Cargo.toml: {icon: {glyph: 🦀}}
extensions:
# Custom extension-based overrides
# rs: {filename: {foreground: Red}, icon: {glyph: 🦀}}