Skip to content

Commit

Permalink
fix(home/gael): alacritty cursor color
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Oct 17, 2024
1 parent 0e5b676 commit e603e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
};
cursor = {
text = "#fdf6e3";
curser = "#657b83";
cursor = "#657b83";
};
normal = {
black = "#073642";
Expand Down

0 comments on commit e603e2b

Please sign in to comment.