summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_config/lsd/config.yaml5
-rw-r--r--dot_config/lsd/themes/ansi.yaml30
2 files changed, 35 insertions, 0 deletions
diff --git a/dot_config/lsd/config.yaml b/dot_config/lsd/config.yaml
new file mode 100644
index 0000000..ad8c53f
--- /dev/null
+++ b/dot_config/lsd/config.yaml
@@ -0,0 +1,5 @@
+classic: false
+color:
+ theme: ansi
+icons:
+ when: never
diff --git a/dot_config/lsd/themes/ansi.yaml b/dot_config/lsd/themes/ansi.yaml
new file mode 100644
index 0000000..167d227
--- /dev/null
+++ b/dot_config/lsd/themes/ansi.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