Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25683 - Bold fonts are difficult to read.
Summary: Bold fonts are difficult to read.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-31 23:20 UTC by Ralph Jones
Modified: 2005-08-11 05:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Jones 2003-07-31 23:20:46 UTC
The default for the bash prompt and for ls --show-colors is to use bold fonts. 
This can be difficult to see, especially for a user with glasses.

This was agreed by more than one user in the forum thread:
http://forums.gentoo.org/viewtopic.php?t=22716

I would like to suggest that the following default settings are changed:

In /etc/profile,

replace
export PS1='\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]'
with
export PS1='\[\033[00;31m\]\h \[\033[00;34m\]\W \$ \[\033[00m\]'

In /etc/DIR_COLORS, change all instances of "01;xy" to "00;xy".
Comment 1 SpanKY gentoo-dev 2003-08-01 06:11:11 UTC
a better change might be to make it optional via 'BOLD_COLORS'

personally, i like em ;)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-11 05:14:26 UTC
(In reply to comment #0)

> In /etc/DIR_COLORS, change all instances of "01;xy" to "00;xy".

I can't see any "01;xy" in /etc/DIR_COLORS and don't see bold fonts in ls
--color, closing a really stale bug.