diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-11-19 19:21:24 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-11-19 19:21:24 -0600 |
| commit | 2eade4c6389ebeb16827d838fe309e7064d00280 (patch) | |
| tree | e67868e27fa3eb7370c2baa14a7c56ded18e22d9 /src/stylesheets/Night Eyes.qss | |
| parent | 828c9c8157047aeff72a0d6149e407971970288a (diff) | |
Style updates
- Remove Transparent Style directory (pulled in by MOB)
- Update Night Eyes to 1.2
Diffstat (limited to 'src/stylesheets/Night Eyes.qss')
| -rw-r--r-- | src/stylesheets/Night Eyes.qss | 62 |
1 files changed, 36 insertions, 26 deletions
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 78a5d443..f5e37a15 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -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 ---------------------------------------------------------------- */ @@ -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 @@ -54,6 +53,7 @@ LinkLabel qproperty-linkColor: #3399FF; } + /* Toolbar -------------------------------------------------------------------- */ QToolBar @@ -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, @@ -142,8 +142,8 @@ QListView::item:hover QListView::item:selected { - background: #251100; - color: #FFCC88; + background: #001133; + color: #0099EE; } QTextEdit @@ -397,6 +397,7 @@ QHeaderView background: #181818; } +/* Table View Tab Headers */ QHeaderView::section { background: #141414; @@ -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; } @@ -492,6 +495,7 @@ QToolTip QStatusBar::item {border: None;} + /* Progress Bars (Downloads) -------------------------------------------------- */ QProgressBar @@ -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 @@ -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; } @@ -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; } |
