diff --git a/.alacritty.toml b/.alacritty.toml index f370ce4..8878165 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -9,7 +9,7 @@ shell = "zsh" [window] decorations = "none" -opacity = 5 +opacity = 1 blur = true # padding = { x = 10, y = 10 } diff --git a/.config/alacritty/themes b/.config/alacritty/themes new file mode 160000 index 0000000..86c5784 --- /dev/null +++ b/.config/alacritty/themes @@ -0,0 +1 @@ +Subproject commit 86c578469e2bf784faf6f916883bf48349ff4f6d diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4409cc8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/alacritty/themes"] + path = .config/alacritty/themes + url = https://github.com/alacritty/alacritty-theme