alacritty.toml with proper bg and fg (#1851)

* alacritty.toml wity proper bg and fg

background = "#1e1e2e"
foreground = "#cdd6f4"

are the proper colors for terminal bg and fg when themeing with Catppuccin

* Update alacritty.toml with proper Catppuccin Mocha colors

* vscode.json to use Proper Catppuccin Mocha
This commit is contained in:
Qasim
2025-10-13 05:36:43 +05:30
committed by GitHub
parent adad20b6a1
commit cac8b03821
2 changed files with 39 additions and 50 deletions

View File

@@ -1,4 +1,4 @@
{
"name": "Catppuccin Macchiato",
"name": "Catppuccin Mocha",
"extension": "catppuccin.catppuccin-vsc"
}