Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 26354  / 1 Year ago, sun, december 25, 2022, 3:18:16

Eclipse luna ships with an integrated dark theme, I downloaded Eclipse CDT and deleted my workspace to reset Eclipse configuration.



I switched to the dark theme and restarted Eclipse; the UI doesn't look like expected:
enter image description here



I also have checked for updates within Eclipse (no update found)
The theme is supposed to look like the screenshots in the link.


More From » 12.04

 Answers
2

Fix text editor colors:



Help > Eclipse Marketplace > Search for "Eclipse Color Theme" and install it.



Then go to:
Windows > Preferences > General > Appearance > Color Theme



Fix text boxes colors:



Open a terminal and run



export SWT_GTK3=0


Then start Eclipse :



eclipse


The user interface should be fixed. If this worked for you edit the eclipse launch script for more convenience:



sudo gedit /usr/bin/eclipse


Add



export SWT_GTK3=0


Before:



ECLIPSE=/usr/lib/eclipse/eclipse


Source:
https://github.com/guari/eclipse-ui-theme/issues/73


[#24328] Monday, December 26, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rowbris

Total Points: 419
Total Questions: 122
Total Answers: 101

Location: Norway
Member since Mon, May 23, 2022
2 Years ago
;