Two-color lazygit theme —
#98ABCCblue and#E890B0pink on#1e1e1e.
| 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 |
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.
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.ymltoconfig.yml. - Existing config — copy its
gui:block into yourconfig.yml, or pointLG_CONFIG_FILEatdamin.yml.
Restart lazygit to apply.
- 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/masterbranches — pink.
No loud red or green — focus reads as the blue → pink split.
- btop-theme-damin — btop
- fish-theme-damin — fish prompt
- dotfiles.tmux — tmux
- dotfiles.kitty — kitty
- dotfiles.nvim — Neovim
Personal dotfiles — outside contributions aren't accepted; fork instead. Bug reports for published behavior are welcome. See CONTRIBUTING.md.
MIT © 2026 Han Damin.
