-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
How to disable bold text in user and group #1203
Comments
Yes, this is one of the first things I changed, as default the user/group colours are way too bright/bold. You can change various things by using the
https://github.com/ogham/exa/blob/master/man/exa_colors.5.md Some of these override the If you add this to your
|
Thanks, I added this to |
Bold and non-bold are defined by your Your terminal emulator is likely to have a setting to disable bold characters entirely and use bright colour variants instead, if you would prefer that. I just tested the You need to have your terminal set to at least 256 colours (8-bit) for this to work, but it's unlikely that you haven't got that or 24-bit colours set. You can test if you have 8-bit colours by pasting this (of you have ruby installed):
|
On your screenshot it's hard to tell if text is bold or normal. You could add a normal |
It's hard for you to tell as it's quite subtle. If it wasn't subtle it would be unpleasant. Those four lines are bold, as I have "bright colours" set to display as bold, as you obviously have too. As I said, it's likely that the terminal emulator that you use has a setting to disable the display of 'bright' colours as bold. Terminal are pretty confusing as it's everything's been added on top over many decades. These normal and bright (and, optionally, bold) are from the 4-bit colour days when terminals had 16 colours. 8 normal colours and 8 bright versions of those colours, which can be bold as well to make them more noticable. If you don't like that, disable it. These 16 colours on moderm terminal emulators are customisable and you can change them using 'themes' in the settings. These are mine: You can see the normal and bright foreground colours in the second column. See the bright colours are also bold, as I have it set like that. Late came 8-bit colour (256 colours) and recently (5/6 years) 24-bit colours (16,777,216 colours). Your terminal is very likely 24-bit capable, but if using he first 16 colours in what you see here...
...those are the customisable 4-bit, 16 normal/bright colours. I can't find any easy to understand webpages about this, as it's a messy topic. https://chrisyeh96.github.io/2020/03/28/terminal-colors.html |
Ok, I made user and group not bold with this in
Previously I just add I wonder where I can see all default EXA_COLORS for all items? |
Is there a way to disable bald text in user and group? Or disable bold text globally for all items?
The text was updated successfully, but these errors were encountered: