{
"$schema": "https://raw.githubusercontent.com/femboypig/darwincode/main/theme.json",
"defs": {
"bg": "#fafafa",
"panel_bg": "#f0f0f0",
"fg": "#1a1a2e",
"fg_muted": "#8888a0",
"red": "#c41a3b",
"orange": "#b85c00",
"yellow": "#8a6e00",
"green": "#1a8a4a",
"teal": "#0e7a6e",
"blue": "#1a5aad",
"magenta": "#7a3aad",
"cyan": "#0a6e8a",
"border": "#d8d8e0"
},
"theme": {
"primary": "blue",
"secondary": "fg_muted",
"accent": "teal",
"error": "red",
"warning": "orange",
"success": "green",
"info": "cyan",
"text": "fg",
"textMuted": "fg_muted",
"background": "bg",
"backgroundPanel": "panel_bg",
"backgroundElement": "panel_bg",
"border": "border",
"borderActive": "blue",
"borderSubtle": "border",
"diffAdded": "green",
"diffRemoved": "red",
"diffContext": "fg_muted",
"diffHunkHeader": "blue",
"syntaxComment": "fg_muted",
"syntaxKeyword": "magenta",
"syntaxFunction": "blue",
"syntaxVariable": "fg",
"syntaxString": "green",
"syntaxNumber": "orange",
"syntaxType": "teal",
"syntaxOperator": "blue",
"syntaxPunctuation": "fg_muted",
"markdownHeading": "blue",
"markdownCode": "teal",
"markdownStrong": "fg",
"markdownListItem": "blue"
}
}