Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions asset.graph/asset.graph.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"canvas": {
"font": "Courier New",
"background_color": "#0b0f19",
"grid_color": "#1f293d",
"text_color": "#9ca3af",
"size": "medium",
"font_size": "14"
},
"symbol": {
"line_color": "#8246be",
"line_thickness": "1"
},
"options": {
"fonts": [
"Montserrat",
"Courier New",
"Inter",
"Roboto",
"Outfit"
],
"sizes": [
{
"value": "small",
"label": "Small (600px max)"
},
{
"value": "medium",
"label": "Medium (800px max)"
},
{
"value": "large",
"label": "Large (1000px max)"
},
{
"value": "responsive",
"label": "Responsive (100%)"
}
],
"colors": [
{
"name": "Classic Dark",
"background": "#1e2730",
"grid": "#4a667a",
"text": "#cccccc"
},
{
"name": "Deep Space",
"background": "#0b0f19",
"grid": "#1f293d",
"text": "#9ca3af"
},
{
"name": "Midnight Blue",
"background": "#0d1117",
"grid": "#21262d",
"text": "#c9d1d9"
},
{
"name": "Modern Light",
"background": "#f8fafc",
"grid": "#cbd5e1",
"text": "#334155"
}
],
"line_colors": [
{
"name": "Pink",
"value": "pink"
},
{
"name": "Neon Cyan",
"value": "#00d5bd"
},
{
"name": "Vibrant Red",
"value": "#fc327d"
},
{
"name": "Royal Blue",
"value": "#3b82f6"
},
{
"name": "Emerald Green",
"value": "#10b981"
}
],
"font_sizes": [
"10",
"12",
"14",
"16",
"18",
"20"
]
}
}
Loading