make-resume-theme-compact
Version:
Compact is a built-in theme for Make Resume.
23 lines (22 loc) • 372 B
JSON
{
"vars": [
{
"key": "fontFamily",
"type": "font-family",
"title": "Font Family",
"defaultValue": "'Inter', sans-serif"
},
{
"key": "clrHeaderBg",
"type": "color",
"title": "Header Background",
"defaultValue": "#f3f3f3"
},
{
"key": "clrHeaderText",
"type": "color",
"title": "Header Text",
"defaultValue": "#363636"
}
]
}