Skip to content

Commit

Permalink
Merge pull request #88 from MrJean/fix/add-slate-to-config
Browse files Browse the repository at this point in the history
Add slate color to config.yml
  • Loading branch information
Andy-set-studio authored Oct 7, 2019
2 parents cdf508d + 4d5690f commit ede1037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ collections:
- {label: "Light", name: "light", widget: "string", default: "hsl(0, 0%, 100%)"}
- {label: "Mid", name: "mid", widget: "string", default: "hsl(0, 0%, 80%)"}
- {label: "Dark", name: "dark", widget: "string", default: "hsl(0, 0%, 20%)"}
- {label: "Slate", name: "slate", widget: "string", default: "hsl(0, 0%, 25%)"}
- label: "Fonts"
name: "fonts"
widget: "hidden"
Expand Down

0 comments on commit ede1037

Please sign in to comment.