소스 검색

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

ayn2op 2 달 전
부모
커밋
df7bfcbc6f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"`
 	}