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

貢獻者指南