From 982eb28274c04bef3f371e62b695a77f47394857 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 4 Nov 2024 20:33:09 +0000 Subject: [PATCH] feat: change alacritty theme --- alacritty/alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index c16515b4c..8e2c02cd6 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,7 +1,7 @@ [general] live_config_reload = true import = [ - "themes/themes/dark_pastels.toml" + "themes/themes/doom_one.toml" ] [cursor]