You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately due to a limitation in how background colors are handled with ncurses you can't have light background colors in a nicely portable way. It is possible, but usually involves hacks, as the bit for bright background is often misinterpreted as blinking foreground … ;-)
@savchenko You should adjust the color palette of your terminal emulator. It isn't something we can adjust in htop's side. IMHO, we could have an alternative of using white text on a dark background for highlighted item, but the benefit of implementing that would be too small.
Using the "light terminal" theme and default "Linux console" colours:
Note the header and selected PID line. Would you consider inverting colours or increasing brightness of the highlight (background colour) ?
The text was updated successfully, but these errors were encountered: