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 269835

Summary: [dark] Unreadable colored tabs titles on VCS .gitignored files
Product: ide Reporter: pmaselkowski
Component: UIAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Unreadable tabs screenshot
Example minimal project with above behavior

Description pmaselkowski 2017-02-15 10:55:36 UTC
Created attachment 163636 [details]
Unreadable tabs screenshot

[dark] Unreadable colored tabs titles on .gitignored files

Hi!

When using colored tabs for each project, and opening git ignored file - tab title might be hardly readable: 

1. light green background
2. light grey text

Perhaps setting text to white for ignored files will be fine?

See attached screenshot and project

---

NetBeans IDE Dev (Build 201701270001)
Darcula LAF

Needed to reproduce:
1. Need Darcula LAF
2. Have git repo and ignored folders by .gitignore
3. Open file, change something and save - tab will get gray text

From attached project:
1. Open ignored-file.php
2. Change content
3. Save
Comment 1 pmaselkowski 2017-02-15 10:57:12 UTC
Created attachment 163637 [details]
Example minimal project with above behavior
Comment 2 pmaselkowski 2017-02-15 10:59:04 UTC
Example ignored project files are under "Test files" tree.