initial fluent-widgets ui

This commit is contained in:
2025-08-14 18:45:16 +08:00
parent 746e83ab23
commit 4c66886257
1198 changed files with 805339 additions and 0 deletions

View File

@ -0,0 +1,51 @@
Widget > QLabel {
font: 24px 'Segoe UI', 'Microsoft YaHei';
}
Widget {
background-color: rgb(39, 39, 39);
}
Window {
background-color: rgb(39, 39, 39);
}
StandardTitleBar {
background-color: rgb(39, 39, 39);
}
NavigationBar>QLabel {
font: 18px 'Segoe UI', 'Microsoft YaHei';
color: white;
}
StandardTitleBar > QLabel,
Widget > QLabel {
color: white;
}
MinimizeButton {
qproperty-normalColor: white;
qproperty-normalBackgroundColor: transparent;
qproperty-hoverColor: white;
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
qproperty-pressedColor: white;
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
}
MaximizeButton {
qproperty-normalColor: white;
qproperty-normalBackgroundColor: transparent;
qproperty-hoverColor: white;
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
qproperty-pressedColor: white;
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
}
CloseButton {
qproperty-normalColor: white;
qproperty-normalBackgroundColor: transparent;
}

View File

@ -0,0 +1,15 @@
Widget > QLabel {
font: 24px 'Segoe UI', 'Microsoft YaHei';
}
Widget {
background-color: rgb(249, 249, 249);
}
Window {
background-color: rgb(249, 249, 249);
}
NavigationBar > QLabel {
font: 18px 'Segoe UI', 'Microsoft YaHei';
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB