Skip to content

miniex/lazygit-theme-damin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazygit-theme-damin

Two-color lazygit theme — #98ABCC blue and #E890B0 pink on #1e1e1e.

lazygit with the damin theme

Palette

Role Color
Background #1e1e1e
Foreground #ffffff
Blue (inactive borders, hints) #98ABCC
Pink (active border, cherry-pick) #E890B0
Honey (marked base commit) #F5C76A
Pink-red (unstaged changes) #D8788C
Selected row #3a3a3a

Install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/miniex/lazygit-theme-damin/main/install.sh)"

The installer writes the theme into your lazygit config directory. If a config.yml already exists, it stays untouched — the installer drops damin.yml beside it and prints how to enable it.

Manual

damin.yml is a complete, valid lazygit config. Put it in your lazygit config folder (lazygit --print-config-dir shows where), then:

  • No config yet — rename damin.yml to config.yml.
  • Existing config — copy its gui: block into your config.yml, or point LG_CONFIG_FILE at damin.yml.

Restart lazygit to apply.

What it themes

  • Borders — pink on the focused panel, blue on the rest; bold blue while searching.
  • Selected row — a subtle grey lift, dimmer in unfocused panels.
  • Cherry-picked commits — pink fill.
  • Marked base commit — honey (#F5C76A).
  • Unstaged changes — muted pink-red.
  • Authors — blue; main / master branches — pink.

No loud red or green — focus reads as the blue → pink split.

Companion repos

Contributing

Personal dotfiles — outside contributions aren't accepted; fork instead. Bug reports for published behavior are welcome. See CONTRIBUTING.md.

License

MIT © 2026 Han Damin.

Releases

No releases published

Contributors

Languages