1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/themes/modern/theme.json
hacksalot f5c953a81c Modern: Remove theme msg exclamation.
Hat tip Gertrude Stein.
2016-01-11 12:20:24 -05:00

15 lines
512 B
JSON

{
"title": "modern",
"description": "A contemporary resume template suitable for modern technical candidates and employees.",
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "handlebars",
"palette": {
"skillLevels": [ "#FFFFFF", "#5CB85C", "#F1C40F", "#428BCA", "#C00000" ]
},
"message": "To get colored skill progress bars, make sure your resume includes a `level` element for each skill.",
"inherits": {
"txt": "basis",
"md": "basis"
}
}