Change alacritty cursor to underline

This commit is contained in:
2021-12-13 00:38:40 +00:00
parent 704a1e5713
commit ffdafe2d8c

View File

@@ -11,6 +11,12 @@
}; };
}; };
cursor = {
style= {
shape = "Underline";
};
};
colors = { colors = {
primary = { primary = {
background = "0x282a36"; background = "0x282a36";