Tagged: background, package explorer, White
- This topic has 17 replies, 10 voices, and was last updated 5 years, 8 months ago by ian92.
-
AuthorPosts
-
denieruParticipantJust installed Darkest dark theme, and it looks great. one small problem.
When I start eclipse my “package explorer” has white background instead of black (pics)
I can fix the “package explorer” go in to eclipse -> preferences -> Appearance and push “apply”, then the background loads in black. But next time i start eclipse it is white again.
i have it installed on 2 computeres with the same resultEclipse IDE for Java Developers
Version: Oxygen.3a Release (4.7.3a)
Build id: 20180405-1200
os: Windows 10Attachments:
You must be logged in to view attached files.This topic was linked to an Issue on July 31, 2018 at 3:37 pm
Aaron LaraMember@denieru, Can you try the following?
1. Go to Preferences > DevStyle > Color Themes
2. Check “Force Colors”
3. Apply and CloseLet me know if that does the trick.
Cheers!
Aaron Lara
denieruParticipantSorry that dosen’t work. checking the “force colors” option on, then “apply” and then “apply and close”, the background is still white. When i go to the “force colors” option again after, the “force colors” is unchecked again. it’s the same if I restart eclipse right after the option change
Aaron LaraMemberThanks for trying that out, “Force colors” is a one time application, it being unchecked afterwards is expected (we don’t want to keep forcing colors every time).
It’s also possible that a third party plugin is forcing a preference in for the project explorer background, do you have any other outstanding plugin installed?
denieruParticipantYour welcome 🙂
Here is a list of what i have installed on eclipse ad this moment.
If there is something more specific you want, I’ve be happy to help
Attachments:
You must be logged in to view attached files.
synatrinParticipantFor me it’s the Package Explorer view (only when it is placed on the top left of the left-most screen, i.e. the first view generated). When I minimize and restore the view (i.e. not the containing window), the style is applied (even with the force colors enabled). When I moved the Package Explorer view to a different location, the style is applied on startup. Hopefully this helps raise visibility to the issue. By the way, I also have a similar list of plugins as denieru.
Aaron LaraMember
michaeluParticipantPic1.
I installed the eclipse photon and changed theme to the dark. Background is dark.Pic2.
But when I installed devstyle and changed theme on the darkest, I got a white background in some form fields.Pic3.
In Oxygen.3a (3.4.7) is all right.I use Ubuntu 16.04 LTS
- This reply was modified 6 years, 5 months ago by michaelu.
Attachments:
You must be logged in to view attached files.
michaeluParticipantIn addition to the previous post.
Pic4
White buttons and white selected strings.Attachments:
You must be logged in to view attached files.
andymyersauParticipantEclipse IDE for JavaScript and Web Developers Version: Photon Release (4.8.0) Build id: 20180619-1200 OS: Windows 10, v.10.0, x86_64 / win32 Java version: 1.8.0_161
The only plugins I have installed since downloading the IDE for JavaScript and Web Developers bundle from eclipse.org are Codemix (0.9.0) and DevStyle (1.11.0)
For me the issue is that in the file tree any files or directories which have been changed since the last git pull are highlighted white when I’m in the dark theme. I can correct this by going to Window -> Preferences -> General -> Appearance -> Colors and Fonts and under Git reset “Uncommitted Change (Background)” and “Ignored Resource (Background) however those changes only last until next time I restart Eclipse.
(Is there any way to take “Ooomph” out of the equation – I feel a bit uncertain how that works across the various eclipse installs I have)
- This reply was modified 6 years, 4 months ago by andymyersau.
- This reply was modified 6 years, 4 months ago by andymyersau.
Attachments:
You must be logged in to view attached files.
Aaron LaraMember@andymyersau, We know oomph sometimes messes with our preferences in way we do not expect. One thing you can try is:
1. Close eclipse
2. Go to the .eclipse folder in your home directory. Example:c:\users\andy\.eclipse
3. Remove all directories starting withorg.eclipse.oomph.*
4. Start eclipse againThat should at least reset oomph stored preferences.
Please let us know if that works.
Thanks!
Aaron Lara- This reply was modified 6 years, 4 months ago by Aaron Lara.
denieruParticipantMoving the package explorer from the leftmost part of my view work, thanks
el-gaseronParticipantHi,
i have the same problem.
only in the darkest dark theme.
in my case only entries in package explorer, which are according to git, are modified, have white background.
in other themes have a slightly different font color. i suppose that in the dark theme, the background is also painted.> some.package (git state modified –> background white)
|- MyClass.java (git state clean -> background OK)
|- > MyClass.java (git state modified -> background white)
el-gaseronParticipantaddition: it is not only the darkest dark theme. other themes are also affected
ignaciomModeratorHey,
Thanks for reporting this, I’m opening an internal PR to get the development team look at this and get to the bottom of it. Could you please share your Eclipse details, the version, the package. And also your OS and architecture?
Best Regards
Ignacio -
AuthorPosts