wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
16.36k stars 725 forks source link

Colorscheme "alacritty" is broken #5307

Closed chrisgrieser closed 3 months ago

chrisgrieser commented 4 months ago

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

wezterm 20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

The colorscheme "alacritty" does nothing.

To Reproduce

Set colors_scheme = "alacritty" in the wezterm config.

Configuration

colors_scheme = "alacritty"

Expected Behavior

color scheme to be working / including the necessary information

Logs

In the console running wezterm.color.get_builtin_schemes().alacritty outputs only this:

{
    "indexed": [],
}

Anything else?

I noticed this, since it broke my theme cycler: https://github.com/wez/wezterm/discussions/3426

wez commented 3 months ago

Fixed in 7f35aac7a96c645b6537c49492b679f7ec4e9a2e

github-actions[bot] commented 2 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.