Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yaml based theme support #452

Merged
merged 19 commits into from
Sep 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
718d611
config: :hammer: using target enum and vec string for config options
zwpaper Nov 21, 2020
6ef0db1
log: :doc: unique error output and update comment to fit config
zwpaper Nov 28, 2020
83b3d75
color: :sparkles: add parse theme file
zwpaper Nov 25, 2020
00a6b3d
theme/test: :mag: :hammer: update tests to fit theme update
zwpaper Nov 29, 2020
af15854
theme/test: :mag: :sparkles: add tests for theme
zwpaper Nov 29, 2020
a3a45e5
theme: :hammer: using default to return dark theme and more tests
zwpaper Dec 5, 2020
9ed80be
theme: :art: :memo: update readme, change log, error log
zwpaper Dec 6, 2020
49f58d1
:sparkles: done use crossterm to impl theme, functionally works
zwpaper Jul 6, 2021
24d38d5
:mag: :hammer: update tests to fit crossterm color
zwpaper Jul 7, 2021
30d6bf2
:memo: :hammer: update readme to corssterm color
zwpaper Jul 7, 2021
519c878
:fire: get rid of ansi term in all code
zwpaper Jul 7, 2021
47a7714
build: :arrow_up: update dependency to deserialize color
zwpaper Aug 24, 2021
d260cb1
theme: :hammer: use `themes` dir for themes configurations
zwpaper Aug 31, 2021
03f406d
config: :hammer: user do not have to config yaml extension for theme
zwpaper Aug 31, 2021
69a4f28
:memo: add filename coloring explanation between LS_COLOR and theme
zwpaper Sep 9, 2021
f1cde2b
theme: :hammer: not deserialize no color and no lscolors from config
zwpaper Sep 9, 2021
e992756
:hammer: use lscolors for filename only, skip from theme configure
zwpaper Sep 12, 2021
9377613
theme: :hammer: use dark color for default theme
zwpaper Sep 13, 2021
bb6e7f9
theme: :hammer: try yml if yaml theme file not found
zwpaper Sep 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate
### Added
- update minimal rust version to 1.42.0 from [zwpaper](https://github.com/zwpaper) [#534](https://github.com/Peltoche/lsd/issues/534)
- Add support for theme from [zwpaper](https://github.com/zwpaper) [#452](https://github.com/Peltoche/lsd/pull/452)
- Update minimal rust version to 1.42.0 from [zwpaper](https://github.com/zwpaper) [#534](https://github.com/Peltoche/lsd/issues/534)
- [`NO_COLOR`](https://no-color.org/) environment variable support from [AnInternetTroll](https://github.com/aninternettroll)
### Changed
- Change size to use btyes in classic mode from [meain](https://github.com/meain)
Expand Down
Loading