guari / eclipse-ui-theme

Dark UI Theme for Eclipse 4+
Eclipse Public License 1.0
1.16k stars 186 forks source link

Issue with android development tools graphical editor(wysiwyg) #83

Open verandre opened 9 years ago

verandre commented 9 years ago

moonrise have issue with adt graphical editor as seen in this screenshoots the selected menu have unreadable font

like in this picture below the pointed menu just have white block and have no readable font in left picture my pointer position is right in the nexus menu look at that nexus one menu or the pallete menu in the left picture my pointer is right in the nexus one menu s

inacioferrarini commented 9 years ago

Yeah,

That happens to me as well. I don't know if it is Mac OS X exclusive, but, when the mouse pointer goes over any of the tools section, its background color changes and does not change back when the mouse leaves.

Thanks

inacioferrarini commented 9 years ago

Well

A simple solution is to edit the css and change the Clabel class to this: CLabel { /* actual values / background-color: #eeeeee; / declared in CSS: rgb(56, 56, 56) / background-image: none; color: #2f2f2f; / declared in CSS: rgb(221, 221, 221) */ font-family: "Lucida Grande"; font-size: 11; font-style: normal; font-weight: bold; swt-background-mode: none; text-transform: none; visibility: visible; }

This produces this result: image

It is not perfect, but I was not able to detect why the hover was changing the color, thus I changed the default background color the a near one the hover overrides. The hover does not change the text color, though.

verandre commented 9 years ago

Thanks for the reply, and thanks for your theme, gonna try your solution soon. It's better to readable than changing color On Oct 6, 2014 7:36 AM, "inacioferrarini" notifications@github.com wrote:

Well

A simple solution is to edit the css and change the Clabel class to this: CLabel { /* actual values / background-color: #eeeeee; / declared in CSS: rgb(56, 56, 56)

/ background-image: none; color: #2f2f2f; / declared in CSS: rgb(221, 221, 221) */ font-family: "Lucida Grande"; font-size: 11; font-style: normal; font-weight: bold; swt-background-mode: none; text-transform: none; visibility: visible; }

This produces this result: [image: image] https://cloud.githubusercontent.com/assets/1412731/4520512/a0781018-4cf0-11e4-87a4-1879166a2ce8.png

It is not perfect, but I was not able to detect why the hover was changing the color, thus I changed the default background color the a near one the hover overrides. The hover does not change the text color, though.

— Reply to this email directly or view it on GitHub https://github.com/guari/eclipse-ui-theme/issues/83#issuecomment-57958303 .

verandre commented 9 years ago

Sir may you assist me where the line that need to change? I try to change it with this way http://stackoverflow.com/questions/20594188/eclipse-theme-how-to-change-the-color-of-the-main-editor-text I open the .jar file from \Eclipse\plugins with winrar and go to themes\css open the .css file and find many lines with CLabel {

in themes\css i found many .css file. do I need to change all the .css ?