-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Chris Kempson used to have base16-textmate, but it hasn't been maintained in 3 years, and is missing many color schemes. The .tmTheme format is also used by bat, so it would be great to have it back, even if Sublime doesn't use it anymore.
Configuring bat through tinty can be done like so:
[[items]]
name = "base16-textmate"
path = "https://github.com/chriskempson/base16-textmate.git"
revision = "master"
themes-dir = "Themes"
hook = "cp -f %f ~/.config/bat/themes/tinted-bat/tinted.tmTheme && batcat cache --build"
supported-systems = ["base16", "base24"]~/.config/bat/config:
--theme="tinted"
(make sure the ~/.config/bat/config/themes/tinted-bat directory exists)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels