Skip to content

Commit

Permalink
Merge pull request #1924 from ModOrganizer2/style_updates
Browse files Browse the repository at this point in the history
Style updates
  • Loading branch information
Silarn committed Nov 20, 2023
2 parents 828c9c8 + 2eade4c commit 8dd1637
Show file tree
Hide file tree
Showing 71 changed files with 37 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<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>
<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>
</property>
</widget>
</item>
Expand Down
62 changes: 36 additions & 26 deletions src/stylesheets/Night Eyes.qss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Night Eyes theme v1.0.1 for Mod Organizer 2 by Ciathyza */
/* Night Eyes theme v1.2.0 for Mod Organizer 2 by Ciathyza */
/* https://github.com/ciathyza/mo2-themes */

/* Main Window ---------------------------------------------------------------- */
Expand All @@ -23,22 +23,21 @@ QMainWindow::separator
QAbstractItemView
{
background: #141414;
alternate-background-color: #1A1A1A;
alternate-background-color: #141414;
show-decoration-selected: 1;
selection-background-color: #251100;
selection-color: #AAAAAA;
selection-background-color: #001133;
selection-color: #0099EE;
}

QAbstractItemView::item:hover
{
background: #242424;
color: #FFCC88;
color: #FFFFFF;
}

QAbstractItemView::item:selected
{
background: #251100;
color: #FFCC88;
background: #001133;
color: #0099EE;
}

QAbstractScrollArea::corner
Expand All @@ -54,6 +53,7 @@ LinkLabel
qproperty-linkColor: #3399FF;
}


/* Toolbar -------------------------------------------------------------------- */

QToolBar
Expand Down Expand Up @@ -99,20 +99,20 @@ QTreeView

QTreeView::branch:hover
{
background: #242424;
color: #FFCC88;
background: #181818;
color: #FFFFFF;
}

QTreeView::branch:selected
{
background: #251100;
color: #FFCC88;
background: #001133;
color: #0099EE;
}

QTreeView::item:selected
{
background: #251100;
color: #FFCC88;
background: #001133;
color: #0099EE;
}

QTreeView::branch:has-children:!has-siblings:closed,
Expand Down Expand Up @@ -142,8 +142,8 @@ QListView::item:hover

QListView::item:selected
{
background: #251100;
color: #FFCC88;
background: #001133;
color: #0099EE;
}

QTextEdit
Expand Down Expand Up @@ -397,6 +397,7 @@ QHeaderView
background: #181818;
}

/* Table View Tab Headers */
QHeaderView::section
{
background: #141414;
Expand Down Expand Up @@ -435,12 +436,14 @@ QHeaderView::down-arrow

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

QMenuBar {
QMenuBar
{
background: #181818;
border: 1px solid #181818;
}

QMenuBar::item:selected {
QMenuBar::item:selected
{
background: #242424;
color: #FFCC88;
}
Expand Down Expand Up @@ -492,6 +495,7 @@ QToolTip

QStatusBar::item {border: None;}


/* Progress Bars (Downloads) -------------------------------------------------- */

QProgressBar
Expand Down Expand Up @@ -632,13 +636,13 @@ QListWidget::item#executablesListBox
QWidget#downloadTab QAbstractScrollArea
{
/* background of the entire downloads tab */
background: #242424;
background: #141414;
}

DownloadListView QFrame
{
/* an entry on the Downloads tab */
background: #141414;
background: #181818;
}

DownloadListView QFrame#frame
Expand All @@ -659,19 +663,23 @@ DownloadListView QFrame:clicked

/* compact downloads view */

DownloadListView[downloadView=standard]::item {
DownloadListView[downloadView=standard]::item
{
padding: 16px;
}

DownloadListView[downloadView=compact]::item {
DownloadListView[downloadView=compact]::item
{
padding: 4px;
}

DownloadListView::item:hover {
DownloadListView::item:hover
{
padding: 0px;
}

DownloadListView::item:selected {
DownloadListView::item:selected
{
padding: 0px;
}

Expand All @@ -683,10 +691,12 @@ QProgressBar
margin: 0px;
}

QAbstractItemView[filtered=true] {
QAbstractItemView[filtered=true]
{
border: 2px solid #f00 !important;
}

QLineEdit[valid-filter=false] {
QLineEdit[valid-filter=false]
{
background-color: #661111 !important;
}
Binary file not shown.
Binary file removed src/stylesheets/Transparent-Style/Fallout-BOS.png
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 removed src/stylesheets/Transparent-Style/Green/arrow-down.png
Binary file not shown.
Binary file removed src/stylesheets/Transparent-Style/Green/arrow-left.png
Binary file not shown.
Binary file removed src/stylesheets/Transparent-Style/Green/arrow-right.png
Binary file not shown.
Binary file removed src/stylesheets/Transparent-Style/Green/arrow-up.png
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 removed src/stylesheets/Transparent-Style/Green/checkbox.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/stylesheets/Transparent-Style/Green/radio-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/Green/radio.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-down-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-down-small.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-down.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-left-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-left.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-right-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-right-small.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-right.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-up-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/arrow-up.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/carbonfiber.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/checkbox-hover.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/checkbox.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/narrow-arrow-down.png
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/narrow-arrow-left.png
Diff not rendered.
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/narrow-arrow-up.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed src/stylesheets/Transparent-Style/radio-BOS.png
Diff not rendered.

0 comments on commit 8dd1637

Please sign in to comment.