opencode/packages/tui/test/theme/gallery/themes/candy-pop-dark.json
2026-07-16 18:54:39 +00:00

79 lines
2.2 KiB
JSON

{
"$schema": "https://opencode.ai/theme.json",
"defs": {
"bg": "#2e1a47",
"panel": "#371f54",
"element": "#4a2b7a",
"borderSubtle": "#553183",
"border": "#683b9f",
"text": "#ffffff",
"textSoft": "#e0c3fc",
"textMuted": "#b39ddb",
"pink": "#ec4899",
"pinkBright": "#f472b6",
"purple": "#a78bfa",
"cyan": "#22d3ee",
"green": "#34d399",
"greenBright": "#6ee7b7",
"yellow": "#facc15",
"red": "#fb7185",
"addedBg": "#2f294e",
"removedBg": "#3f214c",
"contextBg": "#371f54",
"addedLineBg": "#304052",
"removedLineBg": "#54294f"
},
"theme": {
"primary": "pink",
"secondary": "cyan",
"accent": "pinkBright",
"error": "red",
"warning": "yellow",
"success": "green",
"info": "cyan",
"text": "text",
"textMuted": "textMuted",
"background": "bg",
"backgroundPanel": "panel",
"backgroundElement": "element",
"backgroundMenu": "element",
"border": "border",
"borderActive": "pink",
"borderSubtle": "borderSubtle",
"diffAdded": "green",
"diffRemoved": "red",
"diffContext": "textMuted",
"diffHunkHeader": "pink",
"diffHighlightAdded": "greenBright",
"diffHighlightRemoved": "pinkBright",
"diffAddedBg": "addedBg",
"diffRemovedBg": "removedBg",
"diffContextBg": "contextBg",
"diffLineNumber": "textMuted",
"diffAddedLineNumberBg": "addedLineBg",
"diffRemovedLineNumberBg": "removedLineBg",
"markdownText": "text",
"markdownHeading": "pink",
"markdownLink": "cyan",
"markdownLinkText": "pinkBright",
"markdownCode": "green",
"markdownBlockQuote": "purple",
"markdownEmph": "pinkBright",
"markdownStrong": "text",
"markdownHorizontalRule": "border",
"markdownListItem": "pink",
"markdownListEnumeration": "cyan",
"markdownImage": "cyan",
"markdownImageText": "pinkBright",
"markdownCodeBlock": "textSoft",
"syntaxComment": "textMuted",
"syntaxKeyword": "pink",
"syntaxFunction": "cyan",
"syntaxVariable": "text",
"syntaxString": "green",
"syntaxNumber": "yellow",
"syntaxType": "pinkBright",
"syntaxOperator": "textSoft",
"syntaxPunctuation": "textMuted"
}
}