You are not logged in.
I am using KDE, with the oxygen-gtk theme for gtk.
Most applications look pretty good for my taste.
But then eclipse...
...it looks... bad...
I want a different theme for eclipse, and keep other applications on default, though I'm not sure if I need to apply another gtk+ theme or find a dedicated theme for eclipse.
I tried changing the theme in the "Appearance" preferences of eclipse, but that just makes it look worse.
I also tried searching for eclipse themes and tried some from here, but that only replaced the editor's theme.
It'd be nice if i could make eclipse look better.
any help?
Last edited by mid-kid (2013-06-09 16:09:20)
If it ain't broke, you haven't tweaked it enough.
Offline
you can create alternate gtkrc files then call eclipes with `GTK2_RC_FILES=/path/to_your/eclipse/theme/gtkrc eclipse` and that will use that theme file just for eclipse.
But if you like the theme for other programs, why do you dislike it for eclipse? is this a gtk2/3 issue? What is it you want to change?
Edit: apparently not gtk2/3 issue as eclipse and sublime are both gtk2.
Edit2: eclipse uses java for widgets, right? Have you looked into java toolkit customization?
Last edited by Trilby (2013-06-08 21:01:55)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
But if you like the theme for other programs, why do you dislike it for eclipse? Is this a gtk2/3 issue? What is it you want to change?
IDK how, but the colors go from grey to plain white. Most applications don't show as much plain white as eclipse. It looks so... weird.
GAH, I can't english today.
Edit: apparently not gtk2/3 issue as eclipse and sublime are both gtk2.
Sublime only uses gtk2 for the title bar and file dialogs, while eclipse tries to integrate more with GTK
Edit2: eclipse uses java for widgets, right? Have you looked into java toolkit customization?
No, I haven't. But eclipse doesn't use swing or something like that right? I guess SWT was made for eclipse. All other java apps look even worse. But I won't be looking into that because the only java apps I use are minecraft and eclipse.
Last edited by mid-kid (2013-06-08 21:17:38)
If it ain't broke, you haven't tweaked it enough.
Offline
Since I like how sublime looks, I figured I'd take a dark theme.
It looks even worse
It seems that the GTK+ theme can only edit several parts of the UI.
Is there a way to edit the white parts too?
If it ain't broke, you haven't tweaked it enough.
Offline
mid-kid,
Have you tried this https://wiki.archlinux.org/index.php/Ec … background
Offline
mid-kid,
Have you tried this https://wiki.archlinux.org/index.php/Ec … background
Holyshit, that work'd O.o (Eclipse throws an error at startup now tho)
Thanks!
So here is a list of what I did to get a gtk theme properly working:
1. Remove the css folder as explained here.
2. Download the gtk theme and place it in .themes
3. Created a gtkrc only containing the "gtk-theme-name" value.
4. Launch eclipse the way Trilby said, with the "GTK2_RC_FILES" variable. (unless you are using that gtkrc globally)
5. For a final touch, you may want to edit the editor's colors by either downloading one, or editing it yourself in Preferences -> Java/PyDev/Whatever_you_use -> Editor
If it ain't broke, you haven't tweaked it enough.
Offline