feat: Add config for lazygit

This commit is contained in:
Xavier Logerais
2025-11-07 19:05:37 +00:00
parent 36627be43a
commit 3ff94ec2ec
2 changed files with 17 additions and 0 deletions
View File
+17
View File
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json
gui:
# Config relating to colors and styles.
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#color-attributes
# Border color of non-focused windows
theme:
inactiveBorderColor:
- default # Border color of focused window
activeBorderColor:
- blue
- bold
nerdFontsVersion: "3"
git:
pagers:
- colorArg: always
pager: delta --paging=never
parseEmoji: true