Update alacritty colors

This commit is contained in:
2025-07-14 11:32:03 +02:00
parent 8e3ee6a9cc
commit 9e80bd0a82

View File

@@ -2,9 +2,9 @@
background = '#1e222a'
foreground = '#abb2bf'
# Normal colors
[colors.normal]
black = '#181c21'
# Bright colors
[colors.bright]
black = '#5a5b5e'
red = '#e55561'
green = '#8ebd6b'
yellow = '#e2b86b'
@@ -13,9 +13,9 @@ magenta = '#bf68d9'
cyan = '#48b0bd'
white = "#c9c9c9"
# Bright colors
[colors.bright]
black = '#5a5b5e'
# Normal colors
[colors.normal]
black = '#181c21'
magenta = "#c75ae8"
green = "#8bcd5b"
blue = "#41a7fc"