This commit is contained in:
암냥 2026-04-18 22:25:36 +09:00
commit 6fef06ae70
No known key found for this signature in database
67 changed files with 436 additions and 1 deletions

77
.zed/config.json Normal file
View file

@ -0,0 +1,77 @@
{
"icon_theme": {
"mode": "dark",
"light": "Zed (Default)",
"dark": "Zed (Default)",
},
"lsp": {
"clangd": {
"fetch": {
"pre_release": true,
},
},
},
"agent": {
"default_model": {
"provider": "zed.dev",
"model": "claude-sonnet-4-6",
"enable_thinking": true,
"effort": "high",
},
"favorite_models": [],
"model_parameters": [],
},
"auto_install_extensions": {
"git-firefly": true,
"nix": true,
"rust": true,
"toml": true,
},
"autosave": "on_focus_change",
"buffer_font_size": 15,
// "experimental.theme_overrides": {
// "background": "#FDF7F9",
// "border": "#F2E6EA",
// "border.variant": "#00000000",
// "drop_target.background": "#8165701a",
// "editor.active_line.background": "#8165700f",
// "editor.active_line_number": "#191013",
// "editor.background": "#00000000",
// "editor.gutter.background": "#00000000",
// "editor.highlighted_line.background": "#8165701a",
// "editor.indent_guide": "#F2E6EA",
// "editor.indent_guide_active": "#E6D5DB",
// "editor.line_number": "#A38F96",
// "element.active": "#81657029",
// "element.hover": "#8165700f",
// "element.selected": "#8165701a",
// "elevated_surface.background": "#FDF7F9",
// "ghost_element.active": "#8165701a",
// "ghost_element.background": "#00000000",
// "ghost_element.hover": "#8165700f",
// "ghost_element.selected": "#81657024",
// "hint.background": "#F7EBEE",
// "panel.background": "#00000000",
// "panel.focused_border": "#00000000",
// "panel.indent_guide": "#F2E6EA",
// "panel.indent_guide_active": "#D9C4CC",
// "panel.indent_guide_hover": "#E6D5DB",
// "scrollbar.thumb.background": "#A38F9680",
// "scrollbar.track.background": "#00000000",
// "scrollbar.track.border": "#00000000",
// "status_bar.background": "#FDF7F9",
// "surface.background": "#FDF7F900",
// "tab.active_background": "#8165701a",
// "tab.inactive_background": "#00000000",
// "tab_bar.background": "#00000000",
// "terminal.background": "#00000000",
// "title_bar.background": "#FDF7F9",
// "toolbar.background": "#00000000",
// },
"theme": {
"dark": "Catppuccin Mocha (pink) - No Italics",
"light": "One Light",
"mode": "dark",
},
"ui_font_size": 16,
}