Skip to content
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

Open
yasainet opened this issue Sep 25, 2024 · 4 comments
Open

Adjust coloring when Slash command is executed #13

yasainet opened this issue Sep 25, 2024 · 4 comments

Comments

@yasainet
Copy link

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: πŸ™‡β€β™€οΈ

image

@mikasius
Copy link
Owner

Hey, @yasainet

Yes it's a known issue, kinda. I'll try to fix it ASAP. :)

@yasainet
Copy link
Author

Thanks for the reply!
I'm really looking forward to it: ☺️

@mikasius
Copy link
Owner

mikasius commented Oct 22, 2024

@yasainet

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.
You could use a white color or a similar bright one here.

image

I don't want to change the comment color for the whole theme.
Could you please use this in your settings.json file?

I will try to pick something neutral, good for both comments and the diag command arguments

ref: #17

@mikasius
Copy link
Owner

mikasius commented Oct 22, 2024

Also you could play with

"elevated_surface.background": "#383E4F"

This change the popup background color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants