Restore Alacritty configurations

This commit is contained in:
Fabio Scotto di Santolo
2025-08-31 00:06:02 +02:00
parent 326e42c9e8
commit fb35ab7c74
128 changed files with 4359 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Colors (Gruvbox Material Medium Dark)
# Default colors
[colors.primary]
background = '#282828'
foreground = '#d4be98'
# Normal colors
[colors.normal]
black = '#3c3836'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'
# Bright colors (same as normal colors)
[colors.bright]
black = '#3c3836'
red = '#ea6962'
green = '#a9b665'
yellow = '#d8a657'
blue = '#7daea3'
magenta = '#d3869b'
cyan = '#89b482'
white = '#d4be98'