add theme overrides to zed for Python docstrings and operators
This commit is contained in:
@@ -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",
|
||||
// },
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user