Use tab.inactiveForeground
from VS Code for muted text color (#3593)
This PR updates the `theme_importer` to pull in the `tab.inactiveForeground` color from VS Code to use as the muted text color. Release Notes: - N/A
This commit is contained in:
parent
f02a3e8c68
commit
41f55e4d0d
11 changed files with 38 additions and 0 deletions
|
@ -217,6 +217,10 @@ impl VsCodeThemeConverter {
|
|||
.ok()
|
||||
.flatten()
|
||||
}),
|
||||
text_muted: vscode_colors
|
||||
.tab_inactive_foreground
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
tab_bar_background: vscode_colors
|
||||
.editor_group_header_tabs_background
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue