bugfix: error color and number color#927
Conversation
src/js/ace/theme-jsoneditor.js
Outdated
| } | ||
| .ace-jsoneditor .ace_constant.ace_numeric { | ||
| color: red | ||
| color: rgb(0, 0, 205) |
There was a problem hiding this comment.
Since all colors are using HEX code, it maybe good for consistency to also enter the color for numbers as HEX (#ee422e)
There was a problem hiding this comment.
I borrowed the ace editor the color of the number.
|
|
||
| $jse-string: #006000 !default; | ||
| $jse-number: #ee422e !default; | ||
| $jse-number: #6897bb !default; |
There was a problem hiding this comment.
What is the reason that you changed the colors for numbers from red to blue? (I would prefer to keep the red color)
|
Thanks for your PR @reatang . Currently the variable |
|
|
That's correct:
What do you think? |
No description provided.