75 lines
2 KiB
JSON
75 lines
2 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/theme.json",
|
|
"defs": {
|
|
"bg": "#1C2427",
|
|
"panel": "#273136",
|
|
"element": "#323E45",
|
|
"borderSubtle": "#304E37",
|
|
"text": "#D1DED3",
|
|
"textMuted": "#9AAEA7",
|
|
"commentMuted": "#60777D",
|
|
"green": "#7EB08A",
|
|
"tan": "#D2B48C",
|
|
"pink": "#FF819F",
|
|
"purple": "#BA8EAF",
|
|
"blue": "#7EA4B0",
|
|
"violet": "#8A7EB0",
|
|
"addedBg": "#2B3D33",
|
|
"removedBg": "#4D3740",
|
|
"contextBg": "#222A2E",
|
|
"addedLineBg": "#3A5244",
|
|
"removedLineBg": "#60414B"
|
|
},
|
|
"theme": {
|
|
"primary": "green",
|
|
"secondary": "tan",
|
|
"accent": "pink",
|
|
"error": "pink",
|
|
"warning": "purple",
|
|
"success": "green",
|
|
"info": "tan",
|
|
"text": "text",
|
|
"textMuted": "textMuted",
|
|
"background": "bg",
|
|
"backgroundPanel": "panel",
|
|
"backgroundElement": "element",
|
|
"border": "element",
|
|
"borderActive": "green",
|
|
"borderSubtle": "borderSubtle",
|
|
"diffAdded": "green",
|
|
"diffRemoved": "pink",
|
|
"diffContext": "textMuted",
|
|
"diffHunkHeader": "tan",
|
|
"diffHighlightAdded": "green",
|
|
"diffHighlightRemoved": "pink",
|
|
"diffAddedBg": "addedBg",
|
|
"diffRemovedBg": "removedBg",
|
|
"diffContextBg": "contextBg",
|
|
"diffLineNumber": "blue",
|
|
"diffAddedLineNumberBg": "addedLineBg",
|
|
"diffRemovedLineNumberBg": "removedLineBg",
|
|
"markdownText": "text",
|
|
"markdownHeading": "tan",
|
|
"markdownLink": "tan",
|
|
"markdownLinkText": "green",
|
|
"markdownCode": "tan",
|
|
"markdownBlockQuote": "blue",
|
|
"markdownEmph": "text",
|
|
"markdownStrong": "text",
|
|
"markdownHorizontalRule": "tan",
|
|
"markdownListItem": "tan",
|
|
"markdownListEnumeration": "tan",
|
|
"markdownImage": "tan",
|
|
"markdownImageText": "pink",
|
|
"markdownCodeBlock": "green",
|
|
"syntaxComment": "commentMuted",
|
|
"syntaxKeyword": "tan",
|
|
"syntaxFunction": "green",
|
|
"syntaxVariable": "text",
|
|
"syntaxString": "purple",
|
|
"syntaxNumber": "blue",
|
|
"syntaxType": "blue",
|
|
"syntaxOperator": "tan",
|
|
"syntaxPunctuation": "blue"
|
|
}
|
|
}
|