Ver Fonte

fix(config): change toml name for DialogTheme.Style

ayn2op há 2 meses atrás
pai
commit
df7bfcbc6f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      internal/config/theme.go

+ 1 - 1
internal/config/theme.go

@@ -157,7 +157,7 @@ type (
 	}
 
 	DialogTheme struct {
-		Style           StyleWrapper `toml:"foreground_style"`
+		Style           StyleWrapper `toml:"style"`
 		BackgroundStyle StyleWrapper `toml:"background_style"`
 	}