Add missing serde attribute to foreground

This commit is contained in:
Marshall Bowers 2023-12-08 13:13:19 -05:00
parent 9ac9532d3d
commit a5a0ad8b5c

View file

@ -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(