Skip to content

tinted-textmate template #129

@Tortoaster

Description

@Tortoaster

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions