Open
Description
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:
Catppuccin Mocha, Macchiato and Frappe:
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:
Metadata
Metadata
Assignees
Labels
No labels