aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b7a96b48a4f7b192cdcd9dcc13b14dcc7ffb915a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# base16-lazygit

<!-- markdownlint-disable MD013 -->

This repo provides templates for using [Base16](https://github.com/tinted-theming/home) color schemes with [lazygit](https://github.com/jesseduffield/lazygit), simple terminal UI for git commands.

All files in `colors` directory generated by [lustache](https://luarocks.org/modules/olivine-labs/lustache) and [lustache-cli](https://github.com/djmattyg007/lustache-cli).

## Examples

### base16-onedark

![Example lazygit with base16-onedark colorscheme](./examples/img/onedark.png)

### base16-google-light

![Example lazygit with base16-google-light colorscheme](./examples/img/google-light.png)

## Usage

You can find an example config in `examples/config.yml`.

Place this file in:

- Linux: `~/.config/lazygit/config.yml`.
- MacOS: `~/Library/Application\ Support/lazygit/config.yml`.
- Windows: `%LOCALAPPDATA%\lazygit\config.yml` (default location, but it will also be found in `%APPDATA%\lazygit\config.yml`.

## License

MIT