I just installed Eclipse 2021-03 version on my computer and one thing I noticed was it being set up to a Dark theme by default. I am pretty much used to the Classic Theme, so here is how I set the theme back to the default one,
- Go to Windows (Eclipse in case of macOS) menu option,
- Go to General -> Apperances,
- Now uncheck - "Enable theming"
- You will see a message saying "Theme change: A restart is required for the theme to take full effect."
- Click on the restart hyperlink.
- When you restart eclipse the theme should be back to the classic one.

Image: Disable theming

Image: Reset Eclipse Classic Theme
Have Questions? Post them here!
More Posts related to Eclipse,
- How to display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
More Posts:
- Fix: error: Jupyter command `jupyter-nbconvert` not found [VSCode] - Python
- Convert JSON to Java Collection Map using Jackson - Java
- Default speed of Marquee tag : SCROLLAMOUNT - Html
- Fix: AirPods not visible under Mac Bluetooth devices - MacOS
- How to clear Microsoft Teams Cache on Mac (macOS) - Teams
- AWS CLI Command to Get a List of SNS Topics - AWS
- Efficient way to perform HTTP cURL GET/POST Requests with Payload - cURL
- How to enable line numbers in IntelliJ Android Studio for all files - Android-Studio