From d7e748764e5c3a9000d6c89c392c230265d5f267 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 29 Aug 2025 17:02:30 +0530 Subject: removed unnecessary themes, modified mocha a bit --- .config/alacritty/themes/catppuccin-mocha.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/alacritty/themes/catppuccin-mocha.toml') diff --git a/.config/alacritty/themes/catppuccin-mocha.toml b/.config/alacritty/themes/catppuccin-mocha.toml index 7b752ce..672931b 100644 --- a/.config/alacritty/themes/catppuccin-mocha.toml +++ b/.config/alacritty/themes/catppuccin-mocha.toml @@ -1,6 +1,6 @@ [colors.primary] #background = "#1e1e2e" -background = "#14161b" +background = "#11111b" # crust foreground = "#cdd6f4" dim_foreground = "#7f849c" bright_foreground = "#cdd6f4" @@ -35,7 +35,7 @@ background = "#a6adc8" [colors.selection] text = "#1e1e2e" -background = "#f5e0dc" +background = "#b4befe" [colors.normal] black = "#45475a" -- cgit v1.2.3