From 3a98a0a02c73e9fa5d1cbacdf6fd08248a96a712 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 24 Dec 2015 07:36:06 -0500 Subject: [PATCH] Mention theme palette. --- themes/modern/modern.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" ] + } }