diff --git a/dot_config/zed/settings.json b/dot_config/zed/settings.json index df3ec22..01e42ce 100644 --- a/dot_config/zed/settings.json +++ b/dot_config/zed/settings.json @@ -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", + // }, + } + } + }