diff --git a/portprotonqt/themes/standart/images/icons/cancel.svg b/portprotonqt/themes/standart/images/icons/cancel.svg
new file mode 100644
index 0000000..cb6e680
--- /dev/null
+++ b/portprotonqt/themes/standart/images/icons/cancel.svg
@@ -0,0 +1 @@
+
diff --git a/portprotonqt/themes/standart/images/icons/desktop.svg b/portprotonqt/themes/standart/images/icons/desktop.svg
new file mode 100644
index 0000000..8323ac3
--- /dev/null
+++ b/portprotonqt/themes/standart/images/icons/desktop.svg
@@ -0,0 +1 @@
+
diff --git a/portprotonqt/themes/standart/images/icons/exit.svg b/portprotonqt/themes/standart/images/icons/exit.svg
new file mode 100644
index 0000000..4156042
--- /dev/null
+++ b/portprotonqt/themes/standart/images/icons/exit.svg
@@ -0,0 +1 @@
+
diff --git a/portprotonqt/themes/standart/images/icons/reboot.svg b/portprotonqt/themes/standart/images/icons/reboot.svg
new file mode 100644
index 0000000..9163861
--- /dev/null
+++ b/portprotonqt/themes/standart/images/icons/reboot.svg
@@ -0,0 +1 @@
+
diff --git a/portprotonqt/themes/standart/images/icons/shutdown.svg b/portprotonqt/themes/standart/images/icons/shutdown.svg
new file mode 100644
index 0000000..69aa61e
--- /dev/null
+++ b/portprotonqt/themes/standart/images/icons/shutdown.svg
@@ -0,0 +1 @@
+
diff --git a/portprotonqt/themes/standart/images/icons/spinner.svg b/portprotonqt/themes/standart/images/icons/suspend.svg
similarity index 100%
rename from portprotonqt/themes/standart/images/icons/spinner.svg
rename to portprotonqt/themes/standart/images/icons/suspend.svg
diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py
index 8c524e4..8a66e20 100644
--- a/portprotonqt/themes/standart/styles.py
+++ b/portprotonqt/themes/standart/styles.py
@@ -252,21 +252,23 @@ ACTION_BUTTON_STYLE = """
OVERLAY_BUTTON_STYLE = """
QPushButton {
background: #3f424d;
- border: 1px solid rgba(255, 255, 255, 0.20);
+ border: 2px solid rgba(255, 255, 255, 0.01);
border-radius: 10px;
color: #ffffff;
font-size: 16px;
font-family: 'Play';
+ padding: 8px 16px;
}
QPushButton:hover {
- background: #282a33;
+ background: #409EFF;
+ border: 2px solid #409EFF;
}
QPushButton:pressed {
background: #282a33;
}
QPushButton:focus {
border: 2px solid #409EFF;
- background-color: #404554;
+ background-color: #409EFF;
}
"""