2026-02-01 18:29:34 +02:00
|
|
|
{
|
|
|
|
|
"metadata": {
|
|
|
|
|
"id": "flexoki-light",
|
|
|
|
|
"name": "Flexoki",
|
|
|
|
|
"description": "An inky color scheme for prose and code - light variant",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"variant": "light",
|
2026-04-19 15:52:54 +03:00
|
|
|
"tags": [
|
|
|
|
|
"light",
|
|
|
|
|
"warm",
|
|
|
|
|
"natural",
|
|
|
|
|
"paper"
|
|
|
|
|
]
|
2026-02-01 18:29:34 +02:00
|
|
|
},
|
|
|
|
|
"colors": {
|
|
|
|
|
"primary": {
|
2026-02-24 03:28:30 +02:00
|
|
|
"base": "#BC5215",
|
2026-02-01 18:29:34 +02:00
|
|
|
"hover": "#F9AE77",
|
|
|
|
|
"active": "#DA702C",
|
2026-05-22 15:21:36 +03:00
|
|
|
"foreground": "#fffdf4",
|
2026-02-24 03:28:30 +02:00
|
|
|
"muted": "#BC521580",
|
2026-02-01 18:29:34 +02:00
|
|
|
"emphasis": "#F9AE77"
|
|
|
|
|
},
|
|
|
|
|
"surface": {
|
2026-05-22 15:21:36 +03:00
|
|
|
"background": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"foreground": "#100F0F",
|
2026-05-22 15:21:36 +03:00
|
|
|
"muted": "#f6f5ee",
|
2026-03-12 23:45:45 +02:00
|
|
|
"mutedForeground": "#686663",
|
2026-05-22 15:21:36 +03:00
|
|
|
"elevated": "#fbfaf2",
|
2026-02-01 18:29:34 +02:00
|
|
|
"elevatedForeground": "#100F0F",
|
|
|
|
|
"overlay": "#100F0F20",
|
2026-05-22 15:21:36 +03:00
|
|
|
"subtle": "#f7f4ec"
|
2026-02-01 18:29:34 +02:00
|
|
|
},
|
|
|
|
|
"interactive": {
|
2026-07-30 16:36:20 +03:00
|
|
|
"border": "#e6e4db",
|
2026-02-01 18:29:34 +02:00
|
|
|
"borderHover": "#CECDC3",
|
2026-02-24 03:28:30 +02:00
|
|
|
"borderFocus": "#BC5215",
|
2026-02-01 18:29:34 +02:00
|
|
|
"selection": "#76736f30",
|
|
|
|
|
"selectionForeground": "#100F0F",
|
2026-02-24 03:28:30 +02:00
|
|
|
"focus": "#BC5215",
|
|
|
|
|
"focusRing": "#BC521540",
|
2026-02-01 18:29:34 +02:00
|
|
|
"cursor": "#100F0F",
|
|
|
|
|
"hover": "#76736f20",
|
|
|
|
|
"active": "#76736f20"
|
|
|
|
|
},
|
|
|
|
|
"status": {
|
|
|
|
|
"error": "#AF3029",
|
2026-05-22 15:21:36 +03:00
|
|
|
"errorForeground": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"errorBackground": "#D14D4120",
|
|
|
|
|
"errorBorder": "#D14D4150",
|
|
|
|
|
"warning": "#BC5215",
|
2026-05-22 15:21:36 +03:00
|
|
|
"warningForeground": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"warningBackground": "#DA702C20",
|
|
|
|
|
"warningBorder": "#DA702C50",
|
|
|
|
|
"success": "#66800B",
|
2026-05-22 15:21:36 +03:00
|
|
|
"successForeground": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"successBackground": "#879A3920",
|
|
|
|
|
"successBorder": "#879A3950",
|
|
|
|
|
"info": "#205EA6",
|
2026-05-22 15:21:36 +03:00
|
|
|
"infoForeground": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"infoBackground": "#4385BE20",
|
|
|
|
|
"infoBorder": "#4385BE50"
|
|
|
|
|
},
|
2026-02-07 03:57:46 +02:00
|
|
|
"pr": {
|
|
|
|
|
"open": "#66800B",
|
|
|
|
|
"draft": "#6F6E69",
|
|
|
|
|
"blocked": "#BC5215",
|
|
|
|
|
"merged": "#5E409D",
|
|
|
|
|
"closed": "#AF3029"
|
|
|
|
|
},
|
2026-02-01 18:29:34 +02:00
|
|
|
"syntax": {
|
|
|
|
|
"base": {
|
2026-05-22 15:21:36 +03:00
|
|
|
"background": "#f6f5ee",
|
2026-02-01 18:29:34 +02:00
|
|
|
"foreground": "#100F0F",
|
|
|
|
|
"comment": "#6F6E69",
|
|
|
|
|
"keyword": "#205EA6",
|
|
|
|
|
"string": "#24837B",
|
|
|
|
|
"number": "#5E409D",
|
|
|
|
|
"function": "#BC5215",
|
|
|
|
|
"variable": "#100F0F",
|
|
|
|
|
"type": "#AD8301",
|
|
|
|
|
"operator": "#AF3029"
|
|
|
|
|
},
|
|
|
|
|
"tokens": {
|
|
|
|
|
"commentDoc": "#B7B5AC",
|
|
|
|
|
"stringEscape": "#100F0F",
|
|
|
|
|
"keywordImport": "#AF3029",
|
|
|
|
|
"storageModifier": "#205EA6",
|
|
|
|
|
"functionCall": "#BC5215",
|
|
|
|
|
"method": "#66800B",
|
|
|
|
|
"variableProperty": "#205EA6",
|
|
|
|
|
"variableOther": "#66800B",
|
|
|
|
|
"variableGlobal": "#A02F6F",
|
|
|
|
|
"variableLocal": "#E6E4D9",
|
|
|
|
|
"parameter": "#100F0F",
|
|
|
|
|
"constant": "#100F0F",
|
|
|
|
|
"class": "#BC5215",
|
|
|
|
|
"className": "#BC5215",
|
|
|
|
|
"interface": "#AD8301",
|
|
|
|
|
"struct": "#BC5215",
|
|
|
|
|
"enum": "#BC5215",
|
|
|
|
|
"typeParameter": "#BC5215",
|
|
|
|
|
"namespace": "#AD8301",
|
|
|
|
|
"module": "#AF3029",
|
|
|
|
|
"tag": "#205EA6",
|
|
|
|
|
"jsxTag": "#A02F6F",
|
|
|
|
|
"tagAttribute": "#AD8301",
|
|
|
|
|
"tagAttributeValue": "#24837B",
|
|
|
|
|
"boolean": "#AD8301",
|
|
|
|
|
"decorator": "#AD8301",
|
|
|
|
|
"label": "#A02F6F",
|
|
|
|
|
"punctuation": "#6F6E69",
|
|
|
|
|
"macro": "#205EA6",
|
|
|
|
|
"preprocessor": "#A02F6F",
|
|
|
|
|
"regex": "#24837B",
|
|
|
|
|
"url": "#205EA6",
|
|
|
|
|
"key": "#BC5215",
|
|
|
|
|
"exception": "#A02F6F"
|
|
|
|
|
},
|
|
|
|
|
"highlights": {
|
|
|
|
|
"diffAdded": "#66800B",
|
|
|
|
|
"diffAddedBackground": "#879A3920",
|
|
|
|
|
"diffRemoved": "#AF3029",
|
|
|
|
|
"diffRemovedBackground": "#D14D4120",
|
|
|
|
|
"diffModified": "#205EA6",
|
|
|
|
|
"diffModifiedBackground": "#4385BE20",
|
|
|
|
|
"lineNumber": "#CECDC3",
|
|
|
|
|
"lineNumberActive": "#100F0F"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"markdown": {
|
|
|
|
|
"heading1": "#100F0F",
|
|
|
|
|
"heading2": "#100F0F",
|
|
|
|
|
"heading3": "#100F0F",
|
|
|
|
|
"heading4": "#100F0F",
|
|
|
|
|
"link": "#205EA6",
|
|
|
|
|
"linkHover": "#4385BE",
|
|
|
|
|
"blockquote": "#6F6E69",
|
|
|
|
|
"blockquoteBorder": "#DAD8CE",
|
|
|
|
|
"listMarker": "#AD830199"
|
|
|
|
|
},
|
|
|
|
|
"chat": {
|
|
|
|
|
"userMessage": "#100F0F",
|
2026-05-22 15:21:36 +03:00
|
|
|
"userMessageBackground": "#f7f4ec",
|
2026-02-01 18:29:34 +02:00
|
|
|
"assistantMessage": "#100F0F",
|
2026-05-22 15:21:36 +03:00
|
|
|
"assistantMessageBackground": "#fffdf4",
|
2026-02-01 18:29:34 +02:00
|
|
|
"timestamp": "#6F6E69",
|
|
|
|
|
"divider": "#DAD8CE"
|
|
|
|
|
},
|
|
|
|
|
"tools": {
|
2026-05-22 15:21:36 +03:00
|
|
|
"background": "#f6f5ee50",
|
2026-02-01 18:29:34 +02:00
|
|
|
"border": "#b4b2a980",
|
|
|
|
|
"headerHover": "#DAD8CE",
|
|
|
|
|
"icon": "#6F6E69",
|
|
|
|
|
"title": "#100F0F",
|
|
|
|
|
"description": "#6F6E69",
|
|
|
|
|
"edit": {
|
|
|
|
|
"added": "#66800B",
|
|
|
|
|
"addedBackground": "#66800B25",
|
|
|
|
|
"removed": "#AF3029",
|
|
|
|
|
"removedBackground": "#AF302925",
|
|
|
|
|
"lineNumber": "#CECDC3"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"fonts": {
|
2026-07-02 00:45:59 +03:00
|
|
|
"sans": "ui-monospace, \"SFMono-Regular\", \"Menlo\", \"Cascadia Mono\", \"Segoe UI Mono\", monospace",
|
|
|
|
|
"mono": "ui-monospace, \"SFMono-Regular\", \"Menlo\", \"Cascadia Mono\", \"Segoe UI Mono\", monospace",
|
|
|
|
|
"heading": "ui-monospace, \"SFMono-Regular\", \"Menlo\", \"Cascadia Mono\", \"Segoe UI Mono\", monospace"
|
2026-02-01 18:29:34 +02:00
|
|
|
},
|
|
|
|
|
"transitions": {
|
|
|
|
|
"fast": "150ms ease",
|
|
|
|
|
"normal": "250ms ease",
|
|
|
|
|
"slow": "350ms ease"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|