mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-21 21:47:32 +02:00
small changes
This commit is contained in:
parent
88f2a66a51
commit
ba4c3e5bc4
@ -328,7 +328,7 @@ func runLazygit(t *testing.T, testPath string, rootDir string, record bool, spee
|
|||||||
|
|
||||||
_ = f.Close()
|
_ = f.Close()
|
||||||
} else {
|
} else {
|
||||||
err := osCommand.RunExecutable(cmd)
|
err := cmd.Run()
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,9 +4,5 @@ gui:
|
|||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
- green
|
- green
|
||||||
- bold
|
- bold
|
||||||
inactiveBorderColor:
|
|
||||||
- cyan
|
|
||||||
selectedLineBgColor:
|
|
||||||
- reverse
|
|
||||||
SelectedRangeBgcolor:
|
SelectedRangeBgcolor:
|
||||||
- reverse
|
- reverse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user