diff --git a/alacritty.toml b/alacritty.toml new file mode 100644 index 0000000..f8b7760 --- /dev/null +++ b/alacritty.toml @@ -0,0 +1,18 @@ +import = ["/home/andrew/.config/alacritty/themes/tokyonight.toml"] + +[cursor.style] +blinking = "On" +shape = "Beam" + +[cursor.vi_mode_style] +shape = "Block" + +[font] +size = 9.0 + +[font.normal] +family = "Geist Mono" +style = "Regular" + +[window] +opacity = 0.8 diff --git a/alacritty.yml b/alacritty.yml deleted file mode 100644 index 127e80e..0000000 --- a/alacritty.yml +++ /dev/null @@ -1,15 +0,0 @@ -font: - normal: - family: Geist Mono - style: Regular - size: 9.0 - -cursor: - style: - shape: "Beam" - blinking: "On" - vi_mode_style: - shape: "Block" - -import: - - ~/.config/alacritty/themes/tokyo-night.yml