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:
Marshall Bowers 2024-01-26 22:40:31 -05:00 committed by GitHub
parent fd3c96dbed
commit 536a4ab87a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 71 additions and 1 deletions

View file

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