Zed theme overrides part 1

This commit is contained in:
Jason Hilder 2026-03-19 07:55:07 +02:00
parent 2bc5a24ddc
commit 73322020cb
1 changed files with 22 additions and 12 deletions

View File

@ -1,5 +1,6 @@
{
// Core behavior
"window_decorations": "client",
"disable_ai": true,
"restore_on_startup": "last_workspace",
"session": { "trust_all_worktrees": true },
@ -23,7 +24,23 @@
// UI appearance
"ui_font_size": 17,
"scrollbar": { "show": "never" },
"theme": "Kanagawa Wave",
// Theme sets highlights
"theme": "Tokyo Night",
// We override for comfy backgrounds
"theme_overrides": {
"Tokyo Night": {
"editor.document_highlight.read_background": "#00000000",
"editor.document_highlight.write_background": "#00000000",
"border.variant": "#111111",
"border": "#111111",
"title_bar.background": "#1e1e1e",
"panel.background": "#1e1e1e",
"panel.focused_border": "#0078D4",
"editor.background": "#1e1e1e",
"editor.gutter.background": "#1e1e1e",
"tab_bar.background": "#1e1e1e",
},
},
// Keybindings & modes
"vim_mode": true,
@ -110,15 +127,8 @@
"JSON": {
"language_servers": ["!json-language-server", "..."]
},
// "PHP": {
// "language_servers": [
// "intelephense",
// "!phpactor",
// "!phptools",
// "!outsourced",
// "tailwindcss-language-server",
// "..."
// ]
// },
"PHP": {
"language_servers": [ "intelephense", "!phpactor", "!phptools", "!outsourced", "tailwindcss-language-server", "..." ]
},
}
}