Files
fluent_widgets_pyside6/examples/navigation/navigation3/resource/dark/demo.qss
2025-08-14 18:45:16 +08:00

52 lines
1.1 KiB
Plaintext

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;
}