Bug 29714 - black/white and white/black use same colors resulting in poor contrast
Summary: black/white and white/black use same colors resulting in poor contrast
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-25 09:18 UTC by stig
Modified: 2004-12-28 03:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stig 2001-07-25 09:03:18 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konsole
Version:           1.0.1 (using KDE 2.1.1 )
Severity:          normal
Installed from:    Linux-Mandrake 8.0 i586
Compiler:          gcc version 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk)
OS:                Linux 2.4.2-11mdksmp i686
OS/Compiler notes: 

the same colors are used on both a black and white background which means that users get stuck with abysmal contrast.  what was quite different from black becomes unreadable on white.  the colors should remain the same while the intensities should invert...  dark blue exchanged for light blue and vice versa...THEN FINE TUNED...they should ALL be readable on the background and some of the black background colors won't do (so if you blaze through this bug report by swapping lines of text in a .scheme file then you're not really fixing the problem...and i think gnome is similarly screwed on this point but there you can configure manually at least...i "should" go report that bug too but i'm so sick and tired of reporting linux bugs...)

it is not reasonable to expect that users will or should need to change their color_ls settings in order to get a black-on-white text display in konsole.  


(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 stig 2001-07-28 23:28:32 UTC
--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

well i fiddled with the default blackonwhite.scheme a bit.  it's attached...

stig


--envbJBWh7q8WU6mo
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="BlackOnWhite.schema"

# example scheme for konsole

# the title is to appear in the menu.

title Black on White

# foreground colors

# note that the default background color is flagged
# to become transparent when an image is present.

#   slot    transparent bold
#      |              | |
#      V V--color--V  V V

color  0   0   0   0  0 0  # regular   foreground color (Black)
color  1 255 255 255  1 0  # regular   background color (White)

color  2 104 104 104  0 0  # regular   color 0 Black
color  3 180  84  84  0 0  # regular   color 1 Red
color  4  84 180  84  0 0  # regular   color 2 Green
color  5 180 180  84  0 0  # regular   color 3 Yellow
color  6  84  84 180  0 0  # regular   color 4 Blue
color  7 180  84 180  0 0  # regular   color 5 Magenta
color  8  84 180 180  0 0  # regular   color 6 Cyan
color  9 180 180 180  0 0  # regular   color 7 White


# intensive colors

# instead of changing the colors we've flaged the text to become bold

color 10   0   0   0  0 1  # intensive foreground color
color 11 255 255 255  1 0  # intensive background color

color 12  80  80  80  0 0  # intensive color 0
color 13 140  24  24  0 0  # intensive color 1
color 14  24 140  24  0 0  # intensive color 2
color 15 140 104  24  0 0  # intensive color 3
color 16  24  24 140  0 0  # intensive color 4
color 17 140  24 140  0 0  # intensive color 5
color 18  24 140 140  0 0  # intensive color 6
color 19 140 140 140  0 0  # intensive color 7


--envbJBWh7q8WU6mo--
Comment 2 Kurt Hindenburg 2004-12-28 03:25:18 UTC
Really old bug report.  Black/White and White/Black schemas both look O.K. to me.