Enterprise Architect 13.5: How to change text color for operation(s) - enterprise-architect

Seems like a trival question but I'm stuck finding out how to change to text color for an operation(method) in Enterprise Architect 13.5.
The class name text color I can change through "Default Appearance" via Right mouse button. But I can NOT find a way to change the text color of one or more operation(s).
The reason I want this is because my class/object background color is dark(er) so I want a Light(er) text color for both my class name and operations so that they still are readable.
Thanks for helping!

You cannot change the color of individual operations.
You can only change the general default color using the general preferences.

Related

Change the text color only of selected text in Vs Code

I want to change the color of selected text only not the background so what is the way to do it because I am not getting anything to change the selected text only, I am getting solution to change the background but not the text.
Here I have attached one image in which I have selected editor but text color is still green so want the text color in black after selection so is there any way to change it.
Please let me know if you have any suggestion.
Unfortunately this is a long-time open bug in VS Code:
https://github.com/microsoft/vscode/issues/36490

Change colour names in custom word theme

Im looking for a solution that may not exist but worth a try. I am currently making custom modifications to normal.docm to incorporate our corporate branding. We have successfully created a new colour theme with our corporate colours but would like to know if we can change the names of these colours in the tool tip when you hover over in the colour picker.
Word colour picker
We have specific names for each of the colours which are know throughout are brand guidlines.
Any help on this would be greatly appreciated.
Changing the name of theme colours from Accent 1, Accent 2 etc. simply isn't possible.

How to change border color of a Jface Dialog(or TitleAreaDialog)?

I'm tring to change the border color of a TitleAreaDialog.
But after research found no support for this attempt.
This is handled in the class JFaceColors You should add a IPropertyChangeListener to detect when any of these colors change. Refer also to the ColorRegistry, where you can add colors.

Selected text color in the JFace tree

I'm preparing Eclipse editor where one of the tabs is a tree with some values. I'm using colors and font style to give more information for the user. E.g. when the user puts a value which is out of range then the font color is red, or when a value is non-default then the font has a bold style.
But the user has to move the selection to another cell to see if the color/style has changed or not. Is it possible to change the color/style of the selected cell in the JFace tree?
There are several ways to do this. The two most obvious are:
Add your own custom label provider. Example here.
Add a label decorator. Here is a older somewhat dated article.
It is not possible to change the colors via theming.

Facebook Like Button - change font color?

Is it possible to change the color of text in a Facebook like button? Besides selecting a different color scheme, I don't see a way to adjust the font...
Facebook retains control over their button and only allows you to set predefined options for skinning it. As font color goes, you can choose the light colorscheme to go with light backgrounds, or the dark colorscheme to go with dark backgrounds.
http://developers.facebook.com/docs/reference/plugins/like-box/
YES
It can be done
NO
It's probably not allowed by Facebook's brand guidelines.
Demonstration
I created a demo page that lets you pick the colors using a slider or palette, or that lets you manipulate the filter directly.
Background information
The technique basically works by applying a hue-rotate filter to the element containing the i-frame. Hue-rotate sort-of rotates a color wheel. As such we can't give the button any color we want. We are limited to the 360 degrees of rotation we can apply to the default button. But there are some greens, browns, reds, pink and even purple we can play with. Try it out for yourself.
References
StackOverflow: how to change color of facebook like button
Stijn de Witt's Blog: Change the facebook button color
Include data-colorscheme="light/dark" according to your background in the div with class "fb-like". Light color scheme is for light background and vice-versa.
Facebook has not released this feature yet. However, you may change it using javascript - when using the JS based version, not iframe.