diff --git a/dot_config/alacritty/alacritty.toml b/dot_config/alacritty/alacritty.toml index 5c2d927..da18ea4 100644 --- a/dot_config/alacritty/alacritty.toml +++ b/dot_config/alacritty/alacritty.toml @@ -12,7 +12,7 @@ bold_italic = { style = "Bold Oblique" } [colors] primary.background = "#000000" primary.foreground = "#ffffff" -cursor = { text = "#30ff30", cursor = "#30ff30" } +cursor = { text = "#000000", cursor = "#30ff30" } draw_bold_text_with_bright_colors = true [colors.normal]