config: add Catppuccin theme and tweak editor settings

- Add high-contrast Catppuccin theme for OpenCode
- Enable Copilot edit prediction in Zed
- Increase Kitty font size and improve text rendering
- Fix trailing comma in OpenCode plugins config
This commit is contained in:
2026-01-10 19:10:31 -06:00
parent d7ebc63d88
commit 1d36d6ce0a
4 changed files with 122 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"features": {
"edit_prediction_provider": "copilot"
},
"vim_mode": false,
"icon_theme": "Material Icon Theme",
"use_system_path_prompts": false,