chore(zed): update theme, update config

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-07-10 12:37:26 +03:00
parent 14f67cb5ca
commit 9cd99dbc88

View File

@@ -1,6 +1,7 @@
{ {
"context_servers": { "context_servers": {
"github-activity-summarizer": { "github-activity-summarizer": {
"source": "extension",
"settings": {} "settings": {}
} }
}, },
@@ -8,12 +9,13 @@
"metrics": false "metrics": false
}, },
"agent": { "agent": {
"always_allow_tool_actions": false, "always_allow_tool_actions": true,
"default_profile": "ask",
"default_model": { "default_model": {
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "gpt-4.1" "model": "gpt-4.1"
}, },
"version": "2" "play_sound_when_agent_done": true
}, },
"languages": { "languages": {
"PHP": { "PHP": {
@@ -77,7 +79,7 @@
"update_debounce_ms": 150 "update_debounce_ms": 150
} }
}, },
"multi_cursor_modifier": "cmd_or_ctrl", // alias: "cmd", "ctrl" "multi_cursor_modifier": "cmd_or_ctrl",
"indent_guides": { "indent_guides": {
"enabled": true, "enabled": true,
"coloring": "indent_aware" "coloring": "indent_aware"
@@ -89,8 +91,8 @@
"vim_mode": true, "vim_mode": true,
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Tomorrow", "light": "Rosé Pine Dawn",
"dark": "Tomorrow at Midnight" "dark": "Rosé Pine"
}, },
"inlay_hints": { "inlay_hints": {
"enabled": true, "enabled": true,
@@ -102,7 +104,6 @@
"buffer_font_size": 16, "buffer_font_size": 16,
"buffer_font_fallbacks": ["JetBrainsMono Nerd Font"], "buffer_font_fallbacks": ["JetBrainsMono Nerd Font"],
"use_autoclose": false, "use_autoclose": false,
"hour_format": "hour24",
"auto_install_extensions": { "auto_install_extensions": {
"angular": true, "angular": true,
"ansible": true, "ansible": true,
@@ -114,9 +115,9 @@
"dockerfile": true, "dockerfile": true,
"git-firefly": true, "git-firefly": true,
"github-activity-summarizer": true, "github-activity-summarizer": true,
"go-snippets": true,
"golangci-lint": true, "golangci-lint": true,
"gosum": true, "gosum": true,
"go-snippets": true,
"html": true, "html": true,
"ini": true, "ini": true,
"json": true, "json": true,
@@ -126,19 +127,19 @@
"lua": true, "lua": true,
"make": true, "make": true,
"php": true, "php": true,
"python-snippets": true,
"python-requirements": true, "python-requirements": true,
"python-snippets": true,
"rose-pine-theme": true,
"ruff": true, "ruff": true,
"scss": true, "scss": true,
"sieve": true, "sieve": true,
"stylelint": true,
"sql": true, "sql": true,
"stylelint": true,
"toml": true, "toml": true,
"vue": true, "vue": true,
"vue-snippets": true, "vue-snippets": true,
"wakatime": true, "wakatime": true,
"xcode-themes": true, "xcode-themes": true,
"yaml": true, "yaml": true
"tomorrow-theme": true
} }
} }