Let user pick a syntax color theme in Gold's style config

This commit is contained in:
Christian Muehlhaeuser
2019-11-25 06:02:50 +01:00
parent e6a9122041
commit 937e525993
2 changed files with 9 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ type ElementStyle struct {
Overlined bool `json:"overlined"`
Inverse bool `json:"inverse"`
Blink bool `json:"blink"`
Theme string `json:"theme"`
}
func keyToType(key string) (StyleType, error) {