Skip to content

Clashing colors between Ngrok's output and indexed colors #15

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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