Change the default of the "gui.borders" config to "rounded"
Most people seem to agree that it looks better than the sharp edges of "single".
This commit is contained in:
@@ -466,7 +466,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
CommandLogSize: 8,
|
||||
SplitDiff: "auto",
|
||||
SkipRewordInEditorWarning: false,
|
||||
Border: "single",
|
||||
Border: "rounded",
|
||||
AnimateExplosion: true,
|
||||
},
|
||||
Git: GitConfig{
|
||||
|
||||
Reference in New Issue
Block a user