mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
Fix text formatting
This commit is contained in:
committed by
Jesse Duffield
parent
2c72990838
commit
268d4080b3
@@ -44,14 +44,14 @@ type GuiConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type ThemeConfig struct {
|
type ThemeConfig struct {
|
||||||
LightTheme bool `yaml:"lightTheme"`
|
LightTheme bool `yaml:"lightTheme"`
|
||||||
ActiveBorderColor []string `yaml:"activeBorderColor"`
|
ActiveBorderColor []string `yaml:"activeBorderColor"`
|
||||||
InactiveBorderColor []string `yaml:"inactiveBorderColor"`
|
InactiveBorderColor []string `yaml:"inactiveBorderColor"`
|
||||||
OptionsTextColor []string `yaml:"optionsTextColor"`
|
OptionsTextColor []string `yaml:"optionsTextColor"`
|
||||||
SelectedLineBgColor []string `yaml:"selectedLineBgColor"`
|
SelectedLineBgColor []string `yaml:"selectedLineBgColor"`
|
||||||
SelectedRangeBgColor []string `yaml:"selectedRangeBgColor"`
|
SelectedRangeBgColor []string `yaml:"selectedRangeBgColor"`
|
||||||
CherryPickedCommitBgColor []string `yaml:"cherryPickedCommitBgColor"`
|
CherryPickedCommitBgColor []string `yaml:"cherryPickedCommitBgColor"`
|
||||||
CherryPickedCommitFgColor []string `yaml:"cherryPickedCommitFgColor"`
|
CherryPickedCommitFgColor []string `yaml:"cherryPickedCommitFgColor"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommitLengthConfig struct {
|
type CommitLengthConfig struct {
|
||||||
|
Reference in New Issue
Block a user