Skip to content

Commit 339ea9a

Browse files
wangfeiFeiWang1119
authored andcommitted
chore: add the QtActiveColorDark setting
add the setting that represents the active color in dark theme Log:
1 parent 3dee71b commit 339ea9a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

xsettings/xsettings_info.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@ var gsInfos = typeGSKeyInfos{
256256
convertGsToXs: convertStrToColor,
257257
convertXsToGs: convertColorToStr,
258258
},
259+
{
260+
gsKey: "qt-active-color-dark",
261+
gsType: gsKeyTypeString,
262+
xsKey: "Qt/ActiveColorDark",
263+
xsType: &settingTypeColorVar,
264+
convertGsToXs: convertStrToColor,
265+
convertXsToGs: convertColorToStr,
266+
},
259267
{
260268
gsKey: "qt-font-name",
261269
gsType: gsKeyTypeString,

0 commit comments

Comments
 (0)