We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Xresources configuration in this repository has the following line setting the cursor color:
*.cursorColor: #dcd7ba
Using the default foreground as the color. Which doesn't seem to match up with other configurations in the repository. For example,
Wezterm:
cursor_bg = "#c8c093", cursor_fg = "#c8c093", cursor_border = "#c8c093",
Kitty:
url_color #72A7BC cursor #C8C093
Windows Terminal:
"cursorColor": "#C8C093",
Perhaps this should be corrected?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Xresources configuration in this repository has the following line setting the cursor color:
Using the default foreground as the color. Which doesn't seem to match up with other configurations in the repository. For example,
Wezterm:
Kitty:
Windows Terminal:
Perhaps this should be corrected?
The text was updated successfully, but these errors were encountered: