Skip to content

Commit 206a243

Browse files
committed
Update Config Json Names
1 parent 642e7cf commit 206a243

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import (
99
// Config Struct for Configuration File
1010
type Config struct {
1111
Format []string `json:"format"` // Format Array for Modules
12-
ShowASCII bool `json:"showASCII"` // True/False to Display ASCII
12+
ShowASCII bool `json:"showAscii"` // True/False to Display ASCII
1313
UseDefaultColors bool `json:"useDefaultColors"` // Use Default Colors
14-
UseSmallASCII bool `json:"useSmallASCII"` // Use Small ASCII Art
15-
ASCIIColor string `json:"ASCIIColor"` // Change ASCII Color
16-
UseCustomASCII bool `json:"useCustomASCII"` // Use Custom ASCII TRUE/FALSE
17-
CustomASCIIPath string `json:"customASCIIPath"` // Absolute Path to Custom ASCII
14+
UseSmallASCII bool `json:"useSmallAscii"` // Use Small ASCII Art
15+
ASCIIColor string `json:"asciiColor"` // Change ASCII Color
16+
UseCustomASCII bool `json:"useCustomAscii"` // Use Custom ASCII TRUE/FALSE
17+
CustomASCIIPath string `json:"customAsciiPath"` // Absolute Path to Custom ASCII
1818
UserColor string `json:"userColor"` // Color for Username
1919
SepColor string `json:"sepColor"` // Color for Separator
2020
TitleColor string `json:"titleColor"` // Color for Title

0 commit comments

Comments
 (0)