Skip to content

Commit 64f9883

Browse files
committed
Add Update for JSON Config
1 parent 44ec84c commit 64f9883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type Config struct {
1313
ShowBaseboard bool `json:"showBaseboard"`
1414
ShowAscii bool `json:"showAscii"`
1515
UseDefaultColors bool `json:"useDefaultColors"`
16-
AsciiColor string `json:"asciiValue"`
16+
AsciiColor string `json:"asciiColor"`
1717
UserColor string `json:"userColor"`
1818
SepColor string `json:"sepColor"`
1919
TitleColor string `json:"titleColor"`

0 commit comments

Comments
 (0)