Skip to content
New issue

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

feat:cterm colors #66

Merged
merged 4 commits into from
Dec 19, 2024
Merged

feat:cterm colors #66

merged 4 commits into from
Dec 19, 2024

Conversation

sphamba
Copy link
Owner

@sphamba sphamba commented Dec 19, 2024

Add default and configurable cterm color gradient. Example:

opts = {
  cterm_cursor_colors = { 240, 245, 250, 255 },
  cterm_bg = 235,
}

Changes

  • add cterm_cursor_colors and cterm_bg configuration variables

Related GitHub issues and pull requests

@sphamba sphamba added the enhancement New feature or enhancement label Dec 19, 2024
@sphamba sphamba merged commit 1ec09aa into main Dec 19, 2024
1 check passed
@sphamba sphamba deleted the feat-cterm-colors branch December 19, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for non-RGB terminal color
1 participant