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
Looking at a typical terminal color template like: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/README.md#how-to-add-new-template
rio is missing at least a selection field in the [colors] config,
selection
[colors]
To consider if cursor text color and selection text color are desired as well.
The text was updated successfully, but these errors were encountered:
For this issue would recommend 3 new properties for theme configuration:
selection-foreground = "000000" selection-background = "000000" selection-cursor = "000000"
Sorry, something went wrong.
selection-cursor seems unnecessary - typically a user probably won't care enough
selection-cursor
Yeah but is no brainer to implement, so rather keep as personalisation option (it can just inherits the cursor color if is not set)
Hmm, to avoid complexity ignored the selection-cursor as you suggested.
Implemented in 9f64b1a
9f64b1a
No branches or pull requests
Looking at a typical terminal color template like: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/README.md#how-to-add-new-template
rio is missing at least a
selection
field in the[colors]
config,To consider if cursor text color and selection text color are desired as well.
The text was updated successfully, but these errors were encountered: