Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 864 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 864 Bytes

tinted-delta

A Tinted Theming template for delta with Base16 themes

Using with Tinty

For usage with Tinty:

  1. Add this line to your .gitconig. This assumes you have already set up delta as your Git pager/diff-tool under the name delta:

    [include]
        path = ~/.local/share/tinted-theming/tinty/tinted-delta-configs-file.gitconfig
  2. Add the following to ~/.config/tinted-theming/tinty/config.toml:

    [[items]]
    path = "https://github.com/tinted-theming/tinted-delta"
    name = "tinted-delta"
    themes-dir = "configs"
    supported-systems = ["base16", "base24"]
  3. tinty apply ... to apply the theme you like.