-
-
Notifications
You must be signed in to change notification settings - Fork 218
/
theme.yml
44 lines (44 loc) · 971 Bytes
/
theme.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
filekinds:
normal:
foreground: Blue
directory:
foreground: Blue
symlink:
foreground: Cyan
executable:
foreground: Green
perms:
user_read:
foreground: Yellow
is_bold: true
user_write:
foreground: Red
is_bold: true
user_execute_file:
foreground: Green
is_bold: true
user_execute_other:
foreground: Green
is_bold: true
group_read:
foreground: Yellow
group_write:
foreground: Red
group_execute:
foreground: Green
other_read:
foreground: Yellow
other_write:
foreground: Red
other_execute:
foreground: Green
filenames:
# Just change the icon glyph
Cargo.toml: {icon: {glyph: 🦀}}
Cargo.lock: {icon: {glyph: 🦀}}
extensions:
# Change the filename color and icon
# NOTE: not all unicode glyphs support color changes
rs: {filename: {foreground: Red}, icon: {glyph: 🦀}}
# Change the icon glyph and color
nix: {icon: {glyph: ❄, style: {foreground: White}}}