Update dotfiles/.config/zed/settings.json

This commit is contained in:
2026-06-19 09:07:57 +02:00
parent 53023bd9c3
commit a63bf5ca0d
+11 -3
View File
@@ -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"],