feat: Change theme from Catppuccin -> GitHub Dark

- Vim, Neovim, Kitty, VS Code, Ghostty, Zed
This commit is contained in:
Pratik Tripathy
2025-09-01 12:16:42 +05:30
parent 85d7c9eaa1
commit b7f5eec5ea
10 changed files with 75 additions and 128 deletions

View File

@@ -9,11 +9,9 @@
"csharp": false,
"lua": false,
"dockerfile": false,
"html": false,
"catppuccin": false
"html": false
},
"auto_install_extensions": {
"catppuccin": true,
"catppuccin icons": true,
"html": true,
"dockerfile": true
@@ -24,9 +22,9 @@
"theme": {
"mode": "dark",
"light": "One Light",
"dark": "Catppuccin Mocha"
"dark": "Github Dark Dimmed"
},
"icon_theme": "Catppuccin Latte",
"icon_theme": "Modern Icons (Dark)",
"tabs": { "file_icons": true, "git_status": true },
"tab_bar": { "show_nav_history_buttons": false },
"ui_font_size": 17,