1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00
lazygit/docs/Config.md

48 lines
890 B
Markdown
Raw Normal View History

2018-08-18 13:54:39 +10:00
# User Config:
## Default:
```
gui:
# stuff relating to the UI
scrollHeight: 2 # how many lines you scroll by
theme:
activeBorderColor:
- white
- bold
inactiveBorderColor:
- white
optionsTextColor:
- blue
git:
# stuff relating to git
os:
# stuff relating to the OS
2018-08-26 13:03:37 +10:00
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for
2018-08-26 15:46:18 +10:00
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
2018-08-18 13:54:39 +10:00
```
## Color Attributes:
For color attributes you can choose an array of attributes (with max one color attribute)
The available attributes are:
- default
- black
- red
- green
- yellow
- blue
- magenta
- cyan
- white
- bold
- reverse # useful for high-contrast
- underline
2018-08-21 13:42:17 +10:00
## Example Coloring:
![border example](/docs/resources/colored-border-example.png)