-
Notifications
You must be signed in to change notification settings - Fork 137
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
Response tab colors #243
Comments
Hi @davioliveira-dev Will add this to roadmap. |
Hi @davioliveira-dev, Looks like vscode did not expose the editor themes to extensions yet please see this issue in vscode repo microsoft/vscode#56356 |
for this kind of thing are not sufficient the css variables? in my extension I obtains good result... for example https://github.com/APerricone/vscode-dbf/blob/master/media/style.css |
@APerricone they are not sufficient, I am also using those css variables for extension theme, but for code editor part is not sufficient If you know how to use them in vscode webviews for code syntax highlighting let me know |
as we see on microsoft/vscode#56356 they use shiva , I can see on the page it says "But really, any VS Code theme will do" I think you can use window.activeColorTheme. I have not tried |
@APerricone Thanks - Will give it a try and see if it works. |
This feature is now implemented and published to marketplace, please update to See all features released Please let me know your feedback. |
@rangav how can you do it ? did vscode provide you new API to interact with ? |
Is your feature request related to a problem? Please describe.
The response tab does not have the colors of the current vscode theme, the json response always comes in the default theme (Dark+)
I switched themes and this issue continues.
Describe the solution you'd like
Just get the current color scheme from vscode and apply to Response tab (on json response)
Describe alternatives you've considered
None
Implementation:
The text was updated successfully, but these errors were encountered: