From 9e80bd0a828b6488f08e5b5d35ac41f0ebcd68ed Mon Sep 17 00:00:00 2001 From: Jika Date: Mon, 14 Jul 2025 11:32:03 +0200 Subject: [PATCH] Update alacritty colors --- alacritty/colors.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/alacritty/colors.toml b/alacritty/colors.toml index 46824a4..01607f0 100644 --- a/alacritty/colors.toml +++ b/alacritty/colors.toml @@ -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"