This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231760 - [Dark theme] Output window has white background
Summary: [Dark theme] Output window has white background
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-25 07:41 UTC by Tomas Mysik
Modified: 2013-07-05 02:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2013-06-25 07:41:53 UTC
If one uses a dark theme, the Output window stays white - this is quite disturbing and would be nice if it could be changed to some proper color.

Thanks.

Product Version: NetBeans IDE 7.4 Beta (Build 20130618-560fdfdad0a3)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.8.0-25-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 1 Jaroslav Havlin 2013-07-03 15:19:46 UTC
Output window can have some custom settings, e.g. colors and font sizes. If you change font size, all settings are persisted, including default colors. Then, if Look&Feel is changed, the stored colors are still used.

http://hg.netbeans.org/core-main/rev/17bc26a04f81
Fixed, so only customized colors are persisted, not the default ones.

Workaround: Go to Menu -> Options -> Miscellaneous -> Output -> click Restore.

Thank you for reporting.
Comment 2 Tomas Mysik 2013-07-04 05:01:00 UTC
(In reply to comment #1)
> Workaround: Go to Menu -> Options -> Miscellaneous -> Output -> click Restore.

Yes, I have already found it.

Thanks.
Comment 3 Quality Engineering 2013-07-05 02:25:44 UTC
Integrated into 'main-silver', will be available in build *201307042300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/17bc26a04f81
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #231760: [Dark theme] Output window has white background