Skip to content

Commit 2eade4c

Browse files
committed
Style updates
- Remove Transparent Style directory (pulled in by MOB) - Update Night Eyes to 1.2
1 parent 828c9c8 commit 2eade4c

File tree

71 files changed

+37
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+37
-27
lines changed

src/aboutdialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<item>
128128
<widget class="QLabel" name="label_3">
129129
<property name="text">
130-
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Copyright © 2011-2016 Sebastian Herbord&lt;br/&gt;Copyright © 2016-2021 Mod Organizer 2 Contributors&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
130+
<string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Copyright © 2011-2016 Sebastian Herbord&lt;br/&gt;Copyright © 2016-2023 Mod Organizer 2 Contributors&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
131131
</property>
132132
</widget>
133133
</item>

src/stylesheets/Night Eyes.qss

+36-26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Night Eyes theme v1.0.1 for Mod Organizer 2 by Ciathyza */
1+
/* Night Eyes theme v1.2.0 for Mod Organizer 2 by Ciathyza */
22
/* https://github.com/ciathyza/mo2-themes */
33

44
/* Main Window ---------------------------------------------------------------- */
@@ -23,22 +23,21 @@ QMainWindow::separator
2323
QAbstractItemView
2424
{
2525
background: #141414;
26-
alternate-background-color: #1A1A1A;
26+
alternate-background-color: #141414;
2727
show-decoration-selected: 1;
28-
selection-background-color: #251100;
29-
selection-color: #AAAAAA;
28+
selection-background-color: #001133;
29+
selection-color: #0099EE;
3030
}
3131

3232
QAbstractItemView::item:hover
3333
{
34-
background: #242424;
35-
color: #FFCC88;
34+
color: #FFFFFF;
3635
}
3736

3837
QAbstractItemView::item:selected
3938
{
40-
background: #251100;
41-
color: #FFCC88;
39+
background: #001133;
40+
color: #0099EE;
4241
}
4342

4443
QAbstractScrollArea::corner
@@ -54,6 +53,7 @@ LinkLabel
5453
qproperty-linkColor: #3399FF;
5554
}
5655

56+
5757
/* Toolbar -------------------------------------------------------------------- */
5858

5959
QToolBar
@@ -99,20 +99,20 @@ QTreeView
9999

100100
QTreeView::branch:hover
101101
{
102-
background: #242424;
103-
color: #FFCC88;
102+
background: #181818;
103+
color: #FFFFFF;
104104
}
105105

106106
QTreeView::branch:selected
107107
{
108-
background: #251100;
109-
color: #FFCC88;
108+
background: #001133;
109+
color: #0099EE;
110110
}
111111

112112
QTreeView::item:selected
113113
{
114-
background: #251100;
115-
color: #FFCC88;
114+
background: #001133;
115+
color: #0099EE;
116116
}
117117

118118
QTreeView::branch:has-children:!has-siblings:closed,
@@ -142,8 +142,8 @@ QListView::item:hover
142142

143143
QListView::item:selected
144144
{
145-
background: #251100;
146-
color: #FFCC88;
145+
background: #001133;
146+
color: #0099EE;
147147
}
148148

149149
QTextEdit
@@ -397,6 +397,7 @@ QHeaderView
397397
background: #181818;
398398
}
399399

400+
/* Table View Tab Headers */
400401
QHeaderView::section
401402
{
402403
background: #141414;
@@ -435,12 +436,14 @@ QHeaderView::down-arrow
435436

436437
/* Context Menus, Toolbar Dropdowns, & Tooltips ------------------------------- */
437438

438-
QMenuBar {
439+
QMenuBar
440+
{
439441
background: #181818;
440442
border: 1px solid #181818;
441443
}
442444

443-
QMenuBar::item:selected {
445+
QMenuBar::item:selected
446+
{
444447
background: #242424;
445448
color: #FFCC88;
446449
}
@@ -492,6 +495,7 @@ QToolTip
492495

493496
QStatusBar::item {border: None;}
494497

498+
495499
/* Progress Bars (Downloads) -------------------------------------------------- */
496500

497501
QProgressBar
@@ -632,13 +636,13 @@ QListWidget::item#executablesListBox
632636
QWidget#downloadTab QAbstractScrollArea
633637
{
634638
/* background of the entire downloads tab */
635-
background: #242424;
639+
background: #141414;
636640
}
637641

638642
DownloadListView QFrame
639643
{
640644
/* an entry on the Downloads tab */
641-
background: #141414;
645+
background: #181818;
642646
}
643647

644648
DownloadListView QFrame#frame
@@ -659,19 +663,23 @@ DownloadListView QFrame:clicked
659663

660664
/* compact downloads view */
661665

662-
DownloadListView[downloadView=standard]::item {
666+
DownloadListView[downloadView=standard]::item
667+
{
663668
padding: 16px;
664669
}
665670

666-
DownloadListView[downloadView=compact]::item {
671+
DownloadListView[downloadView=compact]::item
672+
{
667673
padding: 4px;
668674
}
669675

670-
DownloadListView::item:hover {
676+
DownloadListView::item:hover
677+
{
671678
padding: 0px;
672679
}
673680

674-
DownloadListView::item:selected {
681+
DownloadListView::item:selected
682+
{
675683
padding: 0px;
676684
}
677685

@@ -683,10 +691,12 @@ QProgressBar
683691
margin: 0px;
684692
}
685693

686-
QAbstractItemView[filtered=true] {
694+
QAbstractItemView[filtered=true]
695+
{
687696
border: 2px solid #f00 !important;
688697
}
689698

690-
QLineEdit[valid-filter=false] {
699+
QLineEdit[valid-filter=false]
700+
{
691701
background-color: #661111 !important;
692702
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-184 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-282 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-307 Bytes
Binary file not shown.
Binary file not shown.
-299 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-298 Bytes
Binary file not shown.
-317 Bytes
Binary file not shown.
-300 Bytes
Binary file not shown.
-4.78 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-9.38 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-10.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)