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

78 lines
2.1 KiB
JSON

{
"$schema": "https://opencode.ai/theme.json",
"defs": {
"bg": "#1b1e28",
"panel": "#202430",
"element": "#303340",
"borderSubtle": "#252834",
"text": "#a6accd",
"textMuted": "#767c9d",
"offWhite": "#e4f0fb",
"blue": "#ADD7FF",
"cyan": "#89ddff",
"mint": "#5DE4c7",
"green": "#5fb3a1",
"typeBlue": "#91B4D5",
"slate": "#7390AA",
"red": "#d0679d",
"pink": "#f087bd",
"yellow": "#fffac2",
"addedBg": "#233037",
"removedBg": "#332631",
"contextBg": "#1e212c",
"addedLineBg": "#2b3c40",
"removedLineBg": "#422938"
},
"theme": {
"primary": "blue",
"secondary": "mint",
"accent": "cyan",
"error": "red",
"warning": "yellow",
"success": "mint",
"info": "cyan",
"text": "text",
"textMuted": "textMuted",
"background": "bg",
"backgroundPanel": "panel",
"backgroundElement": "element",
"border": "element",
"borderActive": "blue",
"borderSubtle": "borderSubtle",
"diffAdded": "green",
"diffRemoved": "red",
"diffContext": "textMuted",
"diffHunkHeader": "cyan",
"diffHighlightAdded": "mint",
"diffHighlightRemoved": "pink",
"diffAddedBg": "addedBg",
"diffRemovedBg": "removedBg",
"diffContextBg": "contextBg",
"diffLineNumber": "slate",
"diffAddedLineNumberBg": "addedLineBg",
"diffRemovedLineNumberBg": "removedLineBg",
"markdownText": "offWhite",
"markdownHeading": "offWhite",
"markdownLink": "blue",
"markdownLinkText": "mint",
"markdownCode": "typeBlue",
"markdownBlockQuote": "mint",
"markdownEmph": "slate",
"markdownStrong": "offWhite",
"markdownHorizontalRule": "textMuted",
"markdownListItem": "blue",
"markdownListEnumeration": "blue",
"markdownImage": "blue",
"markdownImageText": "mint",
"markdownCodeBlock": "blue",
"syntaxComment": "textMuted",
"syntaxKeyword": "text",
"syntaxFunction": "blue",
"syntaxVariable": "offWhite",
"syntaxString": "mint",
"syntaxNumber": "mint",
"syntaxType": "typeBlue",
"syntaxOperator": "typeBlue",
"syntaxPunctuation": "text"
}
}