From b5ce366b3f267ef311c9135b0579b03d7588ccbd Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Sun, 3 Aug 2025 23:57:32 +0200 Subject: color change --- alacritty/alacritty.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'alacritty/alacritty.toml') diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index b00e8ea..ab71900 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -18,41 +18,41 @@ hide_when_typing = true [colors.primary] -background = "#141415" +background = "#121212" foreground = "#cdd6f4" dim_foreground = "#7f849c" bright_foreground = "#cdd6f4" [colors.cursor] -text = "#141415" +text = "#121212" cursor = "#f5e0dc" [colors.vi_mode_cursor] -text = "#141415" +text = "#121212" cursor = "#b4befe" [colors.search.matches] -foreground = "#141415" +foreground = "#121212" background = "#a6adc8" [colors.search.focused_match] -foreground = "#141415" +foreground = "#121212" background = "#a6e3a1" [colors.footer_bar] -foreground = "#141415" +foreground = "#121212" background = "#a6adc8" [colors.hints.start] -foreground = "#141415" +foreground = "#121212" background = "#f9e2af" [colors.hints.end] -foreground = "#141415" +foreground = "#121212" background = "#a6adc8" [colors.selection] -text = "#141415" +text = "#121212" background = "#f5e0dc" [colors.normal] -- cgit v1.2.3