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

[Feat]: Implement Adaptive Chat Theme Based on VSCode Theme #149

Closed
yatendra2001 opened this issue Dec 28, 2023 · 2 comments
Closed

[Feat]: Implement Adaptive Chat Theme Based on VSCode Theme #149

yatendra2001 opened this issue Dec 28, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@yatendra2001
Copy link
Contributor

Is your feature request related to a problem?

The chat interface does not currently adapt to the VSCode theme, which can cause inconsistencies in the user experience for those who switch between light and dark modes.

Check this image:
Screenshot 2023-12-28 at 1 03 19 PM

Describe the solution that you'd like

The chat interface should detect the current VSCode theme and adapt its styles accordingly. If the user is in light mode, the chat background and text colors should be light-themed, and if the user is in dark mode, the chat should display dark-themed colors.

Describe alternatives that you have considered

--

Additional Information

Investigate how to retrieve the current theme information from VSCode's API and apply the corresponding CSS styles to the chat interface dynamically.

Acceptance Criteria

  1. The chat interface detects the current VSCode theme.
  2. The chat background and text colors adapt to match the detected theme.
  3. The transition between themes is smooth, without requiring a restart of VSCode or the extension.
@yatendra2001 yatendra2001 added the enhancement New feature or request label Dec 28, 2023
@yatendra2001 yatendra2001 self-assigned this Dec 28, 2023
@wadhia-yash
Copy link
Collaborator

Hi @samyakkkk I would like to take up this task

@samyakkkk
Copy link
Contributor

Issue resolve in PR #153.

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

No branches or pull requests

3 participants