mirror of
https://github.com/eza-community/eza.git
synced 2025-12-23 05:36:50 +00:00
44 lines
971 B
YAML
44 lines
971 B
YAML
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}}}
|