You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo $TERM: xterm-256color (Running on iTerm and Terminal)
echo $LS_COLORS: (Variable NOT set)
Expected behavior
lsd -l must use color themes as mentioned in my custom theme file
Actual behavior
lsd is outputting only the "default" theme.
My config file:
# == Classic ==# This is a shorthand to override some of the options to be backwards compatible# with `ls`. It affects the "color"->"when", "sorting"->"dir-grouping", "date"# and "icons"->"when" options.# Possible values: false, trueclassic: false# == Blocks ==# This specifies the columns and their order when using the long and the tree# layout.# Possible values: permission, user, group, size, size_value, date, name, inodeblocks:
- permission
- user
- group
- size
- date
- name# == Color ==# This has various color options. (Will be expanded in the future.)color:
# When to colorize the output.# When "classic" is set, this is set to "never".# Possible values: never, auto, alwayswhen: auto# How to colorize the output.# When "classic" is set, this is set to "no-color".# Possible values: default, <theme-file-name># when specifying <theme-file-name>, lsd will look up theme file# XDG Base Directory if relative, e.g. ~/.config/lsd/themes/<theme-file-name>.yaml,# The file path if absolutetheme: mytheme# == Date ==# This specifies the date format for the date column. The freeform format# accepts an strftime like string.# When "classic" is set, this is set to "date".# Possible values: date, relative, '+<date_format>'# `date_format` will be a `strftime` formatted value. e.g. `date: '+%d %b %y %X'` will give you a date like this: 17 Jun 21 20:14:55date: date# == Dereference ==# Whether to dereference symbolic links.# Possible values: false, truedereference: false# == Display ==# What items to display. Do not specify this for the default behavior.# Possible values: all, almost-all, directory-only# display: all# == Icons ==icons:
# When to use icons.# When "classic" is set, this is set to "never".# Possible values: always, auto, neverwhen: auto# Which icon theme to use.# Possible values: fancy, unicodetheme: fancy# Separator between icon and the name# Default to 1 spaceseparator: ""# == Ignore Globs ==# A list of globs to ignore when listing.# ignore-globs:# - .git# == Indicators ==# Whether to add indicator characters to certain listed files.# Possible values: false, trueindicators: false# == Layout ==# Which layout to use. "oneline" might be a bit confusing here and should be# called "one-per-line". It might be changed in the future.# Possible values: grid, tree, onelinelayout: grid# == Recursion ==recursion:
# Whether to enable recursion.# Possible values: false, trueenabled: false# How deep the recursion should go. This has to be a positive integer. Leave# it unspecified for (virtually) infinite.# depth: 3# == Size ==# Specifies the format of the size column.# Possible values: default, short, bytessize: default# == Sorting ==sorting:
# Specify what to sort by.# Possible values: extension, name, time, size, versioncolumn: name# Whether to reverse the sorting.# Possible values: false, truereverse: false# Whether to group directories together and where.# When "classic" is set, this is set to "none".# Possible values: first, last, nonedir-grouping: none# == No Symlink ==# Whether to omit showing symlink targets# Possible values: false, trueno-symlink: false# == Total size ==# Whether to display the total size of directories.# Possible values: false, truetotal-size: false# == Symlink arrow ==# Specifies how the symlink arrow display, chars in both ascii and utf8# symlink-arrow: ⇒symlink-arrow:
lsd --version
: lsd 0.20.1 (Binary install)echo $TERM
: xterm-256color (Running on iTerm and Terminal)echo $LS_COLORS
: (Variable NOT set)Expected behavior
lsd -l must use color themes as mentioned in my custom theme file
Actual behavior
lsd is outputting only the "default" theme.
My config file:
My theme file
The text was updated successfully, but these errors were encountered: