-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adjust coloring when Slash command is executed #13
Comments
Hey, @yasainet Yes it's a known issue, kinda. I'll try to fix it ASAP. :) |
Thanks for the reply! |
The property you need is: "syntax": {
"comment": {
"color": "#00ff00" <--
"font_style": null,
"font_weight": null
}
} But then the comment in the editor will change too. I don't want to change the comment color for the whole theme. I will try to pick something neutral, good for both comments and the diag command arguments ref: #17 |
Also you could play with "elevated_surface.background": "#383E4F" This change the popup background color. |
As the attached screenshot shows, the contrast is low and readability is poor.
I checked the theme json file and could not find which value can be set.
Please let me know how to solve this problem: πββοΈ
The text was updated successfully, but these errors were encountered: