[Konsole-devel] [Bug 306540] New: light-green color lost in BlackOnLightYellow.colorscheme

Leendert Meyer leen.meyer at ziggo.nl
Mon Sep 10 11:43:35 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=306540

            Bug ID: 306540
          Severity: normal
           Version: 2.9.1
          Priority: NOR
          Assignee: konsole-devel at kde.org
           Summary: light-green color lost in
                    BlackOnLightYellow.colorscheme
    Classification: Unclassified
                OS: Linux
          Reporter: leen.meyer at ziggo.nl
          Hardware: openSUSE RPMs
            Status: UNCONFIRMED
         Component: general
           Product: konsole

Instead of a light-green foreground color, a black color is shown when using
BlackOnLightYellow.colorscheme

Apparently between revisions 46ff0109 and 8355ccaa a bit more was removed than
probably intended:

https://projects.kde.org/projects/kde/kde-baseapps/konsole/repository/diff/data/color-schemes/BlackOnLightYellow.colorscheme?rev=8355ccaa824ee2f358dc3f636f2f6bac2f42183b&rev_to=46ff01094dd6463ead26fefba0d8f535a2e0f107

Reproducible: Always

Steps to Reproduce:
1.Open a konsole window
2.Select the black on light-yellow colorscheme
3.Issue: echo -e "Normal color - \033[32m\033[1mLight-green color\033[m -
Normal again."
Actual Results:  
The text "Light-green color" is shown in black-colored letters.

Expected Results:  
The text "Light-green color" should be shown in light-green-colored letters.

Here is a unified diff for a fix:

--- BlackOnLightYellow.colorscheme.old  2012-09-10 13:15:20.547025206 +0200
+++ BlackOnLightYellow.colorscheme      2012-09-10 13:13:34.667220586 +0200
@@ -19,6 +19,9 @@
 [Color2]
 Color=24,178,24

+[Color2Intense]
+Color=84,255,84
+
 [Color3]
 Color=178,104,24

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the konsole-devel mailing list