From bf1e95822c720568e4f63bbcccf9ccdb54bb373b Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Mon, 15 Jun 2026 22:07:04 +0200 Subject: modify colors --- alacritty.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'alacritty.toml') diff --git a/alacritty.toml b/alacritty.toml index 462dbe3..fb40a5a 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -9,7 +9,7 @@ italic = { family = "Iosevka NF", style = "Regular"} bold_italic = { family = "Iosevka NF", style = "Regular"} [colors.bright] -black = "#444b6a" +black = "#1d2123" blue = "#7da6ff" cyan = "#0db9d7" green = "#b9f27c" @@ -19,18 +19,18 @@ white = "#acb0d0" yellow = "#ff9e64" [colors.normal] -black = "#32344a" +black = "#151617" blue = "#7aa2f7" cyan = "#449dab" green = "#9ece6a" magenta = "#ad8ee6" red = "#f7768e" -white = "#787c99" +white = "#d2e7ef" yellow = "#e0af68" [colors.primary] -background = "#1a1b26" -foreground = "#a9b1d6" +background = "#151617" +foreground = "#d2e7ef" [cursor] style={shape="Underline", blinking = "On"} -- cgit v1.3-7-ge9ab