{ "default": { "fg": "#c8c8c8", "bg": "#0a0a0a" }, "muted": { "fg": "#555555" }, "success": { "fg": "#a0a0a0" }, "danger": { "fg": "#cc2222" }, "warning": { "fg": "#999999" }, "border": { "fg": "#2a2a2a" }, "statusBar": { "fg": "#b0b0b0" }, "tabs": { "active": { "fg": "#e0e0e0", "bold": true }, "inactive": { "fg": "#555555" } }, "sidebar": { "header": { "fg": "#e0e0e0", "bold": true }, "item": { "fg": "#a0a0a0" }, "selected": { "fg": "#e0e0e0", "bg": "#1a1a1a" } }, "dialog": { "input": {}, "item": { "fg": "#a0a0a0" }, "selected": { "fg": "#e0e0e0", "bg": "#1a1a1a" }, "muted": { "fg": "#555555" } }, "editor": { "lineNumber": { "fg": "#3a3a3a" }, "activeLine": { "bg": "#141414" }, "selection": { "bg": "#222222" }, "searchMatch": { "fg": "#0a0a0a", "bg": "#888888" }, "searchActive": { "fg": "#ffffff", "bg": "#cc2222" }, "bracketMatch": { "bg": "#282828" }, "diagnostics": { "error": { "fg": "#cc2222" }, "warning": { "fg": "#999999" }, "info": { "fg": "#888888" }, "hint": { "fg": "#555555" } } }, "menu": { "item": { "fg": "#a0a0a0" }, "active": { "fg": "#e0e0e0", "bg": "#1a1a1a", "bold": true } }, "hover": { "bold": { "fg": "#e0e0e0", "bold": true }, "code": { "fg": "#999999" } }, "diff": { "added": { "bg": "#0a1a0a" }, "deleted": { "bg": "#1a0a0a" }, "modified": { "bg": "#1a1a0a" } }, "scrollbar": { "fg": "#444444", "bg": "#1a1a1a" }, "syntax": { "comment": { "fg": "#555555" }, "string": { "fg": "#999999" }, "keyword": { "fg": "#e0e0e0", "bold": true }, "number": { "fg": "#888888" }, "operator": { "fg": "#777777" }, "function": { "fg": "#d0d0d0" }, "type": { "fg": "#b0b0b0" }, "builtin": { "fg": "#b0b0b0" }, "variable": { "fg": "#c8c8c8" }, "punctuation": { "fg": "#666666" }, "tag": { "fg": "#cc2222", "bold": true }, "attribute": { "fg": "#999999" } }, "terminal": { "foreground": "#c8c8c8", "background": "#0a0a0a", "black": "#0a0a0a", "red": "#cc2222", "green": "#808080", "yellow": "#999999", "blue": "#666666", "magenta": "#777777", "cyan": "#888888", "white": "#c8c8c8", "brightBlack": "#555555", "brightRed": "#dd3333", "brightGreen": "#909090", "brightYellow": "#aaaaaa", "brightBlue": "#777777", "brightMagenta": "#888888", "brightCyan": "#999999", "brightWhite": "#e0e0e0" }, "borders": { "horizontal": "─", "vertical": "│", "topLeft": "┌", "topRight": "┐", "bottomLeft": "└", "bottomRight": "┘", "topTee": "┬", "bottomTee": "┴", "leftTee": "├", "rightTee": "┤" } }