Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tinted-theming/tinted-lazygit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinted-lazygit

This repo provides templates for using Base16 color schemes with lazygit, a simple terminal UI for git commands.

All files in themes directory generated by tinted-builder-rust.

Examples

base16-onedark

Example lazygit with base16-onedark colorscheme

base16-google-light

Example lazygit with base16-google-light colorscheme

Usage

Manual

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.

Tinty

  1. Add the following to ~/.config/tinted-theming/tinty/config.toml:
[[items]]
name = "tinted-lazygit"
path = "https://github.com/tinted-theming/tinted-lazygit"
themes-dir = "themes"
supported-systems = ["base16"]
  1. Use a flag --use-config-file to combine multiple configuration files. In this case, it's the color scheme file that tinty generates automatically in ~/.local/share/tinted-theming/tinty/tinted-lazygit-themes-file.yml and the main configuration config.yml file.
lazygit --use-config-file="$XDG_CONFIG_HOME/lazygit/config.yml,$XDG_DATA_HOME/tinted-theming/tinty/tinted-lazygit-themes-file.yml"

Or an environment variable LG_CONFIG_FILE.

LG_CONFIG_FILE="$XDG_CONFIG_HOME/lazygit/config.yml,$XDG_DATA_HOME/tinted-theming/tinty/tinted-lazygit-themes-file.yml" lazygit
  1. tinty apply base16-google-light to change the theme to base16-google-light.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors