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"