Merge pull request #6 from yhoundz/main

Switch cursor foreground and background colors for WezTerm
This commit is contained in:
Webhooked 2025-05-11 13:27:26 +02:00 committed by GitHub
commit f67db8dca6
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",