Automatically apply custom chroma theme when set in style

This commit is contained in:
Christian Muehlhaeuser
2019-12-16 08:37:31 +01:00
parent 48a98c9d30
commit 5b742594cc
2 changed files with 38 additions and 35 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ type StyleBlock struct {
type StyleCodeBlock struct {
StyleBlock
Theme string `json:"theme"`
Chroma struct {
Chroma *struct {
Text StylePrimitive `json:"text"`
Error StylePrimitive `json:"error"`
Comment StylePrimitive `json:"comment"`