How to change line numbers background in Dreamweaver CS5? - dreamweaver

Does anybody have an idea how to get rid of line numbers blue background?
It's quite distracting :(
Maybe there is some extension for deeper customization of Dreamweaver (CS5) ?
Even here: Tom’s dark DW dark code colorization for Dreamweaver it's still blue.
Thanks!

I don't think there is a way to change it. The line number bar is a hardcoded object and none of the CSS files or XML files affect it.

Actually, there is a way to change it.
By affecting the basic operation system's settings for the active line highlight color it's possible to achieve this effect.
It probably works on all windows platforms:
for this demonstration I ll explain how to do it on win7.
1. right click on the screen
2. choose personalize
3. window color / advanced appearance settings
4. choose 'selected items' from the drop-down menu
5. modify 'color1' to the color u wish to use in DW.
and its all done. DW inherits the operating system's default/modified color settings.
cheers, Nel.

Related

Need change background color

I should change background-color of terminal in linux mint cinnamon, but how can I do it?, But I tried change color, and I did it, but I couldn't know how to change Background-color...
Try this:
Go to Menu – Edit – Profile – Edit – General tab. In this tab you can change the font. Then go to the tab – Colors. Remove the check mark from the "Use colors from system theme".

Remove colored lines on XML edditor

I don't know why but the empty lines on the xml editor of android studio are colored dark green, could you please tell me how to remove this feature?
Also, there is black square box on the start of the line 88 (see photo), could you please tell me what it is?
Thank you very much in advance..![Colored Lines]
Ok, I've found how to disable it. Preferences -> Editor -> Color & Fonts search for Injected language fragment and uncheck background.
edit: I have found another question similar with this one: The exact answer was: The green lines show areas interpreted by IDE as different language injection.
In those areas you end up with different code completion rules etc.
So assuming you used the language injections by mistake, clicking the lightbulb and choosing "Un-inject Language/Reference" removes those areas.
It's quicker than going through the settings and prevents any inconsistent highlighting and code completion when editing the file later.

Pure black background in PyCharm CE and Android Studio

While my search for a Python debugger on Emacs remains unfulfilled, I am giving PyCharm CE a test drive.
Already on my second day I'm encountering a trivial but frustrating point. Is it possible to set the background to be pitch black in just one place?
A program written by programmers for programmers should certainly have included a feature such as "change the background for Docstrings, Comments, Keywords, ... the whole shebang" to black, but I don't see it.
I understand of course that some parts of the UI will stubbornly refuse to change, and I'm OK with that, just so long as the Python code itself appears on a pure black background.
The Twilight and Mokokai themes come close, but their backgrounds still leave ample "contrast room" that could be used by darkening the background color.
(How do we get from left to right... err.. I mean.. how do we get darker than we are.. um, wait... Isn't the version on the right so much easier on the eye.. but anyway, how can we do it?)
Update
The exact same problem and solution apply to Android Studio.
In File > Settings:
Go to Editor > Colors & Fonts > General
Choose the theme you want to modify (will likely need to Save As... your own as you can't modify the default color schemes.
Go to the Text > Default Text colors and change the background to black. The only ones that won't be affected are the syntax highlighters that define their own background (usually select/highlight/errors/etc.)

Change Text Highlight Color in Eclipse Console

Question
Is it at all possible to change the color of the text highlight in Eclipse console to something more visible in Manjaro Linux? Your time and help are both much appreciated.
Important notes
I am using the default GTK theme. I do not want to use a different theme.
For testing, I have tried using a different theme, but that didn't help.
Problem
Currently, I am stuck with a barely visible light grey text selection in Eclipse console in the following two scenarios:
When manually selecting text
When using the Find\Replace... search function
Supporting screenshots
Manual mouse text selection:
Find/Replace... selection:
Looking into and changing these settings did not help:
I once ran into the same problem and used the gnome-color-chooser to resolve this issue.
You have to change property selected_bg_color value in your current GTK theme gtkrc file. I am using Ambiance theme.
So my setting are:
cat /usr/share/themes/Ambiance/gtk-2.0/gtkrc | more
gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#000000\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F
0\ntooltip_bg_color:#f5f5c5\nlink_color:#DD4814"
Also refer these post which helps you in future for similar kinds of problems.
Change Eclipse sidebar vertical scope highlighting
eclipse-on-ubuntu-fixing-the-black-background-color-in-hover

Is it possible in Dreamweaver MX to put my own background color to my code?

In Dreamweaver MX I am trying to go to edit - preferences, but it only target tags and not entire code, can somebody help me please?
The following works in Dreamweaver, as far as I know it should also work way back in Dreamweaver MX (currently 7 versions old), if it is not present, then you can't change the code background color:
Edit (Dreamweaver on Mac) -> Preferences, Code Coloring category. Change the value for "Default background" to modify code view background color.

Resources