124 lines
5.5 KiB
YAML
124 lines
5.5 KiB
YAML
# eza theme — Palette aus coltest.go
|
|
#
|
|
# white #F0F0EA pink #F5B2F7
|
|
# yellow #F9E2AF violet #CBA6F7
|
|
# orange #FAB387 grey #AAAABB
|
|
# red #F38BA8 dark #777788
|
|
# green #94E2D5 darker #444455
|
|
# blue #B4BEFE
|
|
#
|
|
# Ort: ~/.config/eza/theme.yml (oder $EZA_CONFIG_DIR/theme.yml)
|
|
# Getestet mit eza 0.23.5.
|
|
|
|
colourful: true
|
|
|
|
filekinds:
|
|
normal: {foreground: "#F0F0EA"} # white
|
|
directory: {foreground: "#B4BEFE", is_bold: true} # blue
|
|
symlink: {foreground: "#F5B2F7", is_underline: false} # pink
|
|
pipe: {foreground: "#CBA6F7"} # violet
|
|
block_device: {foreground: "#FAB387"} # orange
|
|
char_device: {foreground: "#F9E2AF"} # yellow
|
|
socket: {foreground: "#F5B2F7", is_bold: true} # pink
|
|
special: {foreground: "#CBA6F7"} # violet
|
|
executable: {foreground: "#94E2D5", is_bold: true} # green
|
|
mount_point: {foreground: "#B4BEFE", is_underline: false}
|
|
|
|
perms:
|
|
user_read: {foreground: "#94E2D5"} # green
|
|
user_write: {foreground: "#F9E2AF"} # yellow
|
|
user_execute_file: {foreground: "#F38BA8", is_underline: false} # red
|
|
user_execute_other: {foreground: "#F38BA8", is_underline: false} # red
|
|
group_read: {foreground: "#94E2D5"}
|
|
group_write: {foreground: "#F9E2AF"}
|
|
group_execute: {foreground: "#F38BA8", is_underline: false}
|
|
other_read: {foreground: "#94E2D5"}
|
|
other_write: {foreground: "#F9E2AF"}
|
|
other_execute: {foreground: "#F38BA8", is_underline: false}
|
|
special_user_file: {foreground: "#F5B2F7", is_underline: false} # pink — setuid
|
|
special_other: {foreground: "#F5B2F7", is_underline: false} # pink
|
|
attribute: {foreground: "#777788"} # dark — @ / xattr
|
|
|
|
size:
|
|
number_byte: {foreground: "#94E2D5"} # green
|
|
number_kilo: {foreground: "#94E2D5"}
|
|
number_mega: {foreground: "#F9E2AF"} # yellow
|
|
number_giga: {foreground: "#FAB387"} # orange
|
|
number_huge: {foreground: "#F38BA8"} # red
|
|
unit_byte: {foreground: "#94E2D5"}
|
|
unit_kilo: {foreground: "#94E2D5"}
|
|
unit_mega: {foreground: "#F9E2AF"}
|
|
unit_giga: {foreground: "#FAB387"}
|
|
unit_huge: {foreground: "#F38BA8"}
|
|
major: {foreground: "#CBA6F7"} # violet — Device-Nummern
|
|
minor: {foreground: "#F5B2F7"} # pink
|
|
|
|
users:
|
|
user_you: {foreground: "#F0F0EA"} # white
|
|
user_root: {foreground: "#F38BA8"} # red
|
|
user_other: {foreground: "#AAAABB"} # grey
|
|
group_yours: {foreground: "#AAAABB"} # grey
|
|
group_other: {foreground: "#777788"} # dark
|
|
group_root: {foreground: "#F38BA8"} # red
|
|
|
|
links:
|
|
normal: {foreground: "#F5B2F7"} # pink
|
|
multi_link_file: {foreground: "#CBA6F7"} # violet
|
|
|
|
git:
|
|
new: {foreground: "#94E2D5"} # green
|
|
modified: {foreground: "#F9E2AF"} # yellow
|
|
deleted: {foreground: "#F38BA8"} # red
|
|
renamed: {foreground: "#CBA6F7"} # violet
|
|
typechange: {foreground: "#FAB387"} # orange
|
|
ignored: {foreground: "#444455"} # darker
|
|
conflicted: {foreground: "#F5B2F7"} # pink
|
|
|
|
git_repo:
|
|
branch_main: {foreground: "#94E2D5"} # green
|
|
branch_other: {foreground: "#CBA6F7"} # violet
|
|
git_clean: {foreground: "#94E2D5"} # green
|
|
git_dirty: {foreground: "#F9E2AF"} # yellow
|
|
|
|
security_context:
|
|
none: {foreground: "#777788"} # dark
|
|
selinux:
|
|
colon: {foreground: "#444455"}
|
|
user: {foreground: "#B4BEFE"}
|
|
role: {foreground: "#CBA6F7"}
|
|
typ: {foreground: "#F5B2F7"}
|
|
range: {foreground: "#F9E2AF"}
|
|
|
|
file_type:
|
|
image: {foreground: "#CBA6F7"} # violet
|
|
video: {foreground: "#F5B2F7"} # pink
|
|
music: {foreground: "#94E2D5"} # green
|
|
lossless: {foreground: "#94E2D5"} # green
|
|
crypto: {foreground: "#F38BA8"} # red
|
|
document: {foreground: "#F0F0EA"} # white
|
|
compressed: {foreground: "#FAB387"} # orange
|
|
temp: {foreground: "#444455"} # darker
|
|
compiled: {foreground: "#AAAABB"} # grey
|
|
build: {foreground: "#F9E2AF", is_underline: false} # yellow — README, Makefile, …
|
|
source: {foreground: "#B4BEFE"} # blue
|
|
|
|
punctuation: {foreground: "#444455"} # darker — die - in rwx
|
|
date: {foreground: "#B4BEFE"} # blue
|
|
inode: {foreground: "#F5B2F7"} # pink
|
|
blocks: {foreground: "#777788"} # dark
|
|
header: {foreground: "#AAAABB", is_underline: false} # grey
|
|
octal: {foreground: "#777788"} # dark
|
|
flags: {foreground: "#FAB387"} # orange
|
|
symlink_path: {foreground: "#CBA6F7", is_underline: false} # violet
|
|
control_char: {foreground: "#F38BA8"} # red
|
|
broken_symlink: {foreground: "#F38BA8", is_underline: false} # red
|
|
broken_path_overlay: {foreground: "#F38BA8", is_underline: false}
|
|
|
|
# Eigene Regeln pro Dateiname / Endung — das, was lsd nicht kann:
|
|
#
|
|
# filenames:
|
|
# Makefile: {filename: {foreground: "#F38BA8", is_bold: true}}
|
|
# extensions:
|
|
# go: {filename: {foreground: "#94E2D5"}}
|
|
# md: {filename: {foreground: "#B4BEFE"}}
|