From a63bf5ca0d25bdac629f2ae6b69201284ef338fd Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Fri, 19 Jun 2026 09:07:57 +0200 Subject: [PATCH] Update dotfiles/.config/zed/settings.json --- dotfiles/.config/zed/settings.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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"],