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

UI is unintelligible on WezTerm + Fish Shell + Catppuccin theme #2286

Open
andreacfromtheapp opened this issue Jul 2, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@andreacfromtheapp
Copy link

Describe the bug

gitui bottom row of commands looks funny and unintelligible with WezTerm, Fish Shell, Catppuccin theme.

To Reproduce
Steps to reproduce the behavior:

  1. Use WezTerm, Fish Shell, and gitUI with their own respective Catppuccin ports (Macchiato in my case but it's the same with other variants)

Relevant configs:

# wezterm.lua
[...]
config.default_prog = { "/opt/homebrew/bin/fish", "-l" }
config.color_scheme = "Catppuccin Macchiato"
[...]
# config.fish
fish_config theme choose "Catppuccin Macchiato"
alias gitui="gitui -t catppuccin-macchiato.ron"

Expected behavior
Clear and intelligible text

Screenshots

Screenshot 2024-07-02 at 11 46 31 AM

Context (please complete the following information):

  • macOS 14.5
  • gitui nightly 2024-06-02 ()
  • rustc 1.79.0 (129f3b996 2024-06-10)

Additional context

  • I am unsure where the problem lies
  • using macOS native Terminal works fine. Even with gitui -t catppuccin-macchiato.ron
@andreacfromtheapp andreacfromtheapp added the bug Something isn't working label Jul 2, 2024
@andreacfromtheapp andreacfromtheapp changed the title UI bottom is unintelligible on WezTerm + Fish Shell + Catppuccin theme UI is unintelligible on WezTerm + Fish Shell + Catppuccin theme Jul 2, 2024
@Bjorn-Eric-Abr
Copy link

I got the same issue (also using Catpuccin), fixed it with these overrides to my theme.ron

(
	command_fg: Some("#CDD6F4"),
	selection_bg: Some("#585B70"),
	cmdbar_bg: Some("#1E1E2E"),
)

More info on theme file here

@andreacfromtheapp
Copy link
Author

I got the same issue (also using Catpuccin), fixed it with these overrides to my theme.ron

Thanks! :)

I'm opening an issue with Catppuccin for gitui port so it can be fixed for everyone :)

@andreacfromtheapp
Copy link
Author

@Bjorn-Eric-Abr what Catppuccin variant is that for? I tried it on Macchiato but nothing changes/is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants