{
    "name": "Cosmos Ultima v1.0",
    "type": "dark",
    "colors": {
        "editor.background": "#020408",
        "editor.foreground": "#d1d5db",
        "activityBar.background": "#030712",
        "activityBar.foreground": "#38bdf8",
        "sideBar.background": "#030712",
        "sideBar.border": "#1e293b",
        "statusBar.background": "#38bdf8",
        "statusBar.foreground": "#000000",
        "editorLineNumber.foreground": "#4b5563",
        "editorLineNumber.activeForeground": "#38bdf8",
        "list.activeSelectionBackground": "#1e293b",
        "list.hoverBackground": "#0f172a",
        "breadcrumb.foreground": "#9ca3af",
        "editorGroupHeader.tabsBackground": "#030712",
        "tab.activeBackground": "#1e293b",
        "tab.activeForeground": "#38bdf8",
        "tab.border": "#1e293b"
    },
    "tokenColors": [
        {
            "name": "Keyword",
            "scope": "keyword",
            "settings": { "foreground": "#38bdf8" }
        },
        {
            "name": "Function",
            "scope": "entity.name.function",
            "settings": { "foreground": "#818cf8" }
        },
        {
            "name": "String",
            "scope": "string",
            "settings": { "foreground": "#34d399" }
        },
        {
            "name": "Comment",
            "scope": "comment",
            "settings": { "foreground": "#6b7280", "fontStyle": "italic" }
        }
    ]
}
