diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 17:02:30 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-08-29 17:02:30 +0530 |
commit | d7e748764e5c3a9000d6c89c392c230265d5f267 (patch) | |
tree | 1fea2f9e0ec16b52d7f9e91fba8a2f9438fb4e61 /.config/alacritty/themes/catppuccin-mocha.toml | |
parent | 2de2569126664936d006e0f711a4ad8c2ca6f706 (diff) |
removed unnecessary themes, modified mocha a bit
Diffstat (limited to '.config/alacritty/themes/catppuccin-mocha.toml')
-rw-r--r-- | .config/alacritty/themes/catppuccin-mocha.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |