Update dotfiles/.config/zed/settings.json
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user