add theme overrides to zed for Python docstrings and operators

This commit is contained in:
2025-09-11 10:50:04 -04:00
parent e2a0d8fb32
commit 1f717b9d6d

View File

@@ -50,5 +50,22 @@
},
"file_types": {
"Markdown": ["svx"]
}
},
"experimental.theme_overrides": {
// use with One Dark Pro theme
// "editor.document_highlight.read_background": "#74ade81a",
"syntax": {
"operator": {
"color": "#fa428f"
},
"string.doc": {
"color": "#a2a3a7"
}
// use with One Dark Pro theme
// "punctuation.special": {
// "color": "#b1574b",
// },
}
}
}