Add font_style
and font_weight
to serialized theme representation (#6838)
This PR adds `font_style` and `font_weight` as fields on the `HighlightStyleContent` used in the serialized theme representation. Release Notes: - N/A
This commit is contained in:
parent
fd3c96dbed
commit
536a4ab87a
4 changed files with 71 additions and 1 deletions
|
@ -32,6 +32,7 @@ schemars = { workspace = true, features = ["indexmap"] }
|
|||
serde.workspace = true
|
||||
serde_derive.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_repr.workspace = true
|
||||
settings = { path = "../settings" }
|
||||
story = { path = "../story", optional = true }
|
||||
toml.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue