Added Alacritty configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-08-27 15:47:45 +02:00
parent d3d4b7b478
commit b20106d8e7
131 changed files with 4365 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
# Colors (Nord)
# Default colors
[colors.primary]
background = '#2E3440'
foreground = '#D8DEE9'
# Normal colors
[colors.normal]
black = '#3B4252'
red = '#BF616A'
green = '#A3BE8C'
yellow = '#EBCB8B'
blue = '#81A1C1'
magenta = '#B48EAD'
cyan = '#88C0D0'
white = '#E5E9F0'
# Bright colors
[colors.bright]
black = '#4C566A'
red = '#BF616A'
green = '#A3BE8C'
yellow = '#EBCB8B'
blue = '#81A1C1'
magenta = '#B48EAD'
cyan = '#8FBCBB'
white = '#ECEFF4'