feat: Add config for lazygit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user