From 4dc86f456c83aaaca4635b9c1c344624dc2556f9 Mon Sep 17 00:00:00 2001 From: BBC-Esq Date: Fri, 16 Feb 2024 14:48:29 -0500 Subject: [PATCH] v3.5 --- src/CSS/custom_stylesheet.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_auburn.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_black.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_bluish.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_dark_blue.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_dark_yellow.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_default.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_green_grey.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_greenish.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_grey.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_jewel.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_monet.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_okeefe.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_orangish.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_puke.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_purplish.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_reddish.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_steel_ocean.css | 20 ++++++++++++++++++++ src/CSS/custom_stylesheet_yellowish.css | 20 ++++++++++++++++++++ 19 files changed, 380 insertions(+) diff --git a/src/CSS/custom_stylesheet.css b/src/CSS/custom_stylesheet.css index a7079654..7fc6299b 100644 --- a/src/CSS/custom_stylesheet.css +++ b/src/CSS/custom_stylesheet.css @@ -152,3 +152,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_auburn.css b/src/CSS/custom_stylesheet_auburn.css index b558425a..318bd9ba 100644 --- a/src/CSS/custom_stylesheet_auburn.css +++ b/src/CSS/custom_stylesheet_auburn.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_black.css b/src/CSS/custom_stylesheet_black.css index f2bb00d3..488c48a1 100644 --- a/src/CSS/custom_stylesheet_black.css +++ b/src/CSS/custom_stylesheet_black.css @@ -151,3 +151,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_bluish.css b/src/CSS/custom_stylesheet_bluish.css index b1adc145..9680ac66 100644 --- a/src/CSS/custom_stylesheet_bluish.css +++ b/src/CSS/custom_stylesheet_bluish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_dark_blue.css b/src/CSS/custom_stylesheet_dark_blue.css index 9170d499..4b1b7233 100644 --- a/src/CSS/custom_stylesheet_dark_blue.css +++ b/src/CSS/custom_stylesheet_dark_blue.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_dark_yellow.css b/src/CSS/custom_stylesheet_dark_yellow.css index 66b27cfd..a54f35ee 100644 --- a/src/CSS/custom_stylesheet_dark_yellow.css +++ b/src/CSS/custom_stylesheet_dark_yellow.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_default.css b/src/CSS/custom_stylesheet_default.css index cfc15bff..0674ae7e 100644 --- a/src/CSS/custom_stylesheet_default.css +++ b/src/CSS/custom_stylesheet_default.css @@ -151,3 +151,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_green_grey.css b/src/CSS/custom_stylesheet_green_grey.css index 87ffdf0e..494c1e34 100644 --- a/src/CSS/custom_stylesheet_green_grey.css +++ b/src/CSS/custom_stylesheet_green_grey.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_greenish.css b/src/CSS/custom_stylesheet_greenish.css index 41609cb5..6d3d6ff2 100644 --- a/src/CSS/custom_stylesheet_greenish.css +++ b/src/CSS/custom_stylesheet_greenish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_grey.css b/src/CSS/custom_stylesheet_grey.css index 8de8966d..23c063f5 100644 --- a/src/CSS/custom_stylesheet_grey.css +++ b/src/CSS/custom_stylesheet_grey.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_jewel.css b/src/CSS/custom_stylesheet_jewel.css index fded36d1..0a832690 100644 --- a/src/CSS/custom_stylesheet_jewel.css +++ b/src/CSS/custom_stylesheet_jewel.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_monet.css b/src/CSS/custom_stylesheet_monet.css index 706b7688..9abd0b7a 100644 --- a/src/CSS/custom_stylesheet_monet.css +++ b/src/CSS/custom_stylesheet_monet.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_okeefe.css b/src/CSS/custom_stylesheet_okeefe.css index 44b1b05c..3340d3fe 100644 --- a/src/CSS/custom_stylesheet_okeefe.css +++ b/src/CSS/custom_stylesheet_okeefe.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_orangish.css b/src/CSS/custom_stylesheet_orangish.css index 20af32cf..14a2e398 100644 --- a/src/CSS/custom_stylesheet_orangish.css +++ b/src/CSS/custom_stylesheet_orangish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_puke.css b/src/CSS/custom_stylesheet_puke.css index 1a3a8f5a..7658f011 100644 --- a/src/CSS/custom_stylesheet_puke.css +++ b/src/CSS/custom_stylesheet_puke.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_purplish.css b/src/CSS/custom_stylesheet_purplish.css index 1a61e0da..d324b39d 100644 --- a/src/CSS/custom_stylesheet_purplish.css +++ b/src/CSS/custom_stylesheet_purplish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_reddish.css b/src/CSS/custom_stylesheet_reddish.css index 78d57311..60d207a0 100644 --- a/src/CSS/custom_stylesheet_reddish.css +++ b/src/CSS/custom_stylesheet_reddish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +} diff --git a/src/CSS/custom_stylesheet_steel_ocean.css b/src/CSS/custom_stylesheet_steel_ocean.css index 599aa75d..b4b6e3a2 100644 --- a/src/CSS/custom_stylesheet_steel_ocean.css +++ b/src/CSS/custom_stylesheet_steel_ocean.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; /* Dark gray background */ +} + +QMessageBox QLabel { + color: white; /* White text for labels */ +} + +QMessageBox QPushButton { + background-color: #6c757d; /* Gray background for buttons */ + color: white; /* White text for buttons */ + border-radius: 5px; /* Rounded corners for buttons */ + padding: 5px; /* Padding inside buttons */ + border: none; /* No border for buttons */ +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; /* Darker gray background for buttons when hovered or pressed */ +} diff --git a/src/CSS/custom_stylesheet_yellowish.css b/src/CSS/custom_stylesheet_yellowish.css index e9466fa3..0fe0cc54 100644 --- a/src/CSS/custom_stylesheet_yellowish.css +++ b/src/CSS/custom_stylesheet_yellowish.css @@ -149,3 +149,23 @@ QMenuBar::item:selected { QCheckBox { color: white; } + +QMessageBox { + background-color: #1e1e1e; +} + +QMessageBox QLabel { + color: white; +} + +QMessageBox QPushButton { + background-color: #6c757d; + color: white; + border-radius: 5px; + padding: 5px; + border: none; +} + +QMessageBox QPushButton:hover, QMessageBox QPushButton:pressed { + background-color: #2f343f; +}