Description
VSCode's new Modern UI draws now borders around floating zones like side panel, editor, chat, etc. In the GitHub theme, these borders are now extremly dim. I suspect that these are not the colors from the theme but some fallback colors because these are new color tokens the theme doesn't support yet:
Here --vscode-editor-border is used (and --vscode-surface-border as fallback) but as far as I can see, they are not supplied by the theme. --vscode-editorGroup-border is supplied by the theme (and has much better contrast) but is overridden by the other variables.
Steps to reproduce
- Activate Modern UI:
"workbench.experimental.modernUI": true
- Look at the borders drawn around the floating islands, especially in dark mode
Version
v6.3.5
Theme
GitHub Dark Colorblind
Description
VSCode's new Modern UI draws now borders around floating zones like side panel, editor, chat, etc. In the GitHub theme, these borders are now extremly dim. I suspect that these are not the colors from the theme but some fallback colors because these are new color tokens the theme doesn't support yet:
Here
--vscode-editor-borderis used (and--vscode-surface-borderas fallback) but as far as I can see, they are not supplied by the theme.--vscode-editorGroup-borderis supplied by the theme (and has much better contrast) but is overridden by the other variables.Steps to reproduce
"workbench.experimental.modernUI": trueVersion
v6.3.5
Theme
GitHub Dark Colorblind