lsd-rs/lsd

Add `ls_colors` option to theme

开放

#608 创建于 2022年1月17日

 (2 条评论) (4 个反应) (0 位负责人)Rust (434 个派生)batch import
area/themegood first issuekind/enhancement

仓库指标

星标
 (13,400 个星标)
PR 合并指标
 (平均合并 34天 3小时) (30 天内合并 2 个 PR)

描述

As of now, we support theme for colors, and still use ls_colors for file name colors, how about adding the ls_colors option to the theme configuration file, and so that we can configure all the colors in one place.

also, there is something that needs to be covered:

  1. the ls_colors in the theme should be optional, and fall back to LS_COLORS env
  2. the one in themes should overwrite the env one

@meain

贡献者指南