diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..56f728c --- /dev/null +++ b/.config/alacritty/alacritty.toml @@ -0,0 +1,6 @@ +# https://github.com/alacritty/alacritty-theme +import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"] + +[colors.cursor] +cursor = "#00ff00" +text = "#000000"