-
Notifications
You must be signed in to change notification settings - Fork 29
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
Match webviews style to VS Code #1603
Comments
These are the colors for the "Quick Picker". |
@maxagin @yalozhkin please take a look at the above and let me know if you have further feedback. |
Added another checkbox to the OP |
Suggestions:
|
Searched for what seems to be all the colors we need to replace with
Some shorthand properties like There's also
|
Tooltips
Current tooltip style:
Dark
Light
After some debate we've decided that we want them to match this style:
Dark (default)
Light (default)
Dark (custom)
Notice the difference when a custom theme is applied:
Hopefully, we can rely on built-in
--vscode-
css colors . The list of theme colors is here.Corners
VS Code uses straight corners 99% of the time.
Figma file
Whenever we have control over the corners of a component we should make them straight. Examples where we currently have rounded corners are:
Custom Context Menus:
Comment from @maxagin: BG is same as main BG, just adding shadow same as for Command Palette. Basically using same principle as used for the Command Palette.
Experiments table
There are a couple of colors left in the table where we are trying to match "every theme". These should be removed in favour of existing CSS variables. Example:
Current:
replaced with
Gives:
Styles to fix:
The text was updated successfully, but these errors were encountered: