From b9d1fc1fde7f18ba0df8004f6dc136af505e6f7e Mon Sep 17 00:00:00 2001 From: josean-dev Date: Thu, 18 Apr 2024 10:14:08 -0400 Subject: [PATCH] Changed josean.toml alacritty theme to coolnight.toml --- .config/alacritty/alacritty.toml | 2 +- .config/alacritty/themes/themes/{josean.toml => coolnight.toml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .config/alacritty/themes/themes/{josean.toml => coolnight.toml} (100%) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index b3c831e..43b3028 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,5 +1,5 @@ import = [ - "~/.config/alacritty/themes/themes/josean.toml" + "~/.config/alacritty/themes/themes/coolnight.toml" ] [ env ] diff --git a/.config/alacritty/themes/themes/josean.toml b/.config/alacritty/themes/themes/coolnight.toml similarity index 100% rename from .config/alacritty/themes/themes/josean.toml rename to .config/alacritty/themes/themes/coolnight.toml