summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-11 20:47:29 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-11 20:47:29 -0600
commit789e95ca58f19198375af7756a10a9d69fc70a13 (patch)
treee0c0727150080fbce28c37de3947d740f9fc4a0d /src
parent9b9a1f435e33074e6573317ea947c617be484190 (diff)
Update VS2015 Themes by chintsu_kun to v2.0.2
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/vs15 Dark-Green.qss37
-rw-r--r--src/stylesheets/vs15 Dark-Orange.qss39
-rw-r--r--src/stylesheets/vs15 Dark-Purple.qss39
-rw-r--r--src/stylesheets/vs15 Dark-Red.qss39
-rw-r--r--src/stylesheets/vs15 Dark-Yellow.qss39
-rw-r--r--src/stylesheets/vs15 Dark.qss38
6 files changed, 118 insertions, 113 deletions
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss
index f1e3b4a9..5427b38a 100644
--- a/src/stylesheets/vs15 Dark-Green.qss
+++ b/src/stylesheets/vs15 Dark-Green.qss
@@ -2,11 +2,24 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -15,11 +28,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -97,7 +105,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -197,13 +204,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #009933;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #009933; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -259,8 +262,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -297,7 +299,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -580,7 +581,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -634,7 +635,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss
index 0b3808e7..fe65ece0 100644
--- a/src/stylesheets/vs15 Dark-Orange.qss
+++ b/src/stylesheets/vs15 Dark-Orange.qss
@@ -1,13 +1,26 @@
+/*base*/
/*!*************************************
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
-/*base*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,11 +29,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -98,7 +106,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -198,13 +205,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #CC6600;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #CC6600; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -260,8 +263,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -298,7 +300,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -581,7 +582,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -635,7 +636,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss
index 33212038..eb2e8b82 100644
--- a/src/stylesheets/vs15 Dark-Purple.qss
+++ b/src/stylesheets/vs15 Dark-Purple.qss
@@ -1,13 +1,26 @@
+/*base*/
/*!*************************************
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
-/*base*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,11 +29,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -98,7 +106,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -198,13 +205,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #7E2AD2;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #7E2AD2; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -260,8 +263,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -298,7 +300,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -581,7 +582,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -635,7 +636,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index bc264fa0..ee363e0b 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -1,13 +1,26 @@
+/*base*/
/*!*************************************
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
-/*base*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,11 +29,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -98,7 +106,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -198,13 +205,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #990000;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #990000; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -260,8 +263,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -298,7 +300,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -581,7 +582,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -635,7 +636,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss
index 6a67a327..08dbe758 100644
--- a/src/stylesheets/vs15 Dark-Yellow.qss
+++ b/src/stylesheets/vs15 Dark-Yellow.qss
@@ -1,13 +1,26 @@
+/*base*/
/*!*************************************
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
-/*base*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,11 +29,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -98,7 +106,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -198,13 +205,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #9A9A00;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #9A9A00; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -260,8 +263,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -298,7 +300,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -581,7 +582,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -635,7 +636,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss
index f43e3631..8c4d354e 100644
--- a/src/stylesheets/vs15 Dark.qss
+++ b/src/stylesheets/vs15 Dark.qss
@@ -2,12 +2,24 @@
VS15 Dark
****************************************
Author: chintsu_kun
- Version: 2.0.1
+ Version: 2.0.2
Licence: GNU General Public License v3.0 (https://www.gnu.org/licenses/gpl-3.0.en.html)
Url: https://github.com/nikolay-borzov/modorganizer-themes
****************************************
*/
-/*base*/
+/* For some reason applying background-color or border fixes paddings properties */
+QListWidget::item {
+ border-width: 0; }
+
+/* Don't override install label on download widget.
+ MO2 assigns color depending on download state */
+#installLabel {
+ color: none; }
+
+/* Make `background-color` work for :hover, :focus and :pressed states */
+QToolButton {
+ border: none; }
+
/* Main Window */
QWidget {
background-color: #2D2D30;
@@ -16,11 +28,6 @@ QWidget {
color: #656565; }
/* Common */
-/* FIX: For some reason applying background-color or border fixes paddings
- properties. Otherwise padding is only applied when item is hovered */
-QListWidget::item {
- border-width: 0; }
-
/* remove outline */
* {
outline: 0; }
@@ -98,7 +105,6 @@ QListView::item {
color: #F1F1F1; }
/* Text areas and text fields #QTextEdit, #QLineEdit, #QWebView */
-/* Common */
QTextEdit,
QWebView,
QLineEdit,
@@ -198,13 +204,9 @@ QToolButton {
margin: 0 4px 0 4px;
padding: 5px; }
QToolButton:hover, QToolButton:focus {
- background-color: #3E3E40;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3E3E40; }
QToolButton:pressed {
- background-color: #3399FF;
- /* need this to make background-color works*/
- border: none; }
+ background-color: #3399FF; }
/* Group Boxes #QGroupBox */
QGroupBox {
@@ -260,8 +262,7 @@ QPushButton::menu-indicator {
subcontrol-position: center right;
padding-right: 5%; }
-/* dialog buttons */
-/* Common */
+/* Dialog buttons */
QDialog QPushButton,
QSlider::handle:horizontal,
QSlider::handle:vertical {
@@ -298,7 +299,6 @@ QDialog QPushButton {
padding-right: .5em; }
/* Check boxes and Radio buttons common #QCheckBox, #QRadioButton */
-/* common */
QGroupBox::indicator,
QTreeView::indicator,
QCheckBox::indicator,
@@ -581,7 +581,7 @@ QMenu QRadioButton {
background-color: transparent;
padding: 5px 2px; }
-/* Tooltips #QToolTip, #SaveGameInfoWidget */
+/* Tool tips #QToolTip, #SaveGameInfoWidget */
QToolTip,
SaveGameInfoWidget {
background-color: #424245;
@@ -635,7 +635,7 @@ QTabBar::tab:disabled {
QTabBar::tab:selected:disabled {
background-color: #3F3F46; }
-/* scrollers */
+/* Scrollers */
QTabBar QToolButton {
background-color: #333337;
border-color: #3F3F46;