How to set abyss theme for komodo ide's editor? - komodo

AFter I change komodo ide's default skin to abyss, the ui interface does change. But the main edit area did not change. How could I change it too?

The skin choice (e.g. Abyss) affects the UI, not the code/edit view. Try Edit > Preferences > Fonts & Colors

Related

Change font color in dracula theme in android studio

How can I change font color in dracula theme in android studio? cause with color's font now, the color less bright.
File->Settings->Editor->Colors & Fonts
Download themes in .jar format from web. Then go to File -> Import Settings and choose the file downloaded
Bonus
But this theme might add more colors to your coding life.
Link with more details:
http://envyandroid.com/monokai-theme-in-android-studio-and-intellij/
Inside Settings goto: Editor > Colors & Fonts > Java there you can change the color of any attribute.

Changing Font Color in PyCharm "Run" pane

With a dark theme chosen, the "run" pane (not the python "console" nor the "terminal" accessible within PyCharm) shows a very dark font such that it can barely be seen. Switching to a light theme, all is well. I've found help (within Pycharm, here, Google, and YouTube) on setting the font colors for the editor, console, and terminal panes, but not a thing on changing the run-pane colors. Any ideas?
I usually just use native Editor settings in the Preferences.
So you can try going into the :
Preferences > Editor > Color Scheme > Console Colors
click on Console Colors and use the menu on the right
Console > Backgroud > select prefered color
Click Apply to test the color
Click OK to save changes
Hope that helps.
FWIW, I am using the Grep Console plugin (in my older 5.0.6 PyCharm Pro version) which also controls the Run panes and has a fairly configurable color scheme (both background and foreground):
This is how the Run pane looks like (snapshot intentionally smudged):

Is there a way to change some "special" GUI colors in eclipse?

I have on Linux/KDE a installed version of eclipse Mars.2. But there are strong problems with colors. So there is no different between a activated toolbar button and a inactive toolbar button. At example the "Link with editor" button of the "Project Explorer" view has exactly the same background color if the button is selected or not:
Another thing is that I cannot see if a checkbox or radio button is selected or not. It seems that the foreground color for the check/radio box selections is also identical to the background color. So there is in many configuration views no way to find out what's currently selected and wath's not. In the next screenshot at least one of the "Open mode" radio button must be selected (I assume it's "Double click" button):
Note also that the colors are only in eclipse wrong. In other (native) KDE applications I don't have these effects (at example the foreground of check boxes/radio buttons are black - like I have it expected). Also play around with the color settings in KDE "Application Appearance" has no effects ...
How can I change the colors of these stuff?
There is an Eclipse plugin that helps you import downloaded themes from the online marketplace (themes are free).
This is where you can find it: http://eclipsecolorthemes.org/
You may choose whatever eclipse theme fits your needs!
Good luch!
Ok. Found the solution for my problem on following site:
http://www.jroller.com/andyl/entry/mars_on_linux
Mars is the first eclipse version which uses GTK3 (instead of GTK2 like eclipse versions before 4.5). And on the side above Andrey Loskutov wrotes that may be also the GTK theme (widget style) can be also the problem. The Widget style "oxygen-gtk" should be extremly buggy! After changing the widget style (to now "Adwaida") the problems are gone :-)
You can change the Widget style in KDE by opening in the KDE settings: "Application Appearance" and "GTK+ Appearance".

How do I change syntax highlighting colours in Android Studio?

In other text editors, one can change the highlighting colour, says, for comment of language PHP. How do I change individual highlighting colour in Android Studio?
Go to Settings (Ctrl+Alt+S) and then go to IDE Settings > Editor > Colors & Fonts. From here you can choose either Language Defaults or the specific language and edit the comment styling.
You won't be able to edit the default one so you will be prompted to Save As...
Today is a Ctrl+Alt+S -> Editor -> Color Scheme -

Dreamweaver CS6 Default Colors.xml

Could someone please provide me a link to the default Colors.xml file for Dreamweaver CS6? I've updated my preferences to a dark color scheme and would like to revert back to the defaults.
This is the default color file for Dreamweaver CS6.
https://dl.dropbox.com/u/19101303/Colors.xml
Assuming you're referring to the code color, you can change your color scheme back to "Classic" here:
Preferences > Code Coloring > Theme (dropdown menu).
Screenshot: Preferences panel screen-shot

Resources