Skip to content

Commit

Permalink
fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyoichiro Yamada committed Sep 21, 2017
1 parent 71ecef0 commit 828cc34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/color.go
Expand Up @@ -95,6 +95,7 @@ func (c *Color) UnmarshalJSON(raw []byte) error {
}
c.ValueB = uint8(b)
} else {
c.Type = ColorTypeName
switch str {
case "default":
c.Name = DefaultColor
Expand Down

0 comments on commit 828cc34

Please sign in to comment.