Skip to content

Instantly share code, notes, and snippets.

@jest
Last active February 15, 2016 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jest/82e284088bf2ab45c9f9 to your computer and use it in GitHub Desktop.
Save jest/82e284088bf2ab45c9f9 to your computer and use it in GitHub Desktop.
More contrast in aptitude download window.
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";
@jest
Copy link
Author

jest commented Feb 15, 2016

By default aptitude displays the progress blue-on-yellow, which make it unreadable on my terminal. This setting is much more pleasant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment