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

Solarized themes are missing from 0.15.3 #1027

Closed
adamtabrams opened this issue May 26, 2020 · 5 comments · Fixed by #1029
Closed

Solarized themes are missing from 0.15.3 #1027

adamtabrams opened this issue May 26, 2020 · 5 comments · Fixed by #1029
Labels
bug Something isn't working themes

Comments

@adamtabrams
Copy link

What version of bat are you using?
bat 0.15.3

Describe the bug you encountered:
bat --list-themes does show any Solarized themes.
And using bat with a Solarized theme set in the bat.conf gives this error:
[bat warning]: Unknown theme 'Solarized (dark)', using default.

Describe what you expected to happen?
I expected to see both light and dark variants of the Solarized theme using bat --list-themes.
And I expected my bat.conf that uses the Solarized (dark) theme to continue working.

How did you install bat?
homebrew

@adamtabrams adamtabrams added the bug Something isn't working label May 26, 2020
@lukehsiao
Copy link

This is also true for when I installed bat using cargo.

@sharkdp
Copy link
Owner

sharkdp commented May 27, 2020

Fixed in #1029. I added a test to make sure this does not happen again.

@sharkdp
Copy link
Owner

sharkdp commented May 27, 2020

Fix released in v0.15.4

@ralphee
Copy link

ralphee commented Mar 22, 2021

Fix released in v0.15.4

experiencing this issue v 0.18.0
[bat warning]: Unknown theme 'Solarized', using default
export BAT_THEME="Solarized" .zshenv
bat --list-themes

@lukehsiao
Copy link

lukehsiao commented Mar 22, 2021

You need to specify light or dark. For example,

export BAT_THEME="Solarized (dark)"

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

Successfully merging a pull request may close this issue.

4 participants