Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Color Picker Plugin for XML files

There is a similar question about this issue here. But it is for CSS. I want to pick colors in XML file while working on an Android Project. Is there a plugin for this purpose? I researched about 2-3 hours for this but I could not reach anything?

like image 855
hakkikonu Avatar asked Mar 06 '13 18:03

hakkikonu


People also ask

How to use Eclipse color theme plugin?

Eclipse Color Theme makes it possible to switch color themes conveniently and without side effects. After the installation, go to Window→Preferences→General→Appereance->Color Theme to change the color theme.

How to change colors in Eclipse ide?

To change the color theme in your editor: Go to Window | Preferences | General | Appearance | Color Theme. The list of available Eclipse color themes is displayed.

How do I change my appearance in Eclipse?

How to Change Eclipse Color Theme? Step 10: Click on the Window menu and select the Preferences option. It opens the Preferences window. Step 11: in the left panel, select General -> Appearance -> Color Theme.

What color is Eclipse?

A: It is eclipse/Silver, It's more like deep blue-purple and light gray.


1 Answers

I don't think there is a plugin specifically for Android XML editing, and the ADT team doesn't seem to be keen on adding this feature in the near future. However, using any color picker that produces HEX (html) style color codes should work.

This plugin looks promising. Should allow you to open the color picker, select a color using a system color selection or by sampling pixels on the screen and copy the HEX code to the clipboard or insert it directly into your source code.

like image 179
Nelz11 Avatar answered Nov 14 '22 23:11

Nelz11