2026-03-14 00:14:41 +02:00
|
|
|
{
|
|
|
|
|
"metadata": {
|
|
|
|
|
"id": "cursor-light",
|
|
|
|
|
"name": "Cursor",
|
2026-03-17 13:18:54 +02:00
|
|
|
"description": "Ported from OpenCode Cursor theme (light variant)",
|
|
|
|
|
"author": "OpenCode",
|
2026-03-14 00:14:41 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"variant": "light",
|
|
|
|
|
"tags": [
|
|
|
|
|
"light",
|
|
|
|
|
"opencode",
|
2026-03-17 13:18:54 +02:00
|
|
|
"ported",
|
2026-03-14 00:14:41 +02:00
|
|
|
"cursor"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"colors": {
|
|
|
|
|
"primary": {
|
2026-03-17 13:18:54 +02:00
|
|
|
"base": "#6f9ba6",
|
2026-03-14 00:14:41 +02:00
|
|
|
"hover": "#5992a0",
|
2026-03-17 13:18:54 +02:00
|
|
|
"active": "#12659a",
|
2026-03-14 00:14:41 +02:00
|
|
|
"foreground": "#000000",
|
2026-03-17 13:18:54 +02:00
|
|
|
"muted": "#6f9ba680",
|
|
|
|
|
"emphasis": "#0e5b8b"
|
2026-03-14 00:14:41 +02:00
|
|
|
},
|
|
|
|
|
"surface": {
|
|
|
|
|
"background": "#fcfcfc",
|
|
|
|
|
"foreground": "#131313",
|
2026-04-07 21:46:38 +03:00
|
|
|
"muted": "#eeeeee",
|
2026-03-14 00:14:41 +02:00
|
|
|
"mutedForeground": "#141414ad",
|
2026-04-07 21:46:38 +03:00
|
|
|
"elevated": "#f5f5f5",
|
2026-03-14 00:14:41 +02:00
|
|
|
"elevatedForeground": "#131313",
|
2026-03-17 13:18:54 +02:00
|
|
|
"overlay": "#fcfcfc33",
|
2026-03-14 00:14:41 +02:00
|
|
|
"subtle": "#e5e5e5"
|
|
|
|
|
},
|
|
|
|
|
"interactive": {
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"borderHover": "#b5b5b5",
|
2026-03-17 13:18:54 +02:00
|
|
|
"borderFocus": "#12659a",
|
|
|
|
|
"selection": "#13131316",
|
|
|
|
|
"selectionForeground": "#131313",
|
|
|
|
|
"focus": "#12659a",
|
|
|
|
|
"focusRing": "#12659a47",
|
|
|
|
|
"cursor": "#050505",
|
|
|
|
|
"hover": "#1313130e",
|
|
|
|
|
"active": "#13131316"
|
2026-03-14 00:14:41 +02:00
|
|
|
},
|
|
|
|
|
"status": {
|
2026-03-17 13:18:54 +02:00
|
|
|
"error": "#cf2d56",
|
|
|
|
|
"errorForeground": "#ffffff",
|
2026-03-14 00:14:41 +02:00
|
|
|
"errorBackground": "#fee2e4",
|
|
|
|
|
"errorBorder": "#fba6af",
|
2026-03-17 13:18:54 +02:00
|
|
|
"warning": "#db704b",
|
2026-03-14 00:14:41 +02:00
|
|
|
"warningForeground": "#000000",
|
|
|
|
|
"warningBackground": "#fde4db",
|
|
|
|
|
"warningBorder": "#faab90",
|
2026-03-17 13:18:54 +02:00
|
|
|
"success": "#1f8a65",
|
2026-03-14 00:14:41 +02:00
|
|
|
"successForeground": "#000000",
|
|
|
|
|
"successBackground": "#bbfadd",
|
|
|
|
|
"successBorder": "#6fdaad",
|
2026-03-17 13:18:54 +02:00
|
|
|
"info": "#3c7cab",
|
2026-03-14 00:14:41 +02:00
|
|
|
"infoForeground": "#000000",
|
|
|
|
|
"infoBackground": "#d8edfe",
|
|
|
|
|
"infoBorder": "#8ac9fa"
|
|
|
|
|
},
|
|
|
|
|
"pr": {
|
2026-03-17 13:18:54 +02:00
|
|
|
"open": "#1f8a65",
|
2026-03-14 00:14:41 +02:00
|
|
|
"draft": "#141414ad",
|
2026-03-17 13:18:54 +02:00
|
|
|
"blocked": "#db704b",
|
|
|
|
|
"merged": "#b8448b",
|
|
|
|
|
"closed": "#cf2d56"
|
2026-03-14 00:14:41 +02:00
|
|
|
},
|
|
|
|
|
"syntax": {
|
|
|
|
|
"base": {
|
2026-03-17 13:18:54 +02:00
|
|
|
"background": "#f5f5f5",
|
2026-03-14 00:14:41 +02:00
|
|
|
"foreground": "#131313",
|
|
|
|
|
"comment": "#141414ad",
|
|
|
|
|
"keyword": "#b3003f",
|
|
|
|
|
"string": "#9e94d5",
|
2026-03-17 13:18:54 +02:00
|
|
|
"number": "#b8448b",
|
2026-03-14 00:14:41 +02:00
|
|
|
"function": "#141414ad",
|
|
|
|
|
"variable": "#141414",
|
|
|
|
|
"type": "#206595",
|
|
|
|
|
"operator": "#141414"
|
|
|
|
|
},
|
|
|
|
|
"tokens": {
|
|
|
|
|
"commentDoc": "#141414ad",
|
2026-03-17 13:18:54 +02:00
|
|
|
"stringEscape": "#131313",
|
2026-03-14 00:14:41 +02:00
|
|
|
"keywordImport": "#b3003f",
|
|
|
|
|
"storageModifier": "#b3003f",
|
|
|
|
|
"functionCall": "#141414ad",
|
|
|
|
|
"method": "#141414ad",
|
|
|
|
|
"variableProperty": "#141414ad",
|
|
|
|
|
"variableOther": "#141414",
|
|
|
|
|
"variableGlobal": "#b8448b",
|
2026-03-17 13:18:54 +02:00
|
|
|
"variableLocal": "#141414",
|
2026-03-14 00:14:41 +02:00
|
|
|
"parameter": "#141414",
|
|
|
|
|
"constant": "#b8448b",
|
|
|
|
|
"class": "#206595",
|
|
|
|
|
"className": "#206595",
|
|
|
|
|
"interface": "#206595",
|
|
|
|
|
"struct": "#206595",
|
|
|
|
|
"enum": "#206595",
|
|
|
|
|
"typeParameter": "#206595",
|
2026-03-17 13:18:54 +02:00
|
|
|
"namespace": "#206595",
|
2026-03-14 00:14:41 +02:00
|
|
|
"module": "#b3003f",
|
|
|
|
|
"tag": "#b3003f",
|
|
|
|
|
"jsxTag": "#b3003f",
|
|
|
|
|
"tagAttribute": "#141414ad",
|
|
|
|
|
"tagAttributeValue": "#9e94d5",
|
2026-03-17 13:18:54 +02:00
|
|
|
"boolean": "#b8448b",
|
2026-03-14 00:14:41 +02:00
|
|
|
"decorator": "#b3003f",
|
2026-03-17 13:18:54 +02:00
|
|
|
"label": "#141414ad",
|
2026-03-14 00:14:41 +02:00
|
|
|
"punctuation": "#141414",
|
|
|
|
|
"macro": "#b3003f",
|
|
|
|
|
"preprocessor": "#b3003f",
|
|
|
|
|
"regex": "#131313",
|
2026-03-17 13:18:54 +02:00
|
|
|
"url": "#0e5b8b",
|
2026-03-14 00:14:41 +02:00
|
|
|
"key": "#141414ad",
|
2026-03-17 13:18:54 +02:00
|
|
|
"exception": "#cf2d56"
|
2026-03-14 00:14:41 +02:00
|
|
|
},
|
|
|
|
|
"highlights": {
|
|
|
|
|
"diffAdded": "#0c7251",
|
2026-03-17 13:18:54 +02:00
|
|
|
"diffAddedBackground": "#ecfff5",
|
|
|
|
|
"diffRemoved": "#ae1945",
|
|
|
|
|
"diffRemovedBackground": "#fef7f8",
|
2026-03-14 00:14:41 +02:00
|
|
|
"diffModified": "#FF8C00",
|
2026-03-17 13:18:54 +02:00
|
|
|
"diffModifiedBackground": "#f0f2f3",
|
2026-03-14 00:14:41 +02:00
|
|
|
"lineNumber": "#313131",
|
|
|
|
|
"lineNumberActive": "#131313"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-17 13:18:54 +02:00
|
|
|
"header": {
|
|
|
|
|
"background": "#fcfcfc",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"icon": "#2d2d2d",
|
|
|
|
|
"hover": "#e5e5e5"
|
|
|
|
|
},
|
|
|
|
|
"sidebar": {
|
|
|
|
|
"background": "#f1f1f1",
|
|
|
|
|
"foreground": "#141414ad",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"icon": "#c5c5c5",
|
|
|
|
|
"hover": "#e5e5e5",
|
|
|
|
|
"active": "#daedfd",
|
|
|
|
|
"accent": "#6f9ba6",
|
|
|
|
|
"accentForeground": "#000000"
|
|
|
|
|
},
|
|
|
|
|
"chat": {
|
|
|
|
|
"background": "#fcfcfc",
|
|
|
|
|
"userMessage": "#131313",
|
|
|
|
|
"userMessageBackground": "#eeeeee",
|
|
|
|
|
"assistantMessage": "#131313",
|
|
|
|
|
"assistantMessageBackground": "#fcfcfc",
|
|
|
|
|
"timestamp": "#313131",
|
|
|
|
|
"divider": "#dfdfdf",
|
|
|
|
|
"typing": "#141414ad"
|
|
|
|
|
},
|
2026-03-14 00:14:41 +02:00
|
|
|
"markdown": {
|
|
|
|
|
"heading1": "#206595",
|
|
|
|
|
"heading2": "#206595",
|
2026-03-17 13:18:54 +02:00
|
|
|
"heading3": "#050505",
|
2026-03-14 00:14:41 +02:00
|
|
|
"heading4": "#131313",
|
|
|
|
|
"link": "#206595",
|
|
|
|
|
"linkHover": "#141414ad",
|
|
|
|
|
"inlineCode": "#1f8a65",
|
|
|
|
|
"inlineCodeBackground": "#eeeeee",
|
|
|
|
|
"blockquote": "#141414ad",
|
|
|
|
|
"blockquoteBorder": "#c3c3c3",
|
2026-03-17 13:18:54 +02:00
|
|
|
"listMarker": "#14141499",
|
|
|
|
|
"bold": "#141414",
|
|
|
|
|
"italic": "#141414",
|
|
|
|
|
"strikethrough": "#141414ad",
|
|
|
|
|
"hr": "#141414ad"
|
2026-03-14 00:14:41 +02:00
|
|
|
},
|
|
|
|
|
"tools": {
|
2026-03-17 13:18:54 +02:00
|
|
|
"background": "#eeeeee",
|
|
|
|
|
"border": "#dfdfdf",
|
|
|
|
|
"headerHover": "#e5e5e5",
|
|
|
|
|
"icon": "#c5c5c5",
|
2026-03-14 00:14:41 +02:00
|
|
|
"title": "#131313",
|
|
|
|
|
"description": "#141414ad",
|
|
|
|
|
"edit": {
|
|
|
|
|
"added": "#0c7251",
|
2026-03-17 13:18:54 +02:00
|
|
|
"addedBackground": "#ecfff5",
|
2026-03-14 00:14:41 +02:00
|
|
|
"removed": "#ec3766",
|
2026-03-17 13:18:54 +02:00
|
|
|
"removedBackground": "#fef7f8",
|
|
|
|
|
"modified": "#FF8C00",
|
|
|
|
|
"modifiedBackground": "#f0f2f3",
|
2026-03-14 00:14:41 +02:00
|
|
|
"lineNumber": "#313131"
|
2026-03-17 13:18:54 +02:00
|
|
|
},
|
|
|
|
|
"bash": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"info": "#3c7cab",
|
|
|
|
|
"warning": "#db704b",
|
|
|
|
|
"error": "#cf2d56"
|
|
|
|
|
},
|
|
|
|
|
"lsp": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"info": "#3c7cab",
|
|
|
|
|
"warning": "#db704b",
|
|
|
|
|
"error": "#cf2d56"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"forms": {
|
|
|
|
|
"inputBackground": "#fcfcfc",
|
|
|
|
|
"inputForeground": "#131313",
|
|
|
|
|
"inputBorder": "#dfdfdf",
|
|
|
|
|
"inputBorderHover": "#d1d1d1",
|
|
|
|
|
"inputBorderFocus": "#12659a",
|
|
|
|
|
"inputPlaceholder": "#313131",
|
|
|
|
|
"inputDisabled": "#eaeaea",
|
|
|
|
|
"inputSelection": "#daedfd",
|
|
|
|
|
"label": "#141414ad",
|
|
|
|
|
"helperText": "#313131"
|
|
|
|
|
},
|
|
|
|
|
"buttons": {
|
|
|
|
|
"primary": {
|
|
|
|
|
"bg": "#6f9ba6",
|
|
|
|
|
"fg": "#000000",
|
|
|
|
|
"border": "#88c9fd",
|
|
|
|
|
"hover": "#5992a0",
|
|
|
|
|
"active": "#12659a",
|
|
|
|
|
"disabled": "#cdcdcd"
|
|
|
|
|
},
|
|
|
|
|
"secondary": {
|
|
|
|
|
"bg": "#f5f5f5",
|
|
|
|
|
"fg": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"hover": "#eeeeee",
|
|
|
|
|
"active": "#e5e5e5",
|
|
|
|
|
"disabled": "#eaeaea"
|
|
|
|
|
},
|
|
|
|
|
"ghost": {
|
|
|
|
|
"bg": "#00000000",
|
|
|
|
|
"fg": "#131313",
|
|
|
|
|
"border": "#00000000",
|
|
|
|
|
"hover": "#eeeeee",
|
|
|
|
|
"active": "#e5e5e5",
|
|
|
|
|
"disabled": "#313131"
|
|
|
|
|
},
|
|
|
|
|
"destructive": {
|
|
|
|
|
"bg": "#cf2d56",
|
|
|
|
|
"fg": "#ffffff",
|
|
|
|
|
"border": "#fba6af",
|
|
|
|
|
"hover": "#fdd4d8",
|
|
|
|
|
"active": "#d61853",
|
|
|
|
|
"disabled": "#eaeaea"
|
2026-03-14 00:14:41 +02:00
|
|
|
}
|
2026-03-17 13:18:54 +02:00
|
|
|
},
|
|
|
|
|
"modal": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"overlay": "#fcfcfc3d"
|
|
|
|
|
},
|
|
|
|
|
"popover": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"shadow": "0 18px 48px rgba(15, 15, 15, 0.16)"
|
|
|
|
|
},
|
|
|
|
|
"commandPalette": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"inputBackground": "#fcfcfc",
|
|
|
|
|
"selectedBackground": "#daedfd",
|
|
|
|
|
"selectedForeground": "#131313",
|
|
|
|
|
"muted": "#141414ad"
|
|
|
|
|
},
|
|
|
|
|
"fileAttachment": {
|
|
|
|
|
"background": "#eeeeee",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#dfdfdf",
|
|
|
|
|
"icon": "#c5c5c5",
|
|
|
|
|
"removeHover": "#fee2e4"
|
|
|
|
|
},
|
|
|
|
|
"sessions": {
|
|
|
|
|
"background": "#fcfcfc",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"mutedForeground": "#141414ad",
|
|
|
|
|
"border": "#e9e9e9",
|
|
|
|
|
"hover": "#e5e5e5",
|
|
|
|
|
"active": "#daedfd"
|
|
|
|
|
},
|
|
|
|
|
"modelSelector": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"selectedBackground": "#daedfd",
|
|
|
|
|
"selectedForeground": "#131313"
|
|
|
|
|
},
|
|
|
|
|
"permissions": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"allow": "#1f8a65",
|
|
|
|
|
"allowBackground": "#bbfadd",
|
|
|
|
|
"deny": "#cf2d56",
|
|
|
|
|
"denyBackground": "#fee2e4"
|
|
|
|
|
},
|
|
|
|
|
"loading": {
|
|
|
|
|
"spinner": "#6f9ba6",
|
|
|
|
|
"spinnerTrack": "#e5e5e5",
|
|
|
|
|
"skeleton": "#eeeeee",
|
|
|
|
|
"shimmer": "#e5e5e5"
|
|
|
|
|
},
|
|
|
|
|
"scrollbar": {
|
|
|
|
|
"track": "transparent",
|
|
|
|
|
"thumb": "#13131326",
|
|
|
|
|
"thumbHover": "#13131340"
|
|
|
|
|
},
|
|
|
|
|
"badges": {
|
|
|
|
|
"default": {
|
|
|
|
|
"bg": "#eeeeee",
|
|
|
|
|
"fg": "#131313",
|
|
|
|
|
"border": "#dfdfdf"
|
|
|
|
|
},
|
|
|
|
|
"info": {
|
|
|
|
|
"bg": "#d8edfe",
|
|
|
|
|
"fg": "#3c7cab",
|
|
|
|
|
"border": "#8ac9fa"
|
|
|
|
|
},
|
|
|
|
|
"success": {
|
|
|
|
|
"bg": "#bbfadd",
|
|
|
|
|
"fg": "#1f8a65",
|
|
|
|
|
"border": "#6fdaad"
|
|
|
|
|
},
|
|
|
|
|
"warning": {
|
|
|
|
|
"bg": "#fde4db",
|
|
|
|
|
"fg": "#db704b",
|
|
|
|
|
"border": "#faab90"
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"bg": "#fee2e4",
|
|
|
|
|
"fg": "#cf2d56",
|
|
|
|
|
"border": "#fba6af"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"toast": {
|
|
|
|
|
"background": "#f5f5f5",
|
|
|
|
|
"foreground": "#131313",
|
|
|
|
|
"border": "#c3c3c3",
|
|
|
|
|
"success": {
|
|
|
|
|
"background": "#bbfadd",
|
|
|
|
|
"foreground": "#1f8a65",
|
|
|
|
|
"border": "#6fdaad"
|
|
|
|
|
},
|
|
|
|
|
"warning": {
|
|
|
|
|
"background": "#fde4db",
|
|
|
|
|
"foreground": "#db704b",
|
|
|
|
|
"border": "#faab90"
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
|
|
|
|
"background": "#fee2e4",
|
|
|
|
|
"foreground": "#cf2d56",
|
|
|
|
|
"border": "#fba6af"
|
|
|
|
|
},
|
|
|
|
|
"info": {
|
|
|
|
|
"background": "#d8edfe",
|
|
|
|
|
"foreground": "#3c7cab",
|
|
|
|
|
"border": "#8ac9fa"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"emptyState": {
|
|
|
|
|
"icon": "#141414ad",
|
|
|
|
|
"title": "#131313",
|
|
|
|
|
"description": "#141414ad",
|
|
|
|
|
"border": "#e9e9e9"
|
|
|
|
|
},
|
|
|
|
|
"table": {
|
|
|
|
|
"border": "#e9e9e9",
|
|
|
|
|
"headerBackground": "#f5f5f5",
|
|
|
|
|
"headerForeground": "#131313",
|
|
|
|
|
"rowHover": "#e5e5e5",
|
|
|
|
|
"rowSelected": "#daedfd"
|
|
|
|
|
},
|
|
|
|
|
"charts": {
|
|
|
|
|
"series": [
|
|
|
|
|
"#6f9ba6",
|
|
|
|
|
"#3c7cab",
|
|
|
|
|
"#1f8a65",
|
|
|
|
|
"#db704b",
|
|
|
|
|
"#cf2d56"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"a11y": {
|
|
|
|
|
"focusRing": "#12659a",
|
|
|
|
|
"selection": "#daedfd",
|
|
|
|
|
"highContrast": false
|
|
|
|
|
},
|
|
|
|
|
"shadows": {
|
|
|
|
|
"sm": "0 2px 8px rgba(15, 15, 15, 0.08)",
|
|
|
|
|
"md": "0 12px 32px rgba(15, 15, 15, 0.12)",
|
|
|
|
|
"lg": "0 24px 56px rgba(15, 15, 15, 0.16)",
|
|
|
|
|
"focus": "0 0 0 3px #20659540"
|
|
|
|
|
},
|
|
|
|
|
"animation": {
|
|
|
|
|
"fast": "150ms ease",
|
|
|
|
|
"normal": "250ms ease",
|
|
|
|
|
"slow": "350ms ease",
|
|
|
|
|
"emphasis": "450ms cubic-bezier(0.2, 0.8, 0.2, 1)"
|
2026-03-14 00:14:41 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"fonts": {
|
|
|
|
|
"sans": "\"IBM Plex Mono\", monospace",
|
|
|
|
|
"mono": "\"IBM Plex Mono\", monospace",
|
|
|
|
|
"heading": "\"IBM Plex Mono\", monospace"
|
|
|
|
|
},
|
2026-03-17 13:18:54 +02:00
|
|
|
"spacing": {
|
|
|
|
|
"xs": "0.25rem",
|
|
|
|
|
"sm": "0.5rem",
|
|
|
|
|
"md": "0.75rem",
|
|
|
|
|
"lg": "1rem",
|
|
|
|
|
"xl": "1.5rem"
|
|
|
|
|
},
|
2026-03-14 00:14:41 +02:00
|
|
|
"transitions": {
|
|
|
|
|
"fast": "150ms ease",
|
|
|
|
|
"normal": "250ms ease",
|
|
|
|
|
"slow": "350ms ease"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|