| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- {
- "$schema": "https://opencode.ai/theme.json",
- "defs": {
- "background": "#193549",
- "backgroundAlt": "#122738",
- "backgroundPanel": "#1f4662",
- "foreground": "#ffffff",
- "foregroundMuted": "#adb7c9",
- "yellow": "#ffc600",
- "yellowBright": "#ffe14c",
- "orange": "#ff9d00",
- "orangeBright": "#ffb454",
- "mint": "#2affdf",
- "mintBright": "#7efff5",
- "blue": "#0088ff",
- "blueBright": "#5cb7ff",
- "pink": "#ff628c",
- "pinkBright": "#ff86a5",
- "green": "#9eff80",
- "greenBright": "#b9ff9f",
- "purple": "#9a5feb",
- "purpleBright": "#b88cfd",
- "red": "#ff0088",
- "redBright": "#ff5fb3"
- },
- "theme": {
- "primary": {
- "dark": "blue",
- "light": "#0066cc"
- },
- "secondary": {
- "dark": "purple",
- "light": "#7c4dff"
- },
- "accent": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "error": {
- "dark": "red",
- "light": "#e91e63"
- },
- "warning": {
- "dark": "yellow",
- "light": "#ff9800"
- },
- "success": {
- "dark": "green",
- "light": "#4caf50"
- },
- "info": {
- "dark": "orange",
- "light": "#ff5722"
- },
- "text": {
- "dark": "foreground",
- "light": "#193549"
- },
- "textMuted": {
- "dark": "foregroundMuted",
- "light": "#5c6b7d"
- },
- "background": {
- "dark": "#193549",
- "light": "#ffffff"
- },
- "backgroundPanel": {
- "dark": "#122738",
- "light": "#f5f7fa"
- },
- "backgroundElement": {
- "dark": "#1f4662",
- "light": "#e8ecf1"
- },
- "border": {
- "dark": "#1f4662",
- "light": "#d3dae3"
- },
- "borderActive": {
- "dark": "blue",
- "light": "#0066cc"
- },
- "borderSubtle": {
- "dark": "#0e1e2e",
- "light": "#e8ecf1"
- },
- "diffAdded": {
- "dark": "green",
- "light": "#4caf50"
- },
- "diffRemoved": {
- "dark": "red",
- "light": "#e91e63"
- },
- "diffContext": {
- "dark": "foregroundMuted",
- "light": "#5c6b7d"
- },
- "diffHunkHeader": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "diffHighlightAdded": {
- "dark": "greenBright",
- "light": "#4caf50"
- },
- "diffHighlightRemoved": {
- "dark": "redBright",
- "light": "#e91e63"
- },
- "diffAddedBg": {
- "dark": "#1a3a2a",
- "light": "#e8f5e9"
- },
- "diffRemovedBg": {
- "dark": "#3a1a2a",
- "light": "#ffebee"
- },
- "diffContextBg": {
- "dark": "#122738",
- "light": "#f5f7fa"
- },
- "diffLineNumber": {
- "dark": "#2d5a7b",
- "light": "#b0bec5"
- },
- "diffAddedLineNumberBg": {
- "dark": "#1a3a2a",
- "light": "#e8f5e9"
- },
- "diffRemovedLineNumberBg": {
- "dark": "#3a1a2a",
- "light": "#ffebee"
- },
- "markdownText": {
- "dark": "foreground",
- "light": "#193549"
- },
- "markdownHeading": {
- "dark": "yellow",
- "light": "#ff9800"
- },
- "markdownLink": {
- "dark": "blue",
- "light": "#0066cc"
- },
- "markdownLinkText": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "markdownCode": {
- "dark": "green",
- "light": "#4caf50"
- },
- "markdownBlockQuote": {
- "dark": "foregroundMuted",
- "light": "#5c6b7d"
- },
- "markdownEmph": {
- "dark": "orange",
- "light": "#ff5722"
- },
- "markdownStrong": {
- "dark": "pink",
- "light": "#e91e63"
- },
- "markdownHorizontalRule": {
- "dark": "#2d5a7b",
- "light": "#d3dae3"
- },
- "markdownListItem": {
- "dark": "blue",
- "light": "#0066cc"
- },
- "markdownListEnumeration": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "markdownImage": {
- "dark": "blue",
- "light": "#0066cc"
- },
- "markdownImageText": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "markdownCodeBlock": {
- "dark": "foreground",
- "light": "#193549"
- },
- "syntaxComment": {
- "dark": "#0088ff",
- "light": "#5c6b7d"
- },
- "syntaxKeyword": {
- "dark": "orange",
- "light": "#ff5722"
- },
- "syntaxFunction": {
- "dark": "yellow",
- "light": "#ff9800"
- },
- "syntaxVariable": {
- "dark": "foreground",
- "light": "#193549"
- },
- "syntaxString": {
- "dark": "green",
- "light": "#4caf50"
- },
- "syntaxNumber": {
- "dark": "pink",
- "light": "#e91e63"
- },
- "syntaxType": {
- "dark": "mint",
- "light": "#00acc1"
- },
- "syntaxOperator": {
- "dark": "orange",
- "light": "#ff5722"
- },
- "syntaxPunctuation": {
- "dark": "foreground",
- "light": "#193549"
- }
- }
- }
|