Add ristretto theme to default themes (#384)

* Add ristretto theme to defaults

* Update alacritty.toml
This commit is contained in:
Greg Helding
2025-07-28 05:49:12 -05:00
committed by GitHub
parent e39ec15197
commit 51fe5bf6e8
10 changed files with 180 additions and 0 deletions

View File

@ -0,0 +1,5 @@
$color = rgba(44,37,37,1.0)
$inner_color = rgba(44,37,37,0.8)
$outer_color = rgba(230,217,219,1.0)
$font_color = rgba(230,217,219,1.0)
$check_color = rgba(253,104,131,1.0)