warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
20.77k stars 348 forks source link

Cursor color cannot be changed within the themes.yaml #3965

Closed elviskahoro closed 4 days ago

elviskahoro commented 8 months ago

Discord username (optional)

No response

Describe the bug

The cursor color cannot be changed within the themes YAML which leads to some themes having a cursor color that matches the character color.

To reproduce

https://github.com/warpdotdev/themes/blob/main/standard/catppuccin.yaml

Expected behavior

No response

Screenshots

from @vneogi199 via https://github.com/warpdotdev/themes/issues/72

With catppuccin theme here: https://github.com/warpdotdev/themes/blob/main/standard/catppuccin.yaml

image Cursor is at line 2 column 3

With default dark theme: image

Operating system

MacOS

Operating system and version

MAC

Shell Version

No response

Current Warp version

No response

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

No

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

No, this same issue happens in Warp and other terminals.

Warp Internal (ignore): linear-label:b8107fdf-ba31-488d-b103-d271c89cac3e

None

elviskahoro commented 8 months ago

@4rc0s noted that:

I've noticed this on some of my image-generated themes as well. I was looking for a way to change the cursor color in the YAML file but didn't see one.

via: https://github.com/warpdotdev/themes/issues/72#issuecomment-1807482084

dannyneira commented 8 months ago

Thanks for submitting, we have a related request to allow for explicit cursor colors in Warp. https://github.com/warpdotdev/Warp/issues/3210

To anyone else facing this issue, please add a :+1: to the original post at the top or comment with your details, and subscribe if you'd like to be notified.

dannyneira commented 5 months ago

Duplicate of https://github.com/warpdotdev/Warp/issues/3210

dannyneira commented 5 days ago

Hey Folks, this feature has launched with the latest release of Warp. You can now add cursor: '#<hex color value>' to your custom theme yaml files to customize your cursor! Please see an example in our docs.

Closing as resolved, but please update and let us know what you think or any issues.