Update configurations

This commit is contained in:
Fabio Scotto di Santolo
2024-07-01 18:18:18 +02:00
parent 2681ab2e68
commit 02fb313f15
172 changed files with 6896 additions and 27 deletions

View File

@@ -0,0 +1,36 @@
# github Alacritty Colors
# Default colors
[colors.primary]
background = '#ffffff'
foreground = '#0E1116'
# Normal colors
[colors.normal]
black = '#24292f'
red = '#cf222e'
green = '#116329'
yellow = '#4d2d00'
blue = '#0969da'
magenta = '#8250df'
cyan = '#1b7c83'
white = '#6e7781'
# Bright colors
[colors.bright]
black = '#57606a'
red = '#a40e26'
green = '#1a7f37'
yellow = '#633c01'
blue = '#218bff'
magenta = '#a475f9'
cyan = '#3192aa'
white = '#8c959f'
[[colors.indexed_colors]]
index = 16
color = '#d18616'
[[colors.indexed_colors]]
index = 17
color = '#a40e26'