Skip to content

Instantly share code, notes, and snippets.

View mwja's full-sized avatar
🏔️

Jacob MacKenzie-Websdale mwja

🏔️
View GitHub Profile
@mwja
mwja / index.js
Created February 10, 2026 11:19 — forked from sipec/index.js
Convert vscode theme to zed using node
const fs = require("fs");
function convertSyntaxHighlighting(tokenColors) {
const syntax = {};
const scopeMapping = {
variable: ["variable", "variable.other.readwrite", "entity.name.variable"],
"variable.builtin": ["variable.defaultLanguage", "variable"],
"variable.parameter": ["variable.parameter", "variable"],
// "variable.member": [],