Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chat: Improve JetBrains and Visual Studio themes (#5265)
This commit refines the JetBrains and Visual Studio themes for webviews: JetBrains Theme: - Removes custom scrollbar styles for pre and .model-selector-popover elements, aligning with the default JetBrains experience (but currently still not working correctly, will address in a follow-up). - Uses var(--jetbrains-ActionButton-hoverBackground) for hover background on .tw-bg-muted-transparent elements. - Adds padding for the editor input box: ![image](https://github.com/user-attachments/assets/c6568cfb-6bd5-43f2-9b75-f12c4395d5d7) Visual Studio Theme: - Defines missing color variables for input validation and active options, enhancing consistency with the Visual Studio theme. These changes improve the overall visual fidelity and consistency of the webview themes. - Commented out variables that are currently not used. ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> Stylesheets update - check UI. Currently on main: ![image](https://github.com/user-attachments/assets/b3d88b6e-3a5a-48d7-8696-c5ad1c74449b) After: ![image](https://github.com/user-attachments/assets/7433f5c7-fd9a-43d6-b8df-eed20bf63f86) ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
- Loading branch information