1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

add bold style for border

This commit is contained in:
aidancz
2025-06-14 17:14:13 +08:00
committed by Stefan Haller
parent fb2c5ea8b6
commit 80bbdf41fb
5 changed files with 9 additions and 6 deletions

View File

@@ -166,8 +166,8 @@ type GuiConfig struct {
// One of: 'normal' (default) | 'half' | 'full'
ScreenMode string `yaml:"screenMode" jsonschema:"enum=normal,enum=half,enum=full"`
// Window border style.
// One of 'rounded' (default) | 'single' | 'double' | 'hidden'
Border string `yaml:"border" jsonschema:"enum=single,enum=double,enum=rounded,enum=hidden"`
// One of 'rounded' (default) | 'single' | 'double' | 'hidden' | 'bold'
Border string `yaml:"border" jsonschema:"enum=single,enum=double,enum=rounded,enum=hidden,enum=bold"`
// If true, show a seriously epic explosion animation when nuking the working tree.
AnimateExplosion bool `yaml:"animateExplosion"`
// Whether to stack UI components on top of each other.