From 6b01c2f9f5a1d765a03dbee9b209fdfce2f79642 Mon Sep 17 00:00:00 2001 From: drysalter <49168108+drysalter@users.noreply.github.com> Date: Tue, 7 May 2019 18:20:05 +0300 Subject: [PATCH] Further changes to Skyline and Envy --- bin/GuiConfigs/Envy.qss | 11 +++++++++-- bin/GuiConfigs/Skyline (Nightfall).qss | 26 ++++++++++++++++++++------ bin/GuiConfigs/Skyline.qss | 26 ++++++++++++++++++-------- 3 files changed, 47 insertions(+), 16 deletions(-) diff --git a/bin/GuiConfigs/Envy.qss b/bin/GuiConfigs/Envy.qss index 7f275a3c98..b6f42850fb 100644 --- a/bin/GuiConfigs/Envy.qss +++ b/bin/GuiConfigs/Envy.qss @@ -382,13 +382,20 @@ QLineEdit:focus { border-right: none; } - -/* Title Bar Docking Buttons */ +/* Title Bar Docks */ QDockWidget::close-button, QDockWidget::float-button { background-color: #23262d; width: auto; } +QDockWidget#logger { + color: transparent; +} + +QDockWidget#gamelist { + color: #f8f8f8; +} + /* Top Menu Bar */ QMenuBar::item:selected { margin-bottom: 0.125em; diff --git a/bin/GuiConfigs/Skyline (Nightfall).qss b/bin/GuiConfigs/Skyline (Nightfall).qss index a245e18353..00a4c61d14 100644 --- a/bin/GuiConfigs/Skyline (Nightfall).qss +++ b/bin/GuiConfigs/Skyline (Nightfall).qss @@ -162,7 +162,6 @@ QSlider::handle:horizontal:pressed { } /* Slider on Toolbar */ - QToolBar#mw_toolbar QSlider { background-color: transparent; } @@ -234,7 +233,7 @@ QRadioButton::indicator:checked { background: qradialgradient(cx:0, cy:0, radius: 1, fx:1, fy:1, stop:0.25 #0074e7, stop:0.3 #FFFFFF); } -QRadioButton::indicator:unchecked:hover { +QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:checked:hover { border: 0.0625em solid #0074e7; } @@ -503,20 +502,27 @@ QListWidget::item:disabled { /* Title Bar Docking Buttons */ QDockWidget::close-button, QDockWidget::float-button { - background-color: transparent; - width: auto; + background: transparent; +} + +QDockWidget::title#gamelist { + background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.25 #370048, stop: 0.5 #161249, stop: 1 #00364a); +} + +QDockWidget#gamelist { + color: #FFFFFF; } /* Game Table */ QTableView { selection-background-color: #0f1d36; - selection-color: #FFFFFF; + selection-color: #2397ff; border: none; color: #FFFFFF; } QTableView::item:hover { - color: #0074e7; + color: #2397ff; } /* Progress Bar */ @@ -571,6 +577,14 @@ QToolTip { } /* Log and Debugger Borders */ +QDockWidget::title#logger { + background: #111525; +} + +QDockWidget#logger { + color: transparent; +} + QTextEdit { border-top: 1px solid #0074e7; } diff --git a/bin/GuiConfigs/Skyline.qss b/bin/GuiConfigs/Skyline.qss index e99bfe3df3..b653029ace 100644 --- a/bin/GuiConfigs/Skyline.qss +++ b/bin/GuiConfigs/Skyline.qss @@ -166,7 +166,6 @@ QSlider::handle:horizontal:pressed { } /* Slider on Toolbar */ - QToolBar#mw_toolbar QSlider { background-color: transparent; } @@ -243,10 +242,10 @@ QRadioButton::indicator { } QRadioButton::indicator:checked { - background: qradialgradient(cx:0, cy:0, radius: 1, fx:1, fy:1, stop:0.25 #8500ae, stop:0.3 #FFFFFF); + background: qradialgradient(cx:0, cy:0, radius: 1, fx:1, fy:1, stop:0.25 #b345d9, stop:0.3 #FFFFFF); } -QRadioButton::indicator:unchecked:hover { +QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:checked:hover { border: 0.0625em solid #8500ae; } @@ -520,14 +519,17 @@ QListWidget::item:disabled { color: #999999; } -/* Title Bar Docking Buttons */ +/* Title Bar & Docking Buttons */ QDockWidget::close-button, QDockWidget::float-button { - background-color: transparent; - width: auto; + background: transparent; } -QDockWidget::title { - background: #FFFFFF; +QDockWidget::title#gamelist { + background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.25 #8500ae, stop: 0.5 #4343c1, stop: 1 #009ed0); +} + +QDockWidget#gamelist { + color: #FFFFFF; } /* Game Table */ @@ -594,6 +596,14 @@ QToolTip { } /* Log and Debugger Borders */ +QDockWidget::title#logger { + background: #FFFFFF; +} + +QDockWidget#logger { + color: transparent; +} + QTextEdit { border-top: 1px solid qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.25 #8500ae, stop: 0.5 #4343c1, stop: 1 #009ed0); }