rivet/config.json

21 lines
524 B
JSON
Raw Normal View History

2023-11-24 13:34:44 +00:00
{
"defaultFontFamily": "Ubuntu Mono",
"defaultFontSize": 16,
"italicFontFamily": "Ubuntu Mono",
"italicFontSize": 14,
"backgroundColor": [255, 255, 255],
"textColor": [0, 0, 0],
"linkColor": [0, 0, 0],
"bitIColor": [0, 0, 0],
"borderColor": [0, 0, 0],
"bitWidth": 30,
"bitHeight": 30,
"descriptionMargin": 10,
"dashLength": 6,
"dashSpace": 4,
"arrowSize": 10,
"margins": [20, 20, 20, 20],
"arrowMargin": 4,
"valuesGap": 5,
"arrowLabelDistance": 5
}