Skip to content

Commit

Permalink
Add Update for JSON Config
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchie0x4ff committed May 22, 2020
1 parent 44ec84c commit 64f9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Config struct {
ShowBaseboard bool `json:"showBaseboard"`
ShowAscii bool `json:"showAscii"`
UseDefaultColors bool `json:"useDefaultColors"`
AsciiColor string `json:"asciiValue"`
AsciiColor string `json:"asciiColor"`
UserColor string `json:"userColor"`
SepColor string `json:"sepColor"`
TitleColor string `json:"titleColor"`
Expand Down

0 comments on commit 64f9883

Please sign in to comment.