{ "$schema": "https://metabuilder.dev/schemas/package-styles.schema.json", "schemaVersion": "2.0.0", "colors": { "editorBackground": "#1e1e1e", "editorBackgroundLight": "#ffffff", "editorForeground": "#d4d4d4", "editorForegroundLight": "#333333", "lineNumbersColor": "#858585", "selectionBackground": "#264f78", "cursorColor": "#aeafad", "syntaxKeyword": "#569cd6", "syntaxString": "#ce9178", "syntaxNumber": "#b5cea8", "syntaxComment": "#6a9955", "syntaxFunction": "#dcdcaa", "syntaxVariable": "#9cdcfe", "syntaxOperator": "#d4d4d4", "syntaxType": "#4ec9b0", "errorColor": "#f44747", "warningColor": "#dcdcaa", "successColor": "#4ec9b0" }, "spacing": { "editorPadding": "16px", "toolbarHeight": "48px", "statusBarHeight": "24px", "lineNumberWidth": "48px", "gutterWidth": "8px" }, "shadows": { "editorContainer": "0 2px 8px rgba(0, 0, 0, 0.15)", "toolbar": "0 1px 2px rgba(0, 0, 0, 0.1)", "dropdown": "0 4px 12px rgba(0, 0, 0, 0.2)" } }