I am using Dr Racket with a dark theme and the error message on the bottom is almost illegible. I couldn't find a setting in preferences to change this colour. Any suggestions?
Related
When using the R console through the ESS major mode in emacs, I encounter the following problem:
Changed font color after Error
The font color of all text, except for explicitly highlighted text such as links and Errors, changes from the default light color to dark, which is not easily visible in my theme. It starts after an Error. More specifically, the first line with the darker font color starts with "Run".
Highlighted text
Is there a way to remedy this? It persists until I execute "Reload process" and refresh my console session.
EDIT: Note a hack was found to avoid R from printing the output that causes this issue: https://github.com/emacs-ess/ESS/issues/1193
I have been struggling to read error messages on yellow background with white text (image below). Any ideas, on how can I change the highlight color? I am aware that I need to do in the user settings and this page (https://code.visualstudio.com/api/references/theme-color) shows which settings I can change, but there are so many options and I have no idea from the info given which one corresponds to my problem. Thank you!
![1]: https://i.stack.imgur.com/W9keH.png
You can go to settings.json in VsCode and then, search for
"editor.rangeHighlightBackground":"Color code"
and replace the previous color code to whatever color you want.
Hi I'm currently using STM's CubeMX to do some programming of my STM32 in C/C++.
I have also downloaded from marketplace the darkest dark theme (I selected darkest gray).
I immediately noticed that when I enter ctrl+space for the content assist/template proposal, I am hardly able to see which line of the proposal is highlighted. Do see the below image to understand what I mean.
I would like to change the BACKGROUND of the highlighted line/proposal (not the TEXT colour of the highlighted line) but to no avail.
I have gone through a few other posts in the past similar to this, but it does not refer to my specific situation.
I also noticed that if I were to mouse over (but it is much more inefficient), a slightly more distinguishable background colour could be seen.
Could someone advice how I can resolve this please?
Thanks
Example: Eclipse dark theme content assist unreadable
How to change colors in the Eclipse Content Assist (Template Proposals) window
A light theme does not play as nice with syntax highlighting, as does a dark theme. Most programmers prefer a dark theme, which works best for the eyes, when you have to look so many hours to the screen every day. At least it does so for me.
To adjust "Completion proposal foreground" and "Completion proposal background"
in STM32CubeIDE, got to "Preferences" > "C/C++" > "Editor". Here you will find the settins under "Appearance color options".
I used:
Background 29, 29, 29
Foreground 156, 220, 254
I've dug through every damn color setting under Tools> Options. Went through every Fonts & Color, Editor, PHP etc and I'll be damned if I can figure out how to change the background row highlighting for when you have an error. I've been able to change ever other color to fit my personal preference cept this one. Here's a screen shot of the problem:
I would like to change the background red to a dark red so the text is easier to ready.
Using Netbeans 7.4
Thank you for your time and consideration.
Edit: Per Ben's point, here's the current options and the code behind the panel to show it's not working:
Final update, here's the end result which is close enough:
By looking at your screenshots (correct me if I am wrong) I can see that you have set your current row highlighting to red:
Tools-> Options-> Fonts&Colors-> Highlighting(Tab)-> Highlight Caret Row
As far as I know you can't set different background highlighting options for errors. So what you can do is set the formatting options for errors:
Font: No need to explain this.
Foreground: This is the text color if you change this it will disregard all other formatting options that you may have set, so lets leave it as is.
Background: This is what you want to change so that text don't get lost in the formatting. If you scroll to the bottom you can also set custom colors.
Effects: Irrelevant
Effect Color: Disabled if effects is None and only applies to the effect.
As you can see I set mine to yellow just as an example.
As you can see in this screen shot my background highlighting is light grey as well as my string formatting. So it is impossible to read, but by changing the error formatting this is the result:
Alternatively you can just select another background highlighting color that suits your formatting better.
Try Fonts&Colors->Syntax->Error
You can also try setting the Annotations color for "Error", mine was set to a specific color (after importing a theme) instead of 'Inherited', making text unreadable in a similar way.
This was really annoying for me too and most answers didn't help. I think that I have figured it out.
In netbeans 12 you need to change two things.
Tools->Options->Fonts&Colors->Syntax->Java->Error->change background color. This will only change the background of the code in error and not the red background of the rest of the lines white space.
To fix the red on the whitespace.
Tools->Options->Fonts&Colors->Annotations->Error(the one with the exclamation point)->change background color
I selected inherited to have no whitespace highlighting.
enter image description here
Recently after scorching my retinas from the garish white background in Eclipse, I found some of the excellent posts about how to change the colors so it uses sane (i.e. dark background) colors in the editor. However, one problem present in all solutions is that background of the column with the expanders for code folding is always white. Is there a way to change the background of that column?
I'm not the only person that has this problem, as shown in the screenshots for the following questions:
Dark Color Scheme for Eclipse
Color Themes for Eclipse (application of color schemes results in this issue on a Mac, no idea about PC)
I know that the problem is not language specific as it happens in Java, Python, HTML, and everything else. Any hints on where in the pages of preferences this setting is?
This is related to Eclipse Bug 62712 which is fixed in build 20090329-2000 almost a year ago. In my Galileo of build 20090920-1017 it just works when I change the background color through General > Editors > Text Editors. Here's a screen (don't pay attention to the ugly color combo, my bg defaults to white and I just picked random yellow to demonstrate that the ruler background get changed as well):
In other words, just upgrade your Eclipse to include this bugfix. Did you check Help > Check for Updates?