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:
Stefan Haller
2023-09-09 10:42:24 +02:00
parent d7e2ca3f10
commit 5b8a8d356c
2 changed files with 2 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ func GetDefaultConfig() *UserConfig {
CommandLogSize: 8,
SplitDiff: "auto",
SkipRewordInEditorWarning: false,
Border: "single",
Border: "rounded",
AnimateExplosion: true,
},
Git: GitConfig{