initial fluent-widgets ui
This commit is contained in:
50
resource/dark/demo.qss
Normal file
50
resource/dark/demo.qss
Normal file
@ -0,0 +1,50 @@
|
||||
Widget > QLabel {
|
||||
font: 24px 'Segoe UI', 'Microsoft YaHei';
|
||||
}
|
||||
|
||||
Widget {
|
||||
border: 1px solid rgb(29, 29, 29);
|
||||
background-color: rgb(39, 39, 39);
|
||||
border-top-left-radius: 10px;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
Window {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
|
||||
StandardTitleBar {
|
||||
background-color: rgb(32, 32, 32);
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
16
resource/light/demo.qss
Normal file
16
resource/light/demo.qss
Normal file
@ -0,0 +1,16 @@
|
||||
Widget > QLabel {
|
||||
font: 24px 'Segoe UI', 'Microsoft YaHei';
|
||||
}
|
||||
|
||||
Widget {
|
||||
border: 1px solid rgb(229, 229, 229);
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
border-top-left-radius: 10px;
|
||||
background-color: rgb(249, 249, 249);
|
||||
}
|
||||
|
||||
Window {
|
||||
background-color: rgb(243, 243, 243);
|
||||
}
|
||||
|
||||
BIN
resource/logo.png
Normal file
BIN
resource/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
resource/shoko.png
Normal file
BIN
resource/shoko.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
Reference in New Issue
Block a user