mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
cd8832cc8d
Technically FRESH themes aren't tool-specific.
28 lines
739 B
JSON
28 lines
739 B
JSON
{
|
|
"title": "positive",
|
|
"description": "A conventional résumé theme.",
|
|
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
|
"engine": "handlebars",
|
|
"inherits": {
|
|
"txt": "basis",
|
|
"md": "basis"
|
|
},
|
|
"colors": {
|
|
"hyperlink": "C00000"
|
|
},
|
|
"fonts": {
|
|
"all": {
|
|
"default": [ "Calibri", "Open Sans", "sans-serif" ],
|
|
"heading1": [ "Open Sans", "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ],
|
|
"heading2": [ "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ]
|
|
},
|
|
"doc": {
|
|
"title": "Open Sans Light",
|
|
"heading1": "Open Sans Light",
|
|
"heading2": "Open Sans Light",
|
|
"heading3": "Open Sans Light",
|
|
"default": "Calibri"
|
|
}
|
|
}
|
|
}
|