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,33 @@
# (Github Light High Contrast) Colors for Alacritty
# Default colors
[colors.primary]
background = '#ffffff'
foreground = '#010409'
# Cursor colors
[colors.cursor]
text = '#ffffff'
cursor = '#0e1116'
# Normal colors
[colors.normal]
black = '#0e1116'
red = '#a0111f'
green = '#024c1a'
yellow = '#3f2200'
blue = '#0349b4'
magenta = '#622cbc'
cyan = '#1b7c83'
white = '#66707b'
# Bright colors
[colors.bright]
black = '#4b535d'
red = '#86061d'
green = '#055d20'
yellow = '#4e2c00'
blue = '#1168e3'
magenta = '#622cbc'
cyan = '#1b7c83'
white = '#66707b'