diff --git a/themes/modern/modern.json b/themes/modern/modern.json index f0fe2e7..9faeef3 100644 --- a/themes/modern/modern.json +++ b/themes/modern/modern.json @@ -2,5 +2,8 @@ "title": "modern", "description": "A contemporary resume template suitable for modern technical candidates and employees.", "author": "hacksalot ", - "engine": "handlebars" + "engine": "handlebars", + "palette": { + "skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ] + } }