gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.48k stars 761 forks source link

Feature request: Use the same color theme for the code as in the VSCode itself #213

Closed ghost closed 1 year ago

ghost commented 1 year ago

Describe the feature

Right now the ChatGPT extension uses its own color theme for the code it generates. Would it be possible to change it to use the same theme as the one I'm currently using in the editor? Purely a cosmetic thing of course, not a high priority.

image

gencay commented 1 year ago

The extension uses HighlighJS to highlight the code blocks. If someone could find or implement a custom theme for HighlightJS with vscode's CSS variables let me know. I'd be happy to integrate it.