8000 Clashing colors between Ngrok's output and indexed colors · Issue #15 · catppuccin/wezterm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Clashing colors between Ngrok's output and indexed colors #15
Open
@OneComputerGuy

Description

@OneComputerGuy

First, love the theme, I use it across all I use.

I ran into an issue with specific commands while using this theme in Wezterm.
When using Ngrok, the indexed value for color 16 is used as a background color for the command output however, in all themes, the color is light and clashes with the command's output as seen here:

Catppuccin Latte:

image

Catppuccin Mocha, Macchiato and Frappe:

image

If we manually modify the color on the wezterm config file with the following:

config.color_scheme = "Catppuccin Frappe"
config.colors = {
  indexed = {
    [16] = "#000000",
  }
}

The output shows as expected:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0