fix: adjustments to vesper themes

This commit is contained in:
Bohdan Triapitsyn
2026-04-27 23:12:58 +03:00
parent f8e29ded94
commit 6f2ffdb2d6
2 changed files with 75 additions and 75 deletions
@@ -20,17 +20,17 @@
"emphasis": "#DBAC84" "emphasis": "#DBAC84"
}, },
"surface": { "surface": {
"background": "#101010", "background": "#151515",
"foreground": "#FFFFFF", "foreground": "#e8e5e5",
"muted": "#141414", "muted": "#1c1b1b",
"mutedForeground": "#7f7f7f", "mutedForeground": "#848484",
"elevated": "#110f0f", "elevated": "#242121",
"elevatedForeground": "#FFFFFF", "elevatedForeground": "#FFFFFF",
"overlay": "#FFFFFF20", "overlay": "#FFFFFF20",
"subtle": "#232323" "subtle": "#232323"
}, },
"interactive": { "interactive": {
"border": "#3d3d3d", "border": "#494949",
"borderHover": "#202020", "borderHover": "#202020",
"borderFocus": "#383838", "borderFocus": "#383838",
"selection": "#b1adad33", "selection": "#b1adad33",
@@ -133,15 +133,15 @@
"heading4": "#FFFFFF", "heading4": "#FFFFFF",
"link": "#A0A0A0", "link": "#A0A0A0",
"linkHover": "#FFC799", "linkHover": "#FFC799",
"inlineCode": "#A0A0A0", "inlineCode": "#bba2a2",
"inlineCodeBackground": "#141414", "inlineCodeBackground": "#292727",
"blockquote": "#FFFFFF", "blockquote": "#FFFFFF",
"blockquoteBorder": "#1C1C1C", "blockquoteBorder": "#1C1C1C",
"listMarker": "#FFFFFF99" "listMarker": "#FFFFFF99"
}, },
"chat": { "chat": {
"userMessage": "#FFFFFF", "userMessage": "#FFFFFF",
"userMessageBackground": "#232323", "userMessageBackground": "#2b2a2a",
"assistantMessage": "#FFFFFF", "assistantMessage": "#FFFFFF",
"assistantMessageBackground": "#101010", "assistantMessageBackground": "#101010",
"timestamp": "#A0A0A0", "timestamp": "#A0A0A0",
@@ -12,115 +12,115 @@
}, },
"colors": { "colors": {
"primary": { "primary": {
"base": "#f5a666", "base": "#a06535",
"hover": "#FFD2AD", "hover": "#FFD2AD",
"active": "#D9A982", "active": "#D9A982",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"muted": "#FFC79980", "muted": "#cf9c7280",
"emphasis": "#FFD2AD" "emphasis": "#FFD2AD"
}, },
"surface": { "surface": {
"background": "#FFFFFF", "background": "#FFFFFF",
"foreground": "#101010", "foreground": "#101010",
"muted": "#F8F8F8", "muted": "#F8F8F8",
"mutedForeground": "#908d8d", "mutedForeground": "#6e6d6d",
"elevated": "#F0F0F0", "elevated": "#f6f5f5",
"elevatedForeground": "#101010", "elevatedForeground": "#101010",
"overlay": "#00000020", "overlay": "#00000020",
"subtle": "#f5f3f3" "subtle": "#f5f3f3"
}, },
"interactive": { "interactive": {
"border": "#dad7d7", "border": "#d0cece",
"borderHover": "#E0E0E0", "borderHover": "#E0E0E0",
"borderFocus": "#C0C0C0", "borderFocus": "#C0C0C0",
"selection": "#5e5b5b22", "selection": "#5e5b5b22",
"selectionForeground": "#000000", "selectionForeground": "#000000",
"focus": "#FFC799", "focus": "#be875b",
"focusRing": "#FFC79940", "focusRing": "#cf9c7240",
"cursor": "#000000", "cursor": "#000000",
"hover": "#5e5c5c22", "hover": "#5e5c5c22",
"active": "#48474722" "active": "#48474722"
}, },
"status": { "status": {
"error": "#FF8080", "error": "#d46868",
"errorForeground": "#FFFFFF", "errorForeground": "#FFFFFF",
"errorBackground": "#FF808020", "errorBackground": "#b95f5f20",
"errorBorder": "#FF808050", "errorBorder": "#b95f5f50",
"warning": "#f4994e", "warning": "#cb7f40",
"warningForeground": "#FFFFFF", "warningForeground": "#FFFFFF",
"warningBackground": "#FFC79920", "warningBackground": "#cf9c7220",
"warningBorder": "#FFC79950", "warningBorder": "#cf9c7250",
"success": "#12b489", "success": "#109b76",
"successForeground": "#FFFFFF", "successForeground": "#FFFFFF",
"successBackground": "#99FFE420", "successBackground": "#99FFE420",
"successBorder": "#99FFE450", "successBorder": "#99FFE450",
"info": "#62bced", "info": "#62bced",
"infoForeground": "#FFFFFF", "infoForeground": "#FFFFFF",
"infoBackground": "#FFC79920", "infoBackground": "#cf9c7220",
"infoBorder": "#FFC79950" "infoBorder": "#cf9c7250"
}, },
"pr": { "pr": {
"open": "#12b489", "open": "#0f926f",
"draft": "#A0A0A0", "draft": "#888787",
"blocked": "#f4994e", "blocked": "#bf6f2e",
"merged": "#bf74e8", "merged": "#9f5fc1",
"closed": "#FF8080" "closed": "#c56161"
}, },
"syntax": { "syntax": {
"base": { "base": {
"background": "#F8F8F8", "background": "#F8F8F8",
"foreground": "#101010", "foreground": "#101010",
"comment": "#A0A0A0", "comment": "#868686",
"keyword": "#FFC799", "keyword": "#cf9c72",
"string": "#55d9b6", "string": "#43ae91",
"number": "#FF8080", "number": "#b95f5f",
"function": "#FFC799", "function": "#cf9c72",
"variable": "#101010", "variable": "#101010",
"type": "#FFC799", "type": "#cf9c72",
"operator": "#FF8080" "operator": "#b95f5f"
}, },
"tokens": { "tokens": {
"boolean": "#FFC799", "boolean": "#cf9c72",
"class": "#FFC799", "class": "#cf9c72",
"className": "#FFC799", "className": "#cf9c72",
"commentDoc": "#D0D0D0", "commentDoc": "#D0D0D0",
"constant": "#A0A0A0", "constant": "#838282",
"decorator": "#FFC799", "decorator": "#cf9c72",
"enum": "#FFC799", "enum": "#cf9c72",
"exception": "#FF8080", "exception": "#b95f5f",
"functionCall": "#FFC799", "functionCall": "#cf9c72",
"interface": "#FFC799", "interface": "#cf9c72",
"jsxTag": "#FFC799", "jsxTag": "#cf9c72",
"key": "#FFC799", "key": "#cf9c72",
"keywordImport": "#FF8080", "keywordImport": "#b95f5f",
"label": "#FF8080", "label": "#b95f5f",
"macro": "#A0A0A0", "macro": "#717070",
"method": "#74e8c9", "method": "#74e8c9",
"module": "#FF8080", "module": "#b95f5f",
"namespace": "#FFC799", "namespace": "#cf9c72",
"parameter": "#101010", "parameter": "#101010",
"preprocessor": "#FF8080", "preprocessor": "#b95f5f",
"punctuation": "#A0A0A0", "punctuation": "#717070",
"regex": "#67e7c5", "regex": "#67e7c5",
"storageModifier": "#A0A0A0", "storageModifier": "#7b7b7b",
"stringEscape": "#000000", "stringEscape": "#000000",
"struct": "#FFC799", "struct": "#cf9c72",
"tag": "#FFC799", "tag": "#cf9c72",
"tagAttribute": "#FFC799", "tagAttribute": "#cf9c72",
"tagAttributeValue": "#6adebf", "tagAttributeValue": "#6adebf",
"typeParameter": "#FFC799", "typeParameter": "#cf9c72",
"url": "#A0A0A0", "url": "#797878",
"variableGlobal": "#FFC799", "variableGlobal": "#cf9c72",
"variableLocal": "#F0F0F0", "variableLocal": "#F0F0F0",
"variableOther": "#49dcb5", "variableOther": "#49dcb5",
"variableProperty": "#A0A0A0" "variableProperty": "#717070"
}, },
"highlights": { "highlights": {
"diffAdded": "#56d8b5", "diffAdded": "#56d8b5",
"diffAddedBackground": "#E8F5E8", "diffAddedBackground": "#E8F5E8",
"diffModified": "#FFC799", "diffModified": "#cf9c72",
"diffModifiedBackground": "#F0F0F0", "diffModifiedBackground": "#F0F0F0",
"diffRemoved": "#FF8080", "diffRemoved": "#b95f5f",
"diffRemovedBackground": "#F5E8E8", "diffRemovedBackground": "#F5E8E8",
"lineNumber": "#D0D0D0", "lineNumber": "#D0D0D0",
"lineNumberActive": "#000000" "lineNumberActive": "#000000"
@@ -131,34 +131,34 @@
"heading2": "#101010", "heading2": "#101010",
"heading3": "#101010", "heading3": "#101010",
"heading4": "#101010", "heading4": "#101010",
"link": "#A0A0A0", "link": "#717070",
"linkHover": "#FFC799", "linkHover": "#c48959",
"inlineCode": "#796363", "inlineCode": "#665050",
"inlineCodeBackground": "#F8F8F8", "inlineCodeBackground": "#f3f1f1",
"blockquote": "#101010", "blockquote": "#101010",
"blockquoteBorder": "#E8E8E8", "blockquoteBorder": "#E8E8E8",
"listMarker": "#10101099" "listMarker": "#10101099"
}, },
"chat": { "chat": {
"userMessage": "#101010", "userMessage": "#101010",
"userMessageBackground": "#F8F8F8", "userMessageBackground": "#f4f1f1",
"assistantMessage": "#101010", "assistantMessage": "#101010",
"assistantMessageBackground": "#FFFFFF", "assistantMessageBackground": "#FFFFFF",
"timestamp": "#A0A0A0", "timestamp": "#717070",
"divider": "#E8E8E8" "divider": "#E8E8E8"
}, },
"tools": { "tools": {
"background": "#F8F8F880", "background": "#F8F8F880",
"border": "#d0cece80", "border": "#d0cece80",
"headerHover": "#E8E8E8", "headerHover": "#E8E8E8",
"icon": "#A0A0A0", "icon": "#717070",
"title": "#101010", "title": "#101010",
"description": "#A0A0A0", "description": "#717070",
"edit": { "edit": {
"added": "#40d7af", "added": "#40d7af",
"addedBackground": "#99FFE425", "addedBackground": "#99FFE425",
"removed": "#FF8080", "removed": "#b95f5f",
"removedBackground": "#FF808025", "removedBackground": "#b95f5f25",
"lineNumber": "#b4b2b2" "lineNumber": "#b4b2b2"
} }
} }