Summary
Apply One Dark Pro theme to bat.
Background
One Dark Pro is not included in bat's default themes.
Approach
- Get One Dark Pro theme data from shikijs/textmate-grammars-themes
- Convert to tmTheme format
- Place at
~/.config/bat/themes/one-dark-pro.tmTheme
- Rebuild cache with
bat cache --build
- Set theme in bat config file
References
Summary
Apply One Dark Pro theme to bat.
Background
One Dark Pro is not included in bat's default themes.
Approach
~/.config/bat/themes/one-dark-pro.tmThemebat cache --buildReferences