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

Default preview font is black-on-dark #271

Open
llimllib opened this issue Jan 13, 2025 · 2 comments
Open

Default preview font is black-on-dark #271

llimllib opened this issue Jan 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@llimllib
Copy link

llimllib commented Jan 13, 2025

Description
When I installed tv and ran it the first time, everything looked nice except the default font on a preview

Example
image

for comparison, here's what an fzf preview looks like:

image

Here's what my default terminal colors look like:

image

Expected behavior
The preview font is readable

Actual behavior
The preview font is not readable

Environment

  • OS: Mac OS 15.2
  • Rust version: no idea, installed via homebrew
  • Project version: television 0.9.2, target triple: aarch64-apple-darwin, build: 1.83.0 (2025-01-09)
  • Terminal: kitty (reproduces on ghostty and iterm2 though)

Additional context

  • I tried monokai, solarized-dark, and catpuccin - all of them have the same issue
  • here is my kitty colorscheme config
  • Here's ghostty's terminal inspector suggesting that the foreground color is #040000:
image
@llimllib llimllib added the bug Something isn't working label Jan 13, 2025
@llimllib
Copy link
Author

llimllib commented Jan 13, 2025

I do have BAT_THEME set, which I found later in the config file, to ansi. Here's what the file looks like in bat though:

image

I think maybe this bug might actually be BAT_THEME=ansi does not work?

If I set BAT_THEME to TwoDark, previews work normally

@alexpasmantier
Copy link
Owner

Thanks for the feedback, will look into it 🙏🏻

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