Last active
February 15, 2016 14:41
-
-
Save jest/82e284088bf2ab45c9f9 to your computer and use it in GitHub Desktop.
More contrast in aptitude download window.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aptitude::UI ""; | |
aptitude::UI::Styles ""; | |
aptitude::UI::Styles::DownloadProgress ""; | |
aptitude::UI::Styles::DownloadProgress::fg "black"; | |
aptitude::UI::Styles::DownloadProgress::bg "yellow"; | |
aptitude::UI::Styles::Progress ""; | |
aptitude::UI::Styles::Progress::fg "black"; | |
aptitude::UI::Styles::Progress::bg "yellow"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default aptitude displays the progress blue-on-yellow, which make it unreadable on my terminal. This setting is much more pleasant.