From d1483b1b03bced5622b92a4890defeef4ebd22b3 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Mon, 28 Aug 2023 06:43:51 -0400 Subject: lsd: update theme system for 1.0.0 --- dot_config/lsd/colors.yaml | 30 ++++++++++++++++++++++++++++++ dot_config/lsd/config.yaml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dot_config/lsd/colors.yaml (limited to 'dot_config/lsd') diff --git a/dot_config/lsd/colors.yaml b/dot_config/lsd/colors.yaml new file mode 100644 index 0000000..167d227 --- /dev/null +++ b/dot_config/lsd/colors.yaml @@ -0,0 +1,30 @@ +# exa-like +user: yellow +group: yellow +permission: + read: yellow + write: red + exec: green + octal: dark_magenta + exec-sticky: dark_magenta + # TODO: no-access, acl, context + +date: + hour-old: blue + day-old: blue + older: dark_blue + +size: + none: dark_grey + small: dark_green + medium: dark_green + large: red + +# closest approximations from default theme +inode: + valid: magenta + invalid: dark_grey +links: + valid: magenta + invalid: dark_grey +tree-edge: dark_grey diff --git a/dot_config/lsd/config.yaml b/dot_config/lsd/config.yaml index ad8c53f..3a76b7e 100644 --- a/dot_config/lsd/config.yaml +++ b/dot_config/lsd/config.yaml @@ -1,5 +1,5 @@ classic: false color: - theme: ansi + theme: custom icons: when: never -- cgit v1.2.3