-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark theme- the blue text in a css file isn't correctly visible against the black background. #7257
Comments
We built-in editor in Che is Orion at this moment but we are looking to move to Monaco in near future (#5330). For the time being, we have some documentation about adding a new syntax highlighting : https://www.eclipse.org/che/docs/assemblies/sdk-code-editors/index.html#syntax-highlighting We unfortunately don't have docs on how to edit an existing highlighting configuration. |
Hi, @arunkumar413 |
Hi @ashumilova , Thanks a lot. I'm not able to push the changes to the master and also not able to create my own branch. Please help. I'd like to add this snippet to the css file.
|
@arunkumar413 are you doing that in your fork? |
No, I'm trying to push to the master of this respository |
you can't do that if you are not Eclipse Che commiter. You can do it in your personal fork. |
If I do it in my personal fork will the changes reflect in the master branch of this repository. |
Yes, when you'll create PR https://help.github.com/articles/creating-a-pull-request/ will see it. |
Description
I'm using trying to edit a .css file using the dark theme in the editor. However the CSS attributes are in blue color and aren't correctly visible against the theme's dark black background. Could you please change this to some other color or guide me to the file of the theme so that I can edit and push my suggestion.
Thanks,
Arun
The text was updated successfully, but these errors were encountered: