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

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

Open
OneComputerGuy opened this issue Aug 15, 2024 · 1 comment
Open

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

OneComputerGuy opened this issue Aug 15, 2024 · 1 comment

Comments

@OneComputerGuy
Copy link

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
@mvillafuertem
Copy link

mvillafuertem commented Aug 16, 2024

I hit the same issue with a git log format.

Screenshot 2024-08-17 at 00 04 22

thanks to @OneComputerGuy workaround I was able to solve it.

config.colors = {
  indexed = {
    [16] = "#000000",
  }
}
Screenshot 2024-08-17 at 00 05 29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants