summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-08-28 06:43:51 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-08-28 06:43:51 -0400
commitd1483b1b03bced5622b92a4890defeef4ebd22b3 (patch)
tree2f4795f5f7c780ea52c7df35e991612f86c7cf86 /dot_config
parentlib/sh: add zoxide (diff)
lsd: update theme system for 1.0.0
Diffstat (limited to '')
-rw-r--r--dot_config/lsd/colors.yaml30
-rw-r--r--dot_config/lsd/config.yaml2
2 files changed, 31 insertions, 1 deletions
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