mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
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…
Reference in a new issue