Edited cursor colors for wezterm

This commit is contained in:
alexander wang 2025-05-10 22:03:55 -05:00 committed by GitHub
commit c5102362b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,8 @@ local config = {
foreground = "#C5C9C7",
background = "#14171d",
cursor_bg = "#14171d",
cursor_fg = "#C5C9C7",
cursor_bg = "#C5C9C7",
cursor_fg = "#14171d",
cursor_border = "#C5C9C7",
selection_fg = "#C5C9C7",