Add lsd config and color theme

This commit is contained in:
cnphpbb
2026-05-18 09:07:02 +08:00
parent 659f7056fd
commit 54ff283124
2 changed files with 105 additions and 0 deletions

32
$user/lsd/ colors.yaml Normal file
View File

@@ -0,0 +1,32 @@
# 文件类型颜色
file-type:
directory:
foreground: cyan
bold: true
symlink:
foreground: magenta
italic: true
executable:
foreground: green
bold: true
socket:
foreground: red
pipe:
foreground: yellow
block-device:
foreground: red
char-device:
foreground: yellow
# 文件扩展名颜色(覆盖文件类型颜色)
extensions:
rs:
foreground: white
bold: true
py:
foreground: yellow
js:
foreground: green
md:
foreground: cyan
italic: true