mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #96] [MERGED] Change red ANSI color code for size of biggest file #302
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/96
Author: @nn1ks
Created: 6/29/2020
Status: ✅ Merged
Merged: 6/29/2020
Merged by: @bootandy
Base:
master← Head:change-ansi-red📝 Commits (1)
c4c173eChange red ANSI color code for size of biggest file📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/display.rs(+2 -2)📄 Description
The enum variant
ansi_term::Colour::Red(which uses the ANSI color code31)is used instead of the code
196to display the size of the largest file. Thismeans that the red color of the terminal theme is used which is probably
preferred by most users.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.