Add missing serde attribute to foreground
This commit is contained in:
parent
9ac9532d3d
commit
a5a0ad8b5c
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ pub struct VsCodeColors {
|
|||
)]
|
||||
pub focus_border: Option<String>,
|
||||
|
||||
#[serde(default, deserialize_with = "empty_string_as_none")]
|
||||
pub foreground: Option<String>,
|
||||
|
||||
#[serde(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue