How to change tab color? [message #901945] |
Wed, 15 August 2012 04:44  |
Eclipse User |
|
|
|
I reconfigured Eclipse Juno to use the classic theme look. What I can't get managed is the tab color of all tabs. They are blue and this causes eye cancer to me. I couldn't find any setting to solve that. In earlier versions I had success with changing colors of list items, not configurable by Eclipse itself, while using an ".eclipse-gtkrc":
style "eclipse" {
font_name = "Sans Condensed 8"
}
style "listitem" {
base[ACTIVE] = "#AAAAAA"
}
class "GtkWidget" style "eclipse"
class "GtkTreeView" style "listitem"
And invoked it like this:
#!/bin/bash
env GTK2_RC_FILES=/usr/share/themes/Ambiance/gtk-2.0/gtkrc:/home/markus/.gtkrc-eclipse '/opt/eclipse/eclipse'
I tried to solve this tab color problem in the same way, but I don't know which GTK component this is. I thought it is GtkNotebook, but changing colors of this widget has no effect.
Any ideas how to change the tab colors, maybe in a different way?
By the way: There are settings to change the colors (see tabcolor_juno.png), but these settings don't cause any effect, so can I assumed it is a bug?
Attachment: juno.png
(Size: 34.78KB, Downloaded 436 times)
Attachment: tabcolor_juno.png
(Size: 119.17KB, Downloaded 443 times)
[Updated on: Wed, 15 August 2012 05:21] by Moderator
|
|
|
|
|
|
Re: How to change tab color? [message #902006 is a reply to message #902003] |
Wed, 15 August 2012 09:18  |
Eclipse User |
|
|
|
Sorry, but U always get a "No software site found at..." when I enter your url. By the way, I've already got another solution: stackoverflow.com/questions/11961098/eclipse-juno-how-to-change-tab-color
|
|
|
Powered by
FUDForum. Page generated in 0.05183 seconds