🔧 chore(lazydocker): update config
This commit is contained in:
parent
6189e45bb3
commit
325f494079
1 changed files with 9 additions and 15 deletions
|
@ -1,35 +1,29 @@
|
||||||
|
# yaml-language-server: $schema=https://json.schemastore.org/lazydocker.json
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
scrollHeight: 2
|
scrollHeight: 2
|
||||||
language: "auto" # one of 'auto' | 'en' | 'pl' | 'nl' | 'de' | 'tr'
|
language: "auto" # one of 'auto' | 'en' | 'pl' | 'nl' | 'de' | 'tr'
|
||||||
theme:
|
theme:
|
||||||
lightTheme: false
|
lightTheme: false
|
||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
- "#a6da95" # Green
|
- "#a6da95"
|
||||||
- bold
|
- bold
|
||||||
inactiveBorderColor:
|
inactiveBorderColor:
|
||||||
- "#cad3f5" # Text
|
- "#a5adcb"
|
||||||
optionsTextColor:
|
optionsTextColor:
|
||||||
- "#8aadf4" # Blue
|
- "#8aadf4"
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
- "#363a4f" # Surface0
|
- "#363a4f"
|
||||||
selectedRangeBgColor:
|
|
||||||
- "#363a4f" # Surface0
|
|
||||||
cherryPickedCommitBgColor:
|
|
||||||
- "#8bd5ca" # Teal
|
|
||||||
cherryPickedCommitFgColor:
|
|
||||||
- "#8aadf4" # Blue
|
|
||||||
unstagedChangesColor:
|
|
||||||
- red # Red
|
|
||||||
returnImmediately: false
|
returnImmediately: false
|
||||||
wrapMainPanel: true
|
wrapMainPanel: true
|
||||||
# Side panel width as a ratio of the screen's width
|
# Side panel width as a ratio of the screen's width
|
||||||
sidePanelWidth: 0.333
|
sidePanelWidth: 0.25
|
||||||
# Determines whether we show the bottom line (the one containing keybinding
|
# Determines whether we show the bottom line (the one containing keybinding
|
||||||
# info and the status of the app).
|
# info and the status of the app).
|
||||||
showBottomLine: true
|
showBottomLine: false
|
||||||
# When true, increases vertical space used by focused side panel,
|
# When true, increases vertical space used by focused side panel,
|
||||||
# creating an accordion effect
|
# creating an accordion effect
|
||||||
expandFocusedSidePanel: false
|
expandFocusedSidePanel: true
|
||||||
# Determines which screen mode will be used on startup
|
# Determines which screen mode will be used on startup
|
||||||
screenMode: "normal" # one of 'normal' | 'half' | 'fullscreen'
|
screenMode: "normal" # one of 'normal' | 'half' | 'fullscreen'
|
||||||
# Determines the style of the container status and container health display in the
|
# Determines the style of the container status and container health display in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue