diff --git a/dotfiles/.config/zed/settings.json b/dotfiles/.config/zed/settings.json index ac6bfdd..3362740 100644 --- a/dotfiles/.config/zed/settings.json +++ b/dotfiles/.config/zed/settings.json @@ -60,9 +60,17 @@ "constant.builtin": { "color": "#D27E99" }, }, }, - }, - "auto_install_extensions": { - "kanagawa": true, + "Kanagawa Lotus": { + "syntax": { + "comment": { "color": "#D27E99" }, + "comment.doc": { "color": "#D27E99" }, + "boolean": { "color": "#CC6D00" }, + "label": { "color": "#CC6D00" }, + "constant": { "color": "#CC6D00" }, + "constant.builtin": { "color": "#CC6D00" }, + "number": { "color": "#CC6D00" }, + }, + }, }, "file_types": { "Python": ["coco"],