From 9c721c08ebd28250afcfb00abcfeaac1693dca36 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Fri, 11 Jan 2019 08:11:13 -0600 Subject: Update Paper Dark and Paper Light themes to 5.0 --- src/stylesheets/Paper Dark by 6788.qss | 101 ++++++++++----- src/stylesheets/Paper Light by 6788.qss | 98 +++++++++------ src/stylesheets/Paper/Dark/check.svg | 10 +- src/stylesheets/Paper/Dark/highlight.svg | 205 +++++++++++++++++++++++++++++++ 4 files changed, 341 insertions(+), 73 deletions(-) create mode 100644 src/stylesheets/Paper/Dark/highlight.svg (limited to 'src') diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss index ae6ea77b..9b07e3fb 100644 --- a/src/stylesheets/Paper Dark by 6788.qss +++ b/src/stylesheets/Paper Dark by 6788.qss @@ -1,4 +1,4 @@ -/* v4.3 Paper Dark by 6788-00 */ +/* v5.0 Paper Dark by 6788-00 */ /* https://6788-00.tumblr.com/ */ /* Color Palette */ @@ -39,7 +39,7 @@ QAbstractItemView { } QAbstractItemView::item { - padding: 1px; + min-height: 22px; } QAbstractItemView::item:hover { @@ -190,14 +190,14 @@ QListView::item:hover { /* a row on the saves tab when moused-over */ background: #3D3D3D; color: #FFFFFF; - padding: 2px 0px; + padding: 0; } QListView::item:selected { /* a row on the saves tab when clicked */ background: #006868; color: #FFFFFF; - padding: 2px 0px; + padding: 0; } QTextEdit { @@ -206,12 +206,6 @@ QTextEdit { border-radius: 6px; } -QWebView { - /* Nexus Info window */ - background: #141414; - border-radius: 6px; -} - /* Group Boxes */ QGroupBox { @@ -682,6 +676,7 @@ QToolTip { QProgressBar { /* progress bars when downloading */ background: #141414; + color: #FFFFFF; text-align: center; border: 2px solid #242424; border-radius: 6px; @@ -705,10 +700,6 @@ QTabWidget::pane { border-radius: 10px; } -QTabWidget QAbstractScrollArea::item { - padding: 2px; -} - QTabWidget::tab-bar { /* tabs */ alignment: center; @@ -781,6 +772,7 @@ QLCDNumber { background: #141414; color: #006868; border-radius: 6px; + } /* Tables (Configure Mod Categories) */ @@ -912,37 +904,65 @@ QSlider::handle:hover { background: #3D3D3D; } -/* Downloads Tab */ +/* Pre-v2.1.7 Downloads Tab */ #downloadTab QAbstractScrollArea { /* background of the entire downloads tab */ - background: #242424; + background: #141414; +} + +DownloadListWidget QFrame, +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab */ + background: #141414; +} + +DownloadListWidget#frame { + /* outer box of an entry on the Downloads tab */ + border: none; +} + +#installLabel { + /* installed/done label */ + color: none; +} + +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab in Compact View */ + background: #141414; } +/* New Downloads View */ + DownloadListWidget[downloadView=standard]::item { - padding: 15px; - border-bottom: 2px solid #666666; + /* Entries on the Standard Downloads View */ + min-height: 44px; + margin: -16px 0; +} + +DownloadListWidget[downloadView=compact]::item { + /* Entries on the Compact Downloads View */ + min-height: 22px; + margin: -4px 0; } QProgressBar[downloadView=standard] { + /* Progress Bars on the Standard Downloads View */ background: transparent; - border: 2px solid #666666; - border-radius: 8px; - margin: 4px 0px 6px 0px; + margin: 11px 0; } -/* Compact Downloads View */ - -DownloadListWidget[downloadView=compact]::item { - padding: 3px; - border-bottom: 2px solid #666666; +QProgressBar[downloadView=standard]::chunk, +QProgressBar[downloadView=compact]::chunk { + /* The Loading Portion of Progress Bars on the Downloads View */ + border-right: 2px solid #242424; } QProgressBar[downloadView=compact] { + /* Progress Bars on the Compact Downloads View */ background: transparent; - border: 2px solid gray; - border-radius: 8px; - margin: 1px 0px 3px 0px; } /* Categories Filter */ @@ -965,7 +985,28 @@ QProgressBar[downloadView=compact] { /* Fixes */ +#executablesListBox { + /* Increase right margin of the select executables box */ + margin-right: 8px; +} + #executablesListBox::item { /* fixes the black text problem on the Modify Executables window */ color: #D3D3D3; -} \ No newline at end of file +} + +#stepsStack QWidget { + /* Groupboxes on the FOMOD Installer Dialog */ + border: none; +} + +#stepsStack QGroupBox { + /* Fix to reimplement styling for Groupboxes on the FOMOD Installer dialog */ + border: 2px solid #141414; + border-radius: 10px; +} + +#activeModslabel, #activePluginsLabel { + /* Increase the left margin of the counters */ + padding-left: 6px; +} diff --git a/src/stylesheets/Paper Light by 6788.qss b/src/stylesheets/Paper Light by 6788.qss index 5e69b79d..d78c26ea 100644 --- a/src/stylesheets/Paper Light by 6788.qss +++ b/src/stylesheets/Paper Light by 6788.qss @@ -1,4 +1,4 @@ -/* v4.3 Paper Light by 6788-00 */ +/* v5.0 Paper Light by 6788-00 */ /* https://6788-00.tumblr.com/ */ /* Color Palette */ @@ -38,6 +38,10 @@ QAbstractItemView { selection-color: #FFFFFF; } +QAbstractItemView::item { + min-height: 22px; +} + QAbstractItemView::item:hover { /* rows on left and right pane when moused-over */ background: #C2C2C2; @@ -187,22 +191,17 @@ QListView { border-radius: 6px; } -QListView::item { - /* Increases the line height of the Saves tab */ - padding: 2px 0px; -} - QListView::item:hover { /* uncertain, assumed: rows on the saves window when moused-over */ background: #C2C2C2; - padding: 2px 0px; + padding: 0; } QListView::item:selected { /*uncertain, assumed: rows on the saves window when clicked */ background: #008484; color: #FFFFFF; - padding: 2px 0px; + padding: 0; } QTextEdit { @@ -211,12 +210,6 @@ QTextEdit { border-radius: 6px; } -QWebView { - /* Nexus Info window */ - background: #FFFFFF; - border-radius: 6px; -} - /* Group Boxes */ QGroupBox { @@ -680,9 +673,10 @@ QToolTip { border-radius: 6px; } -/* Progress Bars */ +/* Progress Bars (Downloads) */ QProgressBar { + /* progress bars when downloading */ background: #FFFFFF; text-align: center; border: 0px; @@ -707,10 +701,6 @@ QTabWidget::pane { border-radius: 10px; } -QTabWidget QAbstractScrollArea::item { - padding: 2px; -} - QTabWidget::tab-bar { /* tabs */ alignment: center; @@ -921,37 +911,46 @@ QSlider::handle:hover { background: #008484; } -/* Downloads Tab */ +/* Pre-v2.1.7 Downloads Tab */ #downloadTab QAbstractScrollArea { /* background of the entire downloads tab */ - background: #EBEBEB; + background: #FFFFFF; } -DownloadListWidget[downloadView=standard]::item { - padding: 15px; - border-bottom: 2px solid #BBBBBB; +DownloadListWidget QFrame, +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab */ + background: #FFFFFF; } -QProgressBar[downloadView=standard] { - background: transparent; - border: 2px solid gray; - border-radius: 8px; - margin: 4px 0px 6px 0px; +DownloadListWidget #frame { + /* outer box of an entry on the Downloads tab */ + border: none; +} + +#installLabel { + /* installed/done label */ + color: none; } -/* Compact Downloads View */ +DownloadListWidgetCompact, +DownloadListWidgetCompact QLabel { + /* an entry on the Downloads tab in Compacts View*/ + background: #FFFFFF; +} -DownloadListWidget[downloadView=compact]::item { - padding: 3px; - border-bottom: 2px solid #BBBBBB; +/* New Downloads View */ + +DownloadListWidget[downloadView=standard]::item { + /* an entry on the Downloads view */ + min-height: 44px; } -QProgressBar[downloadView=compact] { - background: transparent; - border: 2px solid gray; - border-radius: 8px; - margin: 1px 0px 3px 0px; +QProgressBar[downloadView=standard] { + /* a progress bar on the Downloads view */ + margin: 11px 0; } /* Categories Filter */ @@ -970,4 +969,27 @@ QProgressBar[downloadView=compact] { #categoriesGroup { /* Categories group box */ padding-bottom: 0px; +} + +/* Fixes */ + +#executablesListBox { + /* Increase right margin of the select executables box */ + margin-right: 8px; +} + +#stepsStack QWidget { + /* Groupboxes on the FOMOD Installer Dialog */ + border: none; +} + +#stepsStack QGroupBox { + /* Fix to reimplement styling for Groupboxes on the FOMOD Installer dialog */ + border: 2px solid #EBEBEB; + border-radius: 10px; +} + +#activeModslabel, #activePluginsLabel { + /* Increase the left margin of the counters */ + padding-left: 6px; } \ No newline at end of file diff --git a/src/stylesheets/Paper/Dark/check.svg b/src/stylesheets/Paper/Dark/check.svg index 101ee45e..2d113294 100644 --- a/src/stylesheets/Paper/Dark/check.svg +++ b/src/stylesheets/Paper/Dark/check.svg @@ -17,7 +17,7 @@ inkscape:export-filename="D:\Bethesda Game Modding\Mod Organizer 2\stylesheets\Paper\Dark\dots.png" inkscape:export-xdpi="307.20001" inkscape:export-ydpi="307.20001" - inkscape:version="0.92.1 r15371" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="check.svg"> @@ -28,9 +28,9 @@ borderopacity="1.0" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="24.357491" - inkscape:cx="1.6266143" - inkscape:cy="5.0770231" + inkscape:zoom="11.625" + inkscape:cx="-3.537598" + inkscape:cy="-2.9645926" inkscape:document-units="px" inkscape:current-layer="layer25" showgrid="false" @@ -42,7 +42,7 @@ inkscape:bbox-nodes="true" inkscape:snap-bbox-edge-midpoints="true" inkscape:snap-bbox-midpoints="true" - showguides="true" + showguides="false" inkscape:guide-bbox="true" inkscape:window-width="1920" inkscape:window-height="1027" diff --git a/src/stylesheets/Paper/Dark/highlight.svg b/src/stylesheets/Paper/Dark/highlight.svg new file mode 100644 index 00000000..9dee51d8 --- /dev/null +++ b/src/stylesheets/Paper/Dark/highlight.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + -- cgit v1.3.1