Set background colors for title and status bars
This commit is contained in:
parent
f272881a6b
commit
a88372dc99
12 changed files with 78 additions and 0 deletions
|
@ -141,6 +141,14 @@ impl VsCodeThemeConverter {
|
|||
.editor_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
title_bar_background: vscode_colors
|
||||
.title_bar_active_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
status_bar_background: vscode_colors
|
||||
.status_bar_background
|
||||
.as_ref()
|
||||
.traverse(|color| try_parse_color(&color))?,
|
||||
element_background: vscode_colors
|
||||
.button_background
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue