feat: track zed, uwsm, and kitty configs

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-10 18:15:24 +02:00
co-authored by Claude Sonnet 5
parent 33d3bf60a0
commit 383b2aa29c
5 changed files with 78 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"icon_theme": "Catppuccin Frappé",
"ui_font_size": 16,
"buffer_font_size": 15,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Frappé",
},
}