From 502eb3030e320b260c03e45ffcbd4184df8ba48a Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 2 Aug 2023 15:58:47 -0700 Subject: [PATCH] update --- QStyler/themes/AntiqueContemporaryUX.json | 796 +++++------- QStyler/themes/DarkModern3.json | 70 - QStyler/themes/DarkModernOrange.json | 93 -- QStyler/themes/DarkPink.json | 71 - QStyler/themes/DraculaModern.json | 1152 ++++++++++++++++- QStyler/themes/DuckOrange.json | 57 - QStyler/themes/ILEDBlack.json | 57 - QStyler/themes/MaterialDarkStyle.json | 339 +---- QStyler/themes/ModernDarkBlue.json | 51 - .../{DarkModernRed.json => _blank.json} | 0 QStyler/themes/fire.json | 383 ++++++ QStyler/themes/hydracula.json | 57 - 12 files changed, 1882 insertions(+), 1244 deletions(-) rename QStyler/themes/{DarkModernRed.json => _blank.json} (100%) create mode 100644 QStyler/themes/fire.json diff --git a/QStyler/themes/AntiqueContemporaryUX.json b/QStyler/themes/AntiqueContemporaryUX.json index 47922ec..5041e72 100644 --- a/QStyler/themes/AntiqueContemporaryUX.json +++ b/QStyler/themes/AntiqueContemporaryUX.json @@ -1,540 +1,438 @@ { - "QMainWindow": { - "background": "#202020" - }, "QToolTip": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", "border": "1px solid black", + "background-color": "#ffa02f", "padding": "1px", - "border-radius": "2px", - "color": "black", - "opacity": "200" - }, - "QToolButton": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #606060, stop:1 #202020)", - "border": "1px solid black", - "border-radius": "4px", - "font": "14pt \"Bebas Kai\"", - "color": "#FFFF00" + "border-radius": "3px", + "opacity": "255" }, - "QPushButton": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #606060, stop:1 #202020)", - "border": "1px solid black", - "border-radius": "4px", - "font": "14pt \"Bebas Kai\"", - "color": "#FFFF00" - }, - "QToolButton:pressed": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #606060, stop:1 #202020)", - "border": "1px solid #e0e0e0", - "color": "#FFFF00" - }, - "QToolButton:checked": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #606060, stop:1 #202020)", - "border": "1px solid #e0e0e0", - "color": "#FFFF00" + "QWidget": { + "color": "#ffffff", + "background-color": "#323232" }, - "QPushButton:hover": { - "border": "1px solid #e0e0e0" + "QWidget:item:hover": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #e96226)", + "color": "#000000" }, - "SystemToolButton:hover": { - "border": "1px solid #e0e0e0" + "QWidget:item:selected": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)" }, - "AxisToolButton:hover": { - "border": "1px solid #e0e0e0" + "QMenuBar::item": { + "background": "transparent" }, - "QPushButton:pressed": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "color": "black" + "QMenuBar::item:selected": { + "background": "transparent", + "border": "1px solid #ffaa00" }, - "QPushButton:checked": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "color": "black" + "QMenuBar::item:pressed": { + "background": "#444", + "border": "1px solid #000", + "background-color": "QLinearGradient( x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434/*, stop:0.2 #343434, stop:0.1 #ffaa00*/ )", + "margin-bottom": "-1px", + "padding-bottom": "1px" }, - "QLabel#lbl_home_all[homed=true]": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "color": "black" + "QMenu": { + "border": "1px solid #000" }, - "QLabel#lbl_home_all[homed=false]": { - "color": "red" + "QMenu::item": { + "padding": "2px 20px 2px 20px" }, - "ActionButton#action_machine_on": { - "color": "#ff0000" + "QMenu::item:selected": { + "color": "#000000" }, - "ActionButton#action_machine_on:checked": { - "color": "black" + "QWidget:disabled": { + "color": "#404040", + "background-color": "#323232" }, - "ActionButton#action_estop": { - "border-color": "#FF0000", - "color": "#FF0000" + "QAbstractItemView": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0.1 #646464, stop: 1 #5d5d5d)" }, - "ActionButton#action_estop:checked": { - "border-color": "#9ad58d", - "color": "#FFFF00" + "QWidget:focus": {}, + "QLineEdit": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #4d4d4d, stop: 0 #646464, stop: 1 #5d5d5d)", + "padding": "1px", + "border-style": "solid", + "border": "1px solid #1e1e1e", + "border-radius": "5" }, - "#action_mist": { - "qproperty-true_state_string": "\"Air\\\\nOn\"", - "qproperty-false_state_string": "\"Air\\\\nOff\"" + "QPushButton": { + "color": "#ffffff", + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646)", + "border-width": "1px", + "border-color": "#1e1e1e", + "border-style": "solid", + "border-radius": "6px", + "padding": "3px", + "font-size": "12px", + "padding-left": "5px", + "padding-right": "5px" }, - "AxisToolButton:enabled": { - "color": "#FFFF00" + "QPushButton:pressed": { + "color": "#2d2d2d" }, - "AxisToolButton:disabled": { - "color": "darkgray" + "QComboBox": { + "selection-background-color": "#ffaa00", + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #565656, stop: 0.1 #525252, stop: 0.5 #4e4e4e, stop: 0.9 #4a4a4a, stop: 1 #464646)", + "border-style": "solid", + "border": "1px solid #1e1e1e", + "border-radius": "5", + "color": "white", + "padding": "2px" + }, + "QComboBox:hover": { + "border": "2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)", + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #727272, stop: 0.1 #727272, stop: 0.5 #525252, stop: 0.9 #525252, stop: 1 #525252)" }, - "AxisToolButton:pressed": { - "background": "qlineargradient(x1: 0, y1: 0, stop: 0 #5C5959, stop: 1.0 #A19E9E) } AxisToolButton:checked { background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "color": "black" + "QPushButton:hover": { + "border": "2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)", + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #727272, stop: 0.1 #727272, stop: 0.5 #525252, stop: 0.9 #525252, stop: 1 #525252)" }, - "QTabBar::tab": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #303030, stop:1 #909090)", - "border": "1px solid black", - "border-radius": "2px", - "min-height": "40px", - "min-width": "117px", - "font": "14pt \"Bebas Kai\"", - "color": "#FFFF00" + "QComboBox:on": { + "padding-top": "3px", + "padding-left": "4px", + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2d2d2d, stop: 0.1 #2b2b2b, stop: 0.5 #292929, stop: 0.9 #282828, stop: 1 #252525)", + "selection-background-color": "#ffaa00" }, - "QTabBar::tab:selected": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "color": "#202020" + "QComboBox QAbstractItemView": { + "border": "2px solid darkgray", + "selection-background-color": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)" }, - "QTabBar::tab:hover": { - "border": "2px solid #3DAEE9" + "QComboBox::drop-down": { + "subcontrol-origin": "padding", + "subcontrol-position": "top right", + "width": "15px", + "border-left-width": "0px", + "border-left-color": "darkgray", + "border-bottom-right-radius": "3px" + }, + "QComboBox::down-arrow": {}, + "QGroupBox": { + "font": "bold", + "text-align": "right", + "border": "1px solid #ffaa00", + "border-radius": "10px", + "border-top-left-radius": "0px", + "margin": "0px", + "padding": "0px", + "padding-bottom": "2px" }, - "StatusAdjustmentBar > QProgressBar": {}, - "#adj_maxv_ovr > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QGroupBox::title": { + "subcontrol-origin": "margin", + "padding": "0px 5px", + "margin": "0px 0px 3px -7px", + "background-color": "#323232" }, - "#adj_rapid_ovr > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QSlider": { + "padding": "0px", + "padding-top": "-5px", + "padding-bottom": "-5px", + "margin": "0px", + "height": "22px", + "border 0px solid black;": "" }, - "#adj_feed_ovr > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QSlider::groove:horizontal": { + "border": "1px solid #999999", + "background": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #4c4c4c, stop:1 #8f8f8f)", + "margin": "2px 0" }, - "#adj_linear_jog > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QSlider::handle:horizontal": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b4b4b4, stop:1 #8f8f8f)", + "border": "1px solid #5c5c5c", + "width": "20px", + "border-radius": "3px" }, - "#adj_angular_jog > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QSlider::add-page:horizontal": {}, + "QSlider::sub-page:horizontal": { + "background": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)", + "padding": "5px 5px", + "border": "2px solid #323232", + "height": "10px", + "border-radius": "4px" }, - "#adj_spindle_ovr > QToolButton": { - "min-width": "50px", - "min-height": "40px" + "QGroupBox:focus": { + "border": "2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)" }, - "QCheckBox": { - "spacing": "5px", - "font": "10pt \"Lato Heavy\"", - "color": "#e0e0e0", - "margin-bottom": "2px" + "QTextEdit:focus": { + "border": "2px solid QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)" }, - "QCheckBox:disabled": { - "color": "#A0A0A0" + "QScrollBar:horizontal": { + "border": "1px solid #222222", + "background": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848)", + "min-height": "10px", + "max-height": "11px", + "margin": "0px 16px 0 16px" }, - "QCheckBox::indicator": { - "width": "18px", - "height": "18px" + "QScrollBar::handle:horizontal": { + "background": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f)", + "min-height": "20px", + "border-radius": "2px" }, - "QCheckBox::indicator:unchecked": {}, - "QCheckBox::indicator:checked": {}, - "QComboBox": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #606060, stop:1 #202020)", - "border": "1px solid black", + "QScrollBar::add-line:horizontal": { + "border": "1px solid #1b1b19", "border-radius": "2px", - "min-width": "60px", - "padding": "1px 0px 1px 8px", - "font": "12pt \"Bebas Kai\"", - "color": "#e0e0e0" - }, - "QComboBox::drop-down": { - "subcontrol-origin": "margin", - "subcontrol-position": "top right", - "width": "24px" - }, - "QComboBox::item": { - "background-color": "#303030", - "font": "12pt \"Bebas Kai\"", - "color": "#e0e0e0" - }, - "QComboBox::item:selected": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "color": "#202020" - }, - "QComboBox::Indicator": { - "background-color": "transparent" + "background": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a)", + "width": "14px", + "subcontrol-position": "right", + "subcontrol-origin": "margin" }, - "QSpinBox": { - "background": "#587856", - "border": "1px solid #ffee06", - "border-radius": "2px", - "height": "40px", - "width": "180px", - "font": "12pt", - "selection-color": "#16160e" - }, - "QDoubleSpinBox": { - "background": "#587856", - "border": "1px solid #ffee06", + "QScrollBar::sub-line:horizontal": { + "border": "1px solid #1b1b19", "border-radius": "2px", - "height": "40px", - "width": "180px", - "font": "12pt", - "selection-color": "#16160e" - }, - "QDoubleSpinBox::up-button": { - "subcontrol-origin": "padding", + "background": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #ffa02f, stop: 1 #d7801a)", + "width": "14px", "subcontrol-position": "left", - "width": "50px", - "height": "40px } /** Labels **/ QLabel { background-color: #404040", - "font": "13pt \"Bebas Kai\"", - "color": "#FD9900" - }, - "#lbl_home_all": { - "color": "#FFFF00" - }, - "QLabel#label_axis_x": { - "background": "qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(120, 140, 180, 255), stop:0.3 rgba(11, 22, 33, 255))", - "border": "1px solid black", - "border-radius": "4px", - "font": "20pt \"Lato Heavy\"", - "color": "#00FF00" - }, - "QLabel#label_axis_y": { - "background": "qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(120, 140, 180, 255), stop:0.3 rgba(11, 22, 33, 255))", - "border": "1px solid black", - "border-radius": "4px", - "font": "20pt \"Lato Heavy\"", - "color": "#00FF00" + "subcontrol-origin": "margin" }, - "QLabel#label_axis_z": { - "background": "qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(120, 140, 180, 255), stop:0.3 rgba(11, 22, 33, 255))", + "QScrollBar::right-arrow:horizontal": { "border": "1px solid black", - "border-radius": "4px", - "font": "20pt \"Lato Heavy\"", - "color": "#00FF00" + "width": "1px", + "height": "1px", + "background": "white" }, - "QLabel#label_axis_a": { - "background": "qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(120, 140, 180, 255), stop:0.3 rgba(11, 22, 33, 255))", + "QScrollBar::left-arrow:horizontal": { "border": "1px solid black", - "border-radius": "4px", - "font": "20pt \"Lato Heavy\"", - "color": "#00FF00" - }, - "StatusLabel": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "border-radius": "4px", - "font": "13pt \"Bebas Kai\"", - "color": "black" - }, - "StateLabel": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "border-radius": "4px", - "font": "13pt \"Bebas Kai\"", - "color": "black" - }, - "QLineEdit": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "border-radius": "4px", - "font": "13pt \"Bebas Kai\"", - "color": "black" - }, - "StatusLabel#lbl_gcodes": { - "background": "transparent", - "border": "none", - "font": "13pt \"Bebas Kai\"", - "color": "black" - }, - "StatusLabel#lbl_mcodes": { - "background": "transparent", - "border": "none", - "font": "13pt \"Bebas Kai\"", - "color": "black" + "width": "1px", + "height": "1px", + "background": "white" }, - "Calculator QLineEdit": { - "font": "25pt \"Lato Heavy\"", - "background-color": "#0a0a0a", - "color": "#00FF00" - }, - "NumDigitButtons": { - "font": "25pt \"Lato Heavy\"", - "background-color": "#0a0a0a", - "color": "#00FF00" - }, - "Calculator QPushButton": { - "font": "13pt \"Lato Heavy\"" - }, - "DROLabel": { - "background": "#202020", - "border": "1px solid #C0C0C0", - "border-radius": "4px", - "font": "20pt \"Lato Heavy\"", - "color": "#00FF00" - }, - "DROLabel[isHomed=false]": { - "color": "red" - }, - "QGroupBox:enabled": { - "font": "75 12pt \"DejaVu Serif\"", - "color": "rgb(245, 121, 0)" - }, - "QWidget:disabled": { - "color": "#454545", - "background-color": "#323232" + "QScrollBar::add-page:horizontal": { + "background": "none" }, - "QSlider::groove:horizontal": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #606060, stop:1 #202020)", - "height": "12px", - "border-bottom": "2px solid #909090", - "border-right": "2px solid #909090" + "QScrollBar::sub-page:horizontal": { + "background": "none" }, - "QSlider::groove:vertical": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 #606060, stop:1 #202020)", + "QScrollBar:vertical": { + "background": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #121212, stop: 0.2 #282828, stop: 1 #484848)", "width": "12px", - "border-top": "2px solid #303030", - "border-left": "2px solid #303030", - "border-bottom": "2px solid #909090", - "border-right": "2px solid #909090" + "margin": "16px 0 16px 0", + "border": "1px solid #222222" }, - "QSlider::sub-page:horizontal": { - "margin": "4px", - "background-color": "#00aaff" + "QScrollBar::handle:vertical": { + "background": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 0.5 #d7801a, stop: 1 #ffa02f)", + "min-height": "20px", + "border-radius": "2px" }, - "QSlider::add-page:vertical": { - "margin": "4px", - "background-color": "#00aaff" + "QScrollBar::add-line:vertical": { + "border": "1px solid #1b1b19", + "border-radius": "2px", + "background": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ffa02f, stop: 1 #d7801a)", + "height": "14px", + "subcontrol-position": "bottom", + "subcontrol-origin": "margin" }, - "QSlider::handle:horizontal": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid black", - "width": "20px", - "margin-top": "-9px", - "margin-bottom": "-9px", - "border-radius": "2px" + "QScrollBar::sub-line:vertical": { + "border": "1px solid #1b1b19", + "border-radius": "2px", + "background": "QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #d7801a, stop: 1 #ffa02f)", + "height": "14px", + "subcontrol-position": "top", + "subcontrol-origin": "margin" }, - "QSlider::handle:vertical": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", + "QScrollBar::up-arrow:vertical": { "border": "1px solid black", - "height": "20px", - "margin-left": "-9px", - "margin-right": "-9px", - "border-radius": "2px" + "width": "1px", + "height": "1px", + "background": "white" }, - "QProgressBar": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid #e0e0e0", - "border-radius": "4px", - "font": "10pt \"Lato Heavy\"", - "color": "black" - }, - "QProgressBar::chunk:horizontal": { - "margin": "2px", - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #808080, stop:1 #00aaff)" - }, - "QTableView": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))", - "selection-background-color": "transparent", - "qproperty-alternatingRowColors": "false", + "QScrollBar::down-arrow:vertical": { "border": "1px solid black", - "gridline-color": "black", - "font": "10pt \"Lato Heavy\"", - "color": "#FFFFFF" - }, - "QListView": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))", - "selection-background-color": "transparent", - "qproperty-alternatingRowColors": "false", - "border": "1px solid black", - "gridline-color": "black", - "font": "10pt \"Lato Heavy\"", - "color": "#FFFFFF" - }, - "QTreeView": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))", - "selection-background-color": "transparent", - "qproperty-alternatingRowColors": "false", - "border": "1px solid black", - "gridline-color": "black", - "font": "10pt \"Lato Heavy\"", - "color": "#FFFFFF" - }, - "QTableView::item:hover": { - "border": "1px solid #9ad58d" - }, - "QListView::item:hover": { - "border": "1px solid #9ad58d" - }, - "QTreeView::item:hover": { - "border": "1px solid #9ad58d" - }, - "QTableView::item:pressed": { - "color": "#9ad58d" + "width": "1px", + "height": "1px", + "background": "white" }, - "QTreeView::item:pressed": { - "color": "#9ad58d" - }, - "QTableView::item:selected:active": { - "border": "1px solid #9ad58d", - "color": "#FFFF00" + "QScrollBar::add-page:vertical": { + "background": "none" }, - "QTreeView::item:selected:active": { - "border": "1px solid #9ad58d", - "color": "#FFFF00" + "QScrollBar::sub-page:vertical": { + "background": "none" }, - "QListView::item:selected:active": { - "border": "1px solid #9ad58d", - "color": "#FFFF00" + "QTextEdit": { + "background-color": "#242424" }, - "QHeaderView": { - "background-color": "#404040", - "margin": "0px", - "padding": "0px", - "font": "14px \"Lato Heavy\"" + "QPlainTextEdit": { + "background-color": "#242424" }, "QHeaderView::section": { - "background-color": "#404040", - "color": "#e0e0e0", - "padding": "5px" - }, - "QHeaderView::section::vertical": { - "border-top": "transparent" + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #616161, stop: 0.5 #505050, stop: 0.6 #434343, stop:1 #656565)", + "color": "white", + "padding-left": "4px", + "border": "1px solid #6c6c6c" }, - "QHeaderView::section::horizontal": { - "border-left": "transparent" + "QCheckBox:disabled": { + "color": "#414141" }, - "QScrollBar:horizontal": { - "background": "#606060", - "margin": "0px 20px 0px 20px", - "height": "20px" + "QDockWidget::title": { + "text-align": "center", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232)" }, - "QScrollBar::handle:horizontal": { - "background-color": "qlineargradient(spread:pad, x1:1, y1:0, x2:1, y2:1, stop:0 #606060, stop:1 #e0e0e0)", - "border": "1px solid black", - "min-width": "20px", - "border-radius": "2px" + "QDockWidget::close-button": { + "text-align": "center", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232)" }, - "QScrollBar::add-line:horizontal": { - "width": "20px", - "subcontrol-position": "right", - "subcontrol-origin": "margin" + "QDockWidget::float-button": { + "text-align": "center", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #323232, stop: 0.5 #242424, stop:1 #323232)" }, - "QScrollBar::sub-line:horizontal": { - "margin": "0px 0px 0px 0px", - "height": "20px", - "width": "20px", - "subcontrol-position": "left", - "subcontrol-origin": "margin" + "QDockWidget::close-button:hover": { + "background": "#242424" }, - "QScrollBar:vertical": { - "background-color": "#606060", - "margin": "20px 0px 20px 0px", - "width": "20px" + "QDockWidget::float-button:hover": { + "background": "#242424" }, - "QScrollBar::handle:vertical": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 #808080, stop:1 #e0e0e0)", - "border": "1px solid black", - "min-height": "20px", - "border-radius": "4px" + "QDockWidget::close-button:pressed": { + "padding": "1px -1px -1px 1px" }, - "QScrollBar::sub-line:vertical": { - "height": "20px", - "width": "20px", - "subcontrol-position": "top", - "subcontrol-origin": "margin" + "QDockWidget::float-button:pressed": { + "padding": "1px -1px -1px 1px" }, - "QScrollBar::add-line:vertical": { - "margin": "0px 0px 0px 0px", - "height": "20px", - "subcontrol-position": "bottom", - "subcontrol-origin": "margin" + "QMainWindow::separator": { + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434)", + "color": "white", + "padding-left": "4px", + "border": "1px solid #4c4c4c" }, - "QScrollBar::add-page:horizontal": { - "background": "none" + "QMainWindow::separator:hover": { + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d7801a, stop:0.5 #b56c17 stop:1 #ffa02f)", + "color": "white", + "padding-left": "4px", + "border": "1px solid #6c6c6c" }, - "QScrollBar::sub-page:horizontal": { - "background": "none" + "QToolBar": { + "background-color": "#323232" }, - "QScrollBar::add-page:vertical": { - "background": "none" + "QToolBar::handle": {}, + "QToolButton": { + "margin-left": "2px", + "margin-right": "1px", + "border": "1px solid #444", + "border-radius": "5px" }, - "QScrollBar::sub-page:vertical": { - "background": "none" + "QToolButton:hover:pressed": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #e96226, stop: 0.5 #323232)", + "border": "1px solid #e96226" }, - ".QFrame": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))", - "border": "1px solid #e0e0e0", - "border-radius": "6px" + "QToolButton:checked:hover:pressed": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #e96226, stop: 0.5 #323232)", + "border": "1px solid #e96226" }, - "QTextEdit": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))", - "color": "#e0e0e0" + "QToolButton:hover": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #d7801a, stop: 0.5 #323232)", + "border": "1px solid #000000" }, - "QPlainTextEdit": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255));", - "color": "#e0e0e0" + "QToolButton:checked": { + "background-color": "qradialgradient( cx: 0.5, cy: 0.5, fx: 0.5, fy: 0.5, radius: 1.0, stop: 0.25 #323232, stop: 0.65 #6c6c6c )", + "border": "1px solid #ffaa00" }, - "QStackedWidget": { - "border": "none" + "QToolButton:checked:hover": { + "background-color": "QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #d7801a, stop: 0.5 #323232)", + "border": "1px solid #ffaa00" }, - "QListView::item:selected": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "color": "#202020" + "QMenu::separator": { + "height": "2px", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:0 #161616, stop: 0.5 #151515, stop: 0.6 #212121, stop:1 #343434)", + "color": "white", + "padding-left": "4px", + "margin-left": "10px", + "margin-right": "5px" }, - "QDialog": { - "background-color": "gray" + "QProgressBar": { + "border": "2px solid grey", + "border-radius": "5px", + "text-align": "center" }, - "QDialog QPushButton": { - "width": "100px", - "height": "40px" + "QProgressBar::chunk": { + "background-color": "#d7801a", + "width": "2.15px", + "margin": "0.5px" }, - "QMenu": { - "background-color": "gray" + "QTabBar::tab": { + "color": "#ffffff", + "border": "1px solid #444", + "border-bottom-style": "none", + "background-color": "#323232", + "padding-left": "10px", + "padding-right": "10px", + "padding-top": "3px", + "padding-bottom": "2px", + "margin-bottom": "-2px" + }, + "QTabWidget::pane": { + "border": "1px solid #444", + "top": "1px" + }, + "QTabBar::tab:last": { + "border-top-right-radius": "3px" + }, + "QTabBar::tab:first:!selected": { + "border-top-left-radius": "3px" + }, + "QTabBar::tab:!selected": { + "border-bottom-style": "solid", + "margin-top": "3px", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:.4 #343434)" }, - "QMenu::item:selected": { - "background": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #808080, stop:1 #e0e0e0)", - "color": "#202020" + "QTabBar::tab:selected": { + "border-top-left-radius": "3px", + "border-top-right-radius": "3px", + "margin-bottom": "0px", + "border": "1px solid #ffaa00", + "border-bottom": "0px", + "background-color": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #6c6c6c, stop:1 #323232)" + }, + "QTabBar::tab:!selected:hover": { + "border-top-left-radius": "3px", + "border-top-right-radius": "3px", + "background-color": "QLinearGradient(x1:0, y1:0, x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00)" + }, + "QRadioButton::indicator:checked": { + "background-color": "qradialgradient( cx: 0.5, cy: 0.5, fx: 0.5, fy: 0.5, radius: 1.0, stop: 0.25 #ffaa00, stop: 0.3 #323232 )" + }, + "QRadioButton::indicator:unchecked": { + "color": "#b1b1b1", + "background-color": "#323232", + "border": "1px solid #b1b1b1", + "border-radius": "6px" }, - "QStatusBar": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0.7, y2:0, stop:0 #202020, stop:1 #606060)", - "color": "#e0e0e0" + "QListView::indicator:checked": { + "background-color": "qradialgradient( cx: 0.5, cy: 0.5, fx: 0.5, fy: 0.5, radius: 1.0, stop: 0.25 #ffaa00, stop: 0.3 #323232 )" }, - "GCodeEditor#gcode_viewer": { - "background": "qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(40, 40, 40, 255), stop:1 rgba(83, 83, 83, 255))" + "QCheckBox::indicator": { + "color": "#b1b1b1", + "background-color": "#323232", + "border": "1px solid #b1b1b1", + "width": "9px", + "height": "9px" + }, + "QListView::indicator": { + "border-radius": "8px", + "width": "15px", + "height": "15px" + }, + "QRadioButton::indicator": { + "border-radius": "6px" }, - "#slider_spindle_ovr": { - "qproperty-alertUnder": "75.1" + "QRadioButton::indicator:hover": { + "border": "1px solid #ffaa00" }, - "#slider_spindle_ovr[alertState='over']": { - "background": "yellow" + "QCheckBox::indicator:hover": { + "border": "1px solid #ffaa00" }, - "#slider_spindle_ovr[alertState='under']": { - "background": "red" + "QListView::indicator:hover": { + "border": "1px solid #ffaa00" }, - "#slider_feed_ovr": { - "qproperty-alertUnder": "75.1" + "QCheckBox::indicator:checked": {}, + "QCheckBox::indicator:disabled": { + "border": "1px solid #444" }, - "#slider_feed_ovr[alertState='over']": { - "background": "red" + "QRadioButton::indicator:disabled": { + "border": "1px solid #444" }, - "#slider_feed_ovr[alertState='under']": { - "background": "yellow" + "QListView::indicator:disabled": { + "border": "1px solid #444" }, - "#slider_rapid_ovr": { - "qproperty-alertUnder": "75.1" + "QTreeView::branch": { + "background-color": "#636363" }, - "#slider_rapid_ovr[alertState='under']": { - "background": "yellow" - } + "QTreeView::branch:open:has-children": {}, + "QTreeView::branch:closed:has-children": {} } \ No newline at end of file diff --git a/QStyler/themes/DarkModern3.json b/QStyler/themes/DarkModern3.json index 892c566..0d707c8 100644 --- a/QStyler/themes/DarkModern3.json +++ b/QStyler/themes/DarkModern3.json @@ -147,37 +147,6 @@ "color": "#ecf0f1", "border-radius": "0.25em" }, - "QLabel#l_controller": { - "color": "#fff" - }, - "QTableWidget#game_grid": { - "font-weight": "600", - "font-size": "8pt", - "font-family": "Lucida Grande", - "color": "#fff" - }, - "QTableWidget#game_grid::item:selected:!active": { - "selection-background-color": "#354454" - }, - "QWidget#sizeSliderContainer": { - "background": "transparent" - }, - "QSlider#sizeSlider::groove:horizontal": { - "border": "0em solid transparent", - "height": ".3em", - "background": "#fff" - }, - "QSlider#sizeSlider::handle:horizontal": { - "width": "1em", - "margin": "-.8em 0" - }, - "QLabel#color_button": { - "background": "transparent" - }, - "QLineEdit#mw_searchbar": { - "margin-left": "0.7em", - "color": "#ecf0f1" - }, "QToolButton": { "background": "transparent", "border-radius": "0.125em", @@ -194,45 +163,6 @@ "QToolButton::hover": { "background-color": "#3d475e" }, - "QLabel#gamelist_icon_background_color": { - "color": "transparent" - }, - "QLabel#thumbnail_icon_color": { - "color": "#262626" - }, - "QTextEdit#log_frame": {}, - "QLabel#log_level_always": {}, - "QLabel#log_level_fatal": {}, - "QLabel#log_level_error": {}, - "QLabel#log_level_todo": {}, - "QLabel#log_level_success": {}, - "QLabel#log_level_warning": {}, - "QLabel#log_level_notice": {}, - "QLabel#log_level_trace": {}, - "QLabel#log_stack": {}, - "QTextEdit#tty_frame": {}, - "QLabel#tty_text": {}, - "QLabel#rsx_debugger_display_buffer": { - "background-color": "#181d24" - }, - "QDialog#kernel_explorer": { - "background-color": "#333b44" - }, - "QDialog#memory_viewer": { - "background-color": "#333b44", - "color": "#fff" - }, - "QLabel#memory_viewer_address_panel": { - "background-color": "#333b44" - }, - "QLabel#memory_viewer_hex_panel": { - "background-color": "#333b44" - }, - "QLabel#memory_viewer_ascii_panel": { - "background-color": "#333b44" - }, - "QLabel#debugger_frame_breakpoint": {}, - "QLabel#debugger_frame_pc": {}, "QTreeView::branch:has-children:!has-siblings:closed": { "border-image": "none" }, diff --git a/QStyler/themes/DarkModernOrange.json b/QStyler/themes/DarkModernOrange.json index d278a28..eab4da0 100644 --- a/QStyler/themes/DarkModernOrange.json +++ b/QStyler/themes/DarkModernOrange.json @@ -6,20 +6,6 @@ "background": "transparent", "alternate-background-color": "transparent" }, - "#debugger QListWidget": { - "border": "0.05em solid #ffd785", - "background": "rgba(52, 49, 40, 0.9)" - }, - "#debugger QTextEdit": { - "border": "0.05em solid #ffd785", - "background": "rgba(52, 49, 40, 0.9)" - }, - "#log_frame": { - "background": "rgba(52, 49, 40, 0.9)", - "font-size": "8.50pt", - "font-family": "none" - }, - "#tty_frame": {}, "QListWidget::indicator": { "border": "0.05em solid #4d4940" }, @@ -43,11 +29,6 @@ "color": "#ffd785", "border": "0.10em solid #705722" }, - "QWidget#trophy_manager": {}, - "QWidget#cg_disasm": {}, - "QWidget#log_viewer": {}, - "QDialog": {}, - "QMainWindow#main_window": {}, "QHeaderView::section": { "text-transform": "uppercase", "background": "#bfa163", @@ -58,9 +39,6 @@ "border": "none" }, "QTabWidget::tab-bar": {}, - "QTabWidget#tab_widget_log::tab-bar": { - "alignment": "left" - }, "QTabBar": { "border-bottom": "0.05em solid #ffd785", "text-transform": "uppercase" @@ -86,12 +64,6 @@ "border-top-left-radius": "0.3em", "border-top-right-radius": "0.3em" }, - "#vfs_dialog QTabBar::tab": { - "width": "5.50em" - }, - "#vfs_dialog QTabBar::tab:first": { - "width": "7.45em" - }, "QCheckBox::indicator": { "border-radius": "0.1em", "border": "0.05em solid #5c471c", @@ -174,11 +146,6 @@ "background": "#ffd785", "width": "0.50em" }, - "QSlider#sizeSlider::groove:horizontal": { - "border": "0.10em solid #ffd785", - "border-radius": "0.10em", - "height": "1.5em" - }, "QTextEdit": { "background": "rgba(52, 49, 40, 0.9)", "color": "#ffd785", @@ -197,7 +164,6 @@ "color": "#4d4940", "font-weight": "500" }, - "[floating=\"true\"]": {}, "QDockWidget::title": { "background": "#bfa163", "padding-top": "0.2em" @@ -261,70 +227,11 @@ "background-color": "#828790", "color": "#4d4940" }, - "QLabel#l_controller": { - "color": "#ffd785" - }, - "QTableWidget#game_grid": { - "font-weight": "600", - "color": "#ffd785", - "text-transform": "uppercase", - "selection-color": "#ffd785" - }, - "QTableWidget#game_grid::item:selected:active": { - "selection-background-color": "#4d4940" - }, - "QTableWidget#game_grid::item:selected:!active": { - "selection-background-color": "#615c51" - }, - "QLabel#color_button": { - "background": "transparent" - }, - "QLineEdit#mw_searchbar": { - "margin-left": "0.7em", - "color": "#ffd785", - "font-size": "10.25pt" - }, "QToolButton": { "background": "transparent", "text-transform": "uppercase" }, "QToolButton::hover": { "background-color": "#b3ac98" - }, - "QLabel#gamelist_icon_background_color": { - "color": "transparent" - }, - "QLabel#thumbnail_icon_color": { - "color": "#ffd785" - }, - "QLabel#log_level_always": {}, - "QLabel#log_level_fatal": {}, - "QLabel#log_level_error": {}, - "QLabel#log_level_todo": {}, - "QLabel#log_level_success": {}, - "QLabel#log_level_warning": {}, - "QLabel#log_level_notice": {}, - "QLabel#log_level_trace": {}, - "QLabel#log_stack": {}, - "QLabel#memory_viewer_address_panel": { - "border": "0.05em solid #ffd785", - "background": "rgba(52, 49, 40, 0.9)", - "font-family": "none" - }, - "QLabel#memory_viewer_hex_panel": { - "border": "0.05em solid #ffd785", - "background": "rgba(52, 49, 40, 0.9)", - "font-family": "none" - }, - "QLabel#memory_viewer_ascii_panel": { - "border": "0.05em solid #ffd785", - "background": "rgba(52, 49, 40, 0.9)", - "font-family": "none" - }, - "QLabel#debugger_frame_breakpoint": {}, - "QLabel#debugger_frame_pc": {}, - "QWidget#trophy_notification_frame": { - "background-color": "#b3ac98", - "color": "#4d4940" } } \ No newline at end of file diff --git a/QStyler/themes/DarkPink.json b/QStyler/themes/DarkPink.json index 4032144..008f5ae 100644 --- a/QStyler/themes/DarkPink.json +++ b/QStyler/themes/DarkPink.json @@ -816,75 +816,6 @@ "QTreeView QHeaderView::section": { "border": "none" }, - "QPushButton.danger": { - "border-color": "#dc3545", - "color": "#dc3545" - }, - "QPushButton.danger:checked": { - "color": "#31363b", - "background-color": "#dc3545" - }, - "QPushButton.danger:pressed": { - "color": "#31363b", - "background-color": "#dc3545" - }, - "QPushButton.warning": { - "border-color": "#ffc107", - "color": "#ffc107" - }, - "QPushButton.warning:checked": { - "color": "#31363b", - "background-color": "#ffc107" - }, - "QPushButton.warning:pressed": { - "color": "#31363b", - "background-color": "#ffc107" - }, - "QPushButton.success": { - "border-color": "#17a2b8", - "color": "#17a2b8" - }, - "QPushButton.success:checked": { - "color": "#31363b", - "background-color": "#17a2b8" - }, - "QPushButton.success:pressed": { - "color": "#31363b", - "background-color": "#17a2b8" - }, - "QPushButton.danger:flat:hover": { - "background-color": "rgba(220, 53, 69, 0.2)" - }, - "QPushButton.danger:flat:pressed": { - "background-color": "rgba(220, 53, 69, 0.1)", - "color": "#dc3545" - }, - "QPushButton.danger:flat:checked": { - "background-color": "rgba(220, 53, 69, 0.1)", - "color": "#dc3545" - }, - "QPushButton.warning:flat:hover": { - "background-color": "rgba(255, 193, 7, 0.2)" - }, - "QPushButton.warning:flat:pressed": { - "background-color": "rgba(255, 193, 7, 0.1)", - "color": "#ffc107" - }, - "QPushButton.warning:flat:checked": { - "background-color": "rgba(255, 193, 7, 0.1)", - "color": "#ffc107" - }, - "QPushButton.success:flat:hover": { - "background-color": "rgba(23, 162, 184, 0.2)" - }, - "QPushButton.success:flat:pressed": { - "background-color": "rgba(23, 162, 184, 0.1)", - "color": "#17a2b8" - }, - "QPushButton.success:flat:checked": { - "background-color": "rgba(23, 162, 184, 0.1)", - "color": "#17a2b8" - }, "QTableCornerButton::section": { "background-color": "#232629", "border-radius": "0px", @@ -912,8 +843,6 @@ "border": "1px solid rgba(255, 64, 129, 0.3)", "border-radius": "4px" }, - "#qt_calendar_prevmonth": {}, - "#qt_calendar_nextmonth": {}, "QTreeView QLineEdit": { "color": "#ffffff", "background-color": "#232629", diff --git a/QStyler/themes/DraculaModern.json b/QStyler/themes/DraculaModern.json index 9e26dfe..12d70db 100644 --- a/QStyler/themes/DraculaModern.json +++ b/QStyler/themes/DraculaModern.json @@ -1 +1,1151 @@ -{} \ No newline at end of file +{ + "ApplicationPalette": { + "qproperty-window": "#001100", + "qproperty-windowtext": "#009D9E", + "qproperty-windowtext_disabled": "#484848", + "qproperty-base": "#000600", + "qproperty-alternatebase": "#222100", + "qproperty-text": "#77C300", + "qproperty-text_disabled": "#484848", + "qproperty-tooltipbase": "#000600", + "qproperty-tooltiptext": "#77C300", + "qproperty-tooltiptext_disabled": "#484848", + "qproperty-brighttext": "white", + "qproperty-brighttext_disabled": "#484848", + "qproperty-highlight": "#298ce1", + "qproperty-highlightedtext": "white", + "qproperty-highlightedtext_disabled": "#484848", + "qproperty-button": "#1E311E", + "qproperty-buttontext": "#77C300", + "qproperty-buttontext_disabled": "#484848", + "qproperty-link": "#39a5dd", + "qproperty-linkvisited": "#39a5dd", + "qproperty-light": "#1c1c1c", + "qproperty-midlight": "transparent", + "qproperty-mid": "#1c1c1c", + "qproperty-dark": "transparent", + "qproperty-shadow": "#1c1c1c" + }, + "*": { + "font-family": "\"Segoe UI\", Frutiger, \"Frutiger Linotype\", \"Dejavu Sans\", \"Helvetica Neue\", Arial, sans-serif", + "font-size": "10pt", + "margin": "0", + "padding": "0", + "outline": "0", + "border": "0", + "selection-background-color": "#298ce1", + "selection-color": "white", + "alternate-background-color": "transparent", + "color": "#009D9E", + "border-radius": "2px" + }, + "*::separator": { + "height": "4px", + "width": "4px" + }, + "*::handle": { + "font-family": "\"Segoe UI\", Frutiger, \"Frutiger Linotype\", \"Dejavu Sans\", \"Helvetica Neue\", Arial, sans-serif", + "font-size": "10pt", + "margin": "0", + "padding": "0", + "outline": "0", + "border": "0", + "selection-background-color": "#298ce1", + "selection-color": "white", + "alternate-background-color": "transparent", + "color": "#009D9E", + "border-radius": "2px" + }, + "*::tab-bar": { + "font-family": "\"Segoe UI\", Frutiger, \"Frutiger Linotype\", \"Dejavu Sans\", \"Helvetica Neue\", Arial, sans-serif", + "font-size": "10pt", + "margin": "0", + "padding": "0", + "outline": "0", + "border": "0", + "selection-background-color": "#298ce1", + "selection-color": "white", + "alternate-background-color": "transparent", + "color": "#009D9E", + "border-radius": "2px" + }, + "*::tab": { + "font-family": "\"Segoe UI\", Frutiger, \"Frutiger Linotype\", \"Dejavu Sans\", \"Helvetica Neue\", Arial, sans-serif", + "font-size": "10pt", + "margin": "0", + "padding": "0", + "outline": "0", + "border": "0", + "selection-background-color": "#298ce1", + "selection-color": "white", + "alternate-background-color": "transparent", + "color": "#009D9E", + "border-radius": "2px" + }, + "*::section": { + "font-family": "\"Segoe UI\", Frutiger, \"Frutiger Linotype\", \"Dejavu Sans\", \"Helvetica Neue\", Arial, sans-serif", + "font-size": "10pt", + "margin": "0", + "padding": "0", + "outline": "0", + "border": "0", + "selection-background-color": "#298ce1", + "selection-color": "white", + "alternate-background-color": "transparent", + "color": "#009D9E", + "border-radius": "2px" + }, + "QMainWindow": { + "background-color": "#001100" + }, + "QDockWidget": { + "background-color": "#001100" + }, + "QDialog": { + "background-color": "#001100", + "color": "#77C300" + }, + "QWizard *": { + "background-color": "#001100", + "color": "#77C300" + }, + "QCalendarWidget *": { + "background-color": "#001100", + "color": "#77C300" + }, + "#qswPages > QObject": { + "background-color": "#001100", + "color": "#77C300" + }, + "*:disabled": { + "color": "#484848" + }, + "*::item:disabled": { + "color": "#484848" + }, + "a": { + "color": "#39a5dd", + "text-decoration": "none" + }, + "*::separator:hover": { + "background": "#102110" + }, + "DockTitleBar": { + "font-size": "7pt" + }, + "QToolTip": { + "font-size": "8pt", + "min-height": "1.3em", + "border": "1px solid #002200", + "border-radius": "0", + "background-color": "#000600", + "color": "#77C300" + }, + "QWhatsThis": { + "font-size": "8pt", + "min-height": "1.3em", + "border": "1px solid #002200", + "border-radius": "0", + "background-color": "#000600", + "color": "#77C300" + }, + "QTextBrowser": { + "background-color": "#000600", + "color": "#77C300", + "border": "1px solid #1c1c1c" + }, + "QTextEdit": { + "border": "1px solid #001100", + "background-color": "#102110" + }, + "QToolBar": { + "background-color": "#001100", + "spacing": "0", + "padding": "2px" + }, + "QToolButton": { + "border": "1px solid transparent", + "border-radius": "2px", + "padding": "1px", + "margin": "1px" + }, + "QToolButton:on": { + "background-color": "#1E311E", + "border": "1px solid #1E311E" + }, + "QToolButton:hover": { + "background-color": "#002200", + "border": "1px solid #002200" + }, + "QToolButton:pressed": { + "background-color": "#484848" + }, + "QToolBar::separator": { + "background": "#007700", + "height": "1px", + "margin": "4px", + "width": "1px" + }, + "QToolBar::separator:hover": { + "background": "#007700", + "border": "0" + }, + "QToolButton#qt_toolbar_ext_button": { + "min-width": "8px", + "width": "8px", + "padding": "1px" + }, + "QToolBar::handle:horizontal": { + "width": "8px", + "padding": "4px" + }, + "QToolBar::handle:vertical": { + "height": "8px", + "padding": "4px" + }, + "QMenuBar::item": { + "background-color": "transparent", + "padding": "4px 12px" + }, + "QMenuBar::item:selected": { + "background": "#298ce1", + "color": "white" + }, + "QMenuBar::item:pressed": { + "background": "#1979ca", + "color": "white" + }, + "QMenu": { + "background": "#211F10", + "border": "1px solid #1c1c1c", + "color": "#77C300" + }, + "QMenu::item": { + "border": "1px solid transparent", + "color": "#77C300", + "padding": "5px 16px", + "padding-left": "25px", + "border-radius": "2px" + }, + "QMenu::item:selected": { + "background": "#002200", + "border": "1px solid #002200" + }, + "QMenu::item:disabled": { + "border": "1px solid transparent", + "background": "transparent" + }, + "QMenu::separator": { + "background": "#007700", + "height": "1px" + }, + "QMenu::indicator": { + "width": "12px", + "left": "6px" + }, + "QPushButton": { + "background-color": "#1E311E", + "border": "1px solid #1E311E", + "color": "#77C300", + "font-size": "12pt", + "padding": "3px 20px" + }, + "QPushButton:focus": { + "border-color": "#002200" + }, + "QPushButton:hover": { + "background-color": "#005907", + "border-color": "#007700" + }, + "QPushButton:hover:focus": { + "background-color": "#485d6f", + "border-color": "#485d6f" + }, + "QPushButton:pressed": { + "background-color": "#298ce1", + "border-color": "#298ce1", + "color": "white" + }, + "QPushButton:pressed:focus": { + "background-color": "#298ce1", + "border-color": "#298ce1", + "color": "white" + }, + "QGroupBox": { + "background-color": "#222100", + "border": "1px solid #1c1c1c", + "color": "#77C300", + "font-size": "13pt", + "padding": "4px", + "padding-top": "1em" + }, + "qwWarningContainer": { + "background-color": "#222100", + "border": "1px solid #1c1c1c", + "color": "#77C300", + "font-size": "13pt", + "padding": "4px", + "padding-top": "1em" + }, + "QGroupBox::title": { + "background-color": "transparent", + "margin": "6px", + "margin-left": "8px", + "margin-right": "8px" + }, + "QListView": { + "background-color": "#000600", + "border": "1px solid #1c1c1c" + }, + "QListView::item": { + "border-radius": "2px", + "border": "1px solid transparent", + "color": "#77C300", + "selection-color": "#77C300", + "padding": "2px 4px" + }, + "QListView::item:hover": { + "background-color": "#102110", + "border": "1px solid #102110" + }, + "QListView::item:selected": { + "background-color": "#3b3b3b", + "border": "1px solid #3b3b3b" + }, + "QListView::item:selected:active": { + "background": "#3d8ec9", + "color": "#000000" + }, + "QTreeView": { + "background-color": "#000600", + "color": "#77C300", + "selection-background-color": "#000600", + "selection-color": "#77C300", + "border": "1px solid #1c1c1c" + }, + "QTreeView::item": { + "min-width": "60px", + "border": "1px solid transparent", + "border-left": "0", + "border-right": "0", + "color": "#77C300", + "padding": "2px 4px", + "selection-color": "#77C300", + "border-radius": "0" + }, + "QTreeView::item:first": { + "border-left": "1px solid transparent", + "border-top-left-radius": "2px", + "border-bottom-left-radius": "2px" + }, + "QTreeView::item:only-one": { + "border-right": "1px solid transparent", + "border-top-right-radius": "2px", + "border-bottom-right-radius": "2px" + }, + "QTreeView::item:last": { + "border-right": "1px solid transparent", + "border-top-right-radius": "2px", + "border-bottom-right-radius": "2px" + }, + "QTreeView::item:hover": { + "background-color": "#102110", + "border-color": "#102110" + }, + "QTreeView::item:focus": { + "background-color": "#102110", + "border-color": "#102110" + }, + "QTreeView::item:selected": { + "background-color": "#3b3b3b", + "border": "1px solid #3b3b3b", + "border-right": "0", + "border-left": "0" + }, + "QTreeView::item:selected:first": { + "border-left": "1px solid #3b3b3b" + }, + "QTreeView::item:selected:only-one": { + "border-right": "1px solid #3b3b3b" + }, + "QTreeView::item:selected:last": { + "border-right": "1px solid #3b3b3b" + }, + "QTreeView::item:selected:active": { + "background": "#3d8ec9", + "color": "#000000" + }, + "QTreeView::item:selected:active:first": { + "border-left": "1px solid #002200" + }, + "QTreeView::item:selected:active:only-one": { + "border-right": "1px solid #002200" + }, + "QTreeView::item:selected:active:last": { + "border-right": "1px solid #002200" + }, + "QTreeView::branch": { + "border-image": "none", + "image": "none", + "margin-left": "3px", + "margin-top": "1px", + "padding-left": "3px" + }, + "QTreeView::branch:has-children:closed": {}, + "QTreeView::branch:has-children:open": {}, + "QHeaderView": { + "border-radius": "0px" + }, + "QHeaderView::section": { + "border": "0", + "background-color": "#222100", + "color": "#77C300", + "padding": "4px", + "padding-left": "8px", + "padding-right": "20px", + "border-radius": "0" + }, + "QHeaderView::down-arrow": {}, + "QHeaderView::up-arrow": {}, + "QTabWidget::pane": { + "background-color": "#222100", + "border": "1px solid #1c1c1c" + }, + "QTabWidget::pane:top": { + "margin-top": "-1px", + "border-radius": "2px", + "border-top-left-radius": "0" + }, + "QTabWidget::pane:bottom": { + "margin-bottom": "-1px", + "border-radius": "2px", + "border-bottom-left-radius": "0" + }, + "QTabWidget::tab-bar": { + "background-color": "#001100" + }, + "QTabBar::tab": { + "color": "#80A85F", + "background-color": "#1E311E", + "padding": "6px 16px", + "border-radius": "0", + "border": "1px solid #1c1c1c", + "border-right": "0" + }, + "QTabBar::tab:last": { + "border-right": "1px solid #1c1c1c" + }, + "QTabBar::tab:only-one": { + "border-right": "1px solid #1c1c1c" + }, + "QTabBar::tab:hover": { + "background-color": "#002200" + }, + "QTabBar::tab:disabled": { + "color": "#484848" + }, + "QTabBar::tab:selected": { + "color": "#77C300", + "background-color": "#222100" + }, + "QTabBar::tab:top": { + "border-bottom": "0", + "margin-bottom": "1px" + }, + "QTabBar::tab:bottom": { + "border-top": "0", + "margin-top": "1px" + }, + "QTabBar::tab:top:selected": { + "padding-bottom": "7px", + "margin-bottom": "0" + }, + "QTabBar::tab:bottom:selected": { + "padding-top": "7px", + "margin-top": "0" + }, + "QTabBar::tab:top:first": { + "border-top-left-radius": "2px" + }, + "QTabBar::tab:top:only-one": { + "border-top-right-radius": "2px" + }, + "QTabBar::tab:top:last": { + "border-top-right-radius": "2px" + }, + "QTabBar::tab:bottom:first": { + "border-bottom-left-radius": "2px" + }, + "QTabBar::tab:bottom:only-one": { + "border-bottom-right-radius": "2px" + }, + "QTabBar::tab:bottom:last": { + "border-bottom-right-radius": "2px" + }, + "QScrollBar": { + "border-radius": "0", + "font-size": "10pt" + }, + "QScrollBar:vertical": { + "border-left": "1px solid #1c1c1c", + "width": "1em" + }, + "QScrollBar:horizontal": { + "border-top": "1px solid #1c1c1c", + "height": "1em" + }, + "QScrollBar::handle": { + "margin": "-1px", + "background": "#0E300E", + "border": "1px solid #1c1c1c" + }, + "QScrollBar::handle:vertical": { + "min-height": "10px" + }, + "QScrollBar::handle:horizontal": { + "min-width": "10px" + }, + "QScrollBar::handle:hover": { + "background": "#002200" + }, + "QScrollBar::left-arrow": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::right-arrow": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::up-arrow": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::down-arrow": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::sub-line": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::add-line": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::add-page": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QScrollBar::sub-page": { + "background": "#001100", + "height": "0", + "width": "0", + "border-radius": "0", + "border": "0" + }, + "QAbstractScrollArea::corner": { + "border-left": "1px solid #1c1c1c", + "border-top": "1px solid #1c1c1c", + "height": "0", + "width": "0", + "border-radius": "0", + "background": "#000600" + }, + "QLineEdit": { + "border": "1px solid #001100", + "background-color": "#102110" + }, + "QComboBox": { + "border": "1px solid #1E311E", + "background-color": "#1E311E" + }, + "QSpinBox": { + "min-width": "2.5em", + "padding-right": "10px" + }, + "QAbstractSpinBox": { + "min-width": "2.5em", + "padding-right": "10px" + }, + "QPlainTextEdit": { + "border": "1px solid #001100", + "background-color": "#102110" + }, + "QComboBox:editable": { + "border": "1px solid #001100", + "background-color": "#102110" + }, + "QPushButton:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QLineEdit:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QTextEdit:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QPlainTextEdit:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QListWidget:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QTreeWidget:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QComboBox:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QSpinBox:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QAbstractSpinBox:disabled": { + "border": "1px solid transparent", + "background-color": "#282828" + }, + "QComboBox::drop-down": { + "background-color": "#000600", + "border": "0", + "margin-left": "4px", + "margin-right": "12px", + "margin-top": "5px" + }, + "QAbstractSpinBox::drop-down": { + "background-color": "#000600", + "border": "0", + "margin-left": "4px", + "margin-right": "12px", + "margin-top": "5px" + }, + "QSpinBox::drop-down": { + "background-color": "#000600", + "border": "0", + "margin-left": "4px", + "margin-right": "12px", + "margin-top": "5px" + }, + "QDateTimeEdit::drop-down": { + "background-color": "#000600", + "border": "0", + "margin-left": "4px", + "margin-right": "12px", + "margin-top": "5px" + }, + "QComboBox::down-arrow": { + "margin-top": "-2px", + "width": "14px" + }, + "QDateTimeEdit::down-arrow": { + "margin-top": "-2px", + "width": "14px" + }, + "QComboBox::down-arrow:disabled": {}, + "QDateTimeEdit::down-arrow:disabled": {}, + "QToolButton[popupMode=\"1\"]": { + "padding-right": "14px" + }, + "QToolButton[popupMode=\"2\"]": { + "padding-right": "14px" + }, + "QPushButton[popupMode=\"1\"]": { + "padding-right": "14px" + }, + "QPushButton[popupMode=\"2\"]": { + "padding-right": "14px" + }, + "QToolButton::menu-arrow": { + "subcontrol-origin": "padding", + "subcontrol-position": "center right", + "top": "2px", + "right": "2px", + "width": "14px" + }, + "QToolButton::menu-indicator": { + "subcontrol-origin": "padding", + "subcontrol-position": "center right", + "top": "2px", + "right": "2px", + "width": "14px" + }, + "QPushButton::menu-arrow": { + "subcontrol-origin": "padding", + "subcontrol-position": "center right", + "top": "2px", + "right": "2px", + "width": "14px" + }, + "QPushButton::menu-indicator": { + "subcontrol-origin": "padding", + "subcontrol-position": "center right", + "top": "2px", + "right": "2px", + "width": "14px" + }, + "QSpinBox::down-button": { + "padding-right": "4px", + "width": "14px", + "padding-bottom": "1px" + }, + "QAbstractSpinBox::down-button": { + "padding-right": "4px", + "width": "14px", + "padding-bottom": "1px" + }, + "QSpinBox::down-button:disabled": {}, + "QAbstractSpinBox::down-button:disabled": {}, + "QSpinBox::up-button": { + "padding-right": "4px", + "width": "14px", + "padding-top": "1px" + }, + "QAbstractSpinBox::up-button": { + "padding-right": "4px", + "width": "14px", + "padding-top": "1px" + }, + "QSpinBox::up-button:disabled": {}, + "QAbstractSpinBox::up-button:disabled": {}, + "QComboBox QAbstractItemView": { + "background-color": "#000600", + "border": "1px solid #1c1c1c", + "color": "#77C300", + "border-radius": "0" + }, + "QLabel": { + "color": "#77C300", + "background": "transparent" + }, + "QCheckBox": { + "color": "#77C300", + "background": "transparent" + }, + "QAbstractCheckBox": { + "color": "#77C300", + "background": "transparent" + }, + "QTreeView::indicator": { + "background": "#1E311E" + }, + "QRadioButton": { + "color": "#77C300", + "background": "transparent" + }, + "QCheckBox::indicator": { + "background-color": "#1E311E", + "border": "1px solid #1E311E", + "height": "13px", + "width": "13px", + "margin-top": "1px" + }, + "QCheckBox::indicator:checked": {}, + "QMenu::indicator:checked": {}, + "QTreeView::indicator:checked": {}, + "QCheckBox::indicator:disabled": { + "border": "1px solid #2d2d2d", + "background-color": "#282828" + }, + "QTreeView::indicator:disabled": { + "border": "1px solid #2d2d2d", + "background-color": "#282828" + }, + "QCheckBox::indicator:checked:disabled": { + "border": "1px solid transparent" + }, + "QTreeView::indicator:checked:disabled": { + "border": "1px solid transparent" + }, + "QRadioButton::indicator": { + "background": "#1E311E", + "border": "1px solid #1E311E", + "border-radius": "7px", + "height": "12px", + "width": "12px" + }, + "QRadioButton::indicator:disabled": { + "background-color": "#282828", + "margin": "1px", + "border": "1px solid transparent" + }, + "QRadioButton::indicator:checked": {}, + "QRadioButton::indicator:checked:disabled": {}, + "QSlider::groove": { + "background": "#393939", + "border": "1px solid #393939", + "border-radius": "2px", + "font-size": "3pt" + }, + "QSlider::groove:horizontal": { + "height": "1em" + }, + "QSlider::groove:vertical": { + "width": "1em" + }, + "QSlider::groove:disabled": { + "background": "#282828", + "border": "1px solid transparent", + "border-radius": "2px" + }, + "QSlider::sub-page:disabled": { + "background": "#282828", + "border": "1px solid transparent", + "border-radius": "2px" + }, + "QSlider::sub-page": { + "background": "#486d8d", + "border": "1px solid #486d8d", + "border-radius": "2px" + }, + "QSlider::handle": { + "background": "#777777", + "border": "1px solid #001100", + "border-radius": "3px", + "font-size": "4pt" + }, + "QSlider::handle:horizontal": { + "margin": "-5px -1px", + "width": "4.5em" + }, + "QSlider::handle:vertical": { + "margin": "-1px -5px", + "height": "4.5em" + }, + "QSlider::handle:focus": { + "background-color": "#6d96ba", + "border-color": "#222266" + }, + "QSlider::handle:hover": { + "background-color": "#999999" + }, + "QSlider::handle:pressed": { + "background-color": "#bbbbbb", + "border-color": "#001100" + }, + "QSlider::handle:disabled": { + "background-color": "#282828", + "border": "1px solid #282828" + }, + "QCheckBox::indicator:focus": { + "border-color": "#002200" + }, + "QTreeView::indicator:focus": { + "border-color": "#002200" + }, + "QRadioButton::indicator:focus": { + "border-color": "#002200" + }, + "QComboBox:focus": { + "border-color": "#002200" + }, + "QCheckBox::indicator:focus:hover": { + "background-color": "#485d6f", + "border-color": "#485d6f" + }, + "QTreeView::indicator:focus:hover": { + "background-color": "#485d6f", + "border-color": "#485d6f" + }, + "QRadioButton::indicator:focus:hover": { + "background-color": "#485d6f", + "border-color": "#485d6f" + }, + "QComboBox:focus:hover": { + "background-color": "#485d6f", + "border-color": "#485d6f" + }, + "QCheckBox::indicator:hover": { + "background-color": "#005907", + "border-color": "#007700" + }, + "QTreeView::indicator:hover": { + "background-color": "#005907", + "border-color": "#007700" + }, + "QRadioButton::indicator:hover": { + "background-color": "#005907", + "border-color": "#007700" + }, + "QComboBox:hover": { + "background-color": "#005907", + "border-color": "#007700" + }, + "QLineEdit:focus": { + "border-color": "#002200" + }, + "QSpinBox:focus": { + "border-color": "#002200" + }, + "QAbstractSpinBox:focus": { + "border-color": "#002200" + }, + "QComboBox:editable:focus": { + "border-color": "#002200" + }, + "QLineEdit:focus:hover": { + "border-color": "#485d6f" + }, + "QSpinBox:focus:hover": { + "border-color": "#485d6f" + }, + "QAbstractSpinBox:focus:hover": { + "border-color": "#485d6f" + }, + "QComboBox:editable:focus:hover": { + "border-color": "#485d6f" + }, + "QLineEdit:hover": { + "background-color": "#102110", + "border-color": "#007700" + }, + "QSpinBox:hover": { + "background-color": "#102110", + "border-color": "#007700" + }, + "QAbstractSpinBox:hover": { + "background-color": "#102110", + "border-color": "#007700" + }, + "QComboBox:editable:hover": { + "background-color": "#102110", + "border-color": "#007700" + }, + "QTextEdit:focus": { + "border-color": "#002200" + }, + "QPlainTextEdit:focus": { + "border-color": "#002200" + }, + "QFontDialog": { + "min-width": "32em", + "min-height": "24em" + }, + "QColorDialog QColorLuminancePicker": { + "background-color": "transparent" + }, + "QMessageBox": { + "dialogbuttonbox-buttons-have-icons": "0" + }, + "QDialogButtonBox": { + "dialogbuttonbox-buttons-have-icons": "0" + }, + "LogTextBrowser": { + "min-height": "120px", + "min-width": "40px", + "border-color": "#1c1c1c" + }, + "#qdsChat": { + "min-height": "120px", + "min-width": "40px", + "border-color": "#1c1c1c" + }, + "UserView": { + "min-height": "120px", + "min-width": "40px" + }, + "UserView::item": { + "padding": "0", + "padding-top": "-1px" + }, + "#qdwChat > QTextEdit": { + "background-color": "transparent", + "border": "0", + "font-size": "10pt" + }, + ".log-time": { + "background-color": "transparent", + "color": "#95a5a6", + "font-size": "9pt" + }, + ".log-server": { + "background-color": "transparent", + "color": "#F9655D", + "font-weight": "bold" + }, + ".log-channel": { + "background-color": "transparent", + "color": "#e67e22", + "font-weight": "bold" + }, + ".log-privilege": { + "background-color": "transparent", + "color": "#c0392b", + "font-weight": "bold" + }, + ".log-target": { + "background-color": "transparent", + "color": "#27ae60", + "font-weight": "bold" + }, + ".log-source": { + "background-color": "transparent", + "color": "#27ae60", + "font-weight": "bold" + }, + "QListView#qlwIcons": { + "padding": "0", + "background-color": "transparent", + "border": "0", + "font-size": "12pt", + "min-width": "165%", + "margin-left": "4px", + "margin-top": "12px" + }, + "QListView#qlwIcons::item": { + "margin-bottom": "1px", + "padding": "5px 7px" + }, + "QListView#qlwIcons::item:hover": { + "border-color": "#102110", + "background-color": "#102110" + }, + "QListView#qlwIcons::item:selected": { + "background-color": "#1E311E", + "border": "1px solid #1E311E" + }, + "QListView#qlwIcons::item:focus": { + "background-color": "#002200", + "border": "1px solid #002200" + }, + "QSlider": { + "margin-left": "30px", + "margin-right": "30px" + }, + "#qswPages > * > * > QScrollBar": { + "margin": "0" + }, + "#qswPages > * > QWidget": { + "margin": "2px" + }, + "QListView::item QListWidgetItem": { + "background": "#1E311E", + "margin": "0", + "padding-top": "0", + "padding-bottom": "0", + "padding-left": "4px", + "padding-right": "4px", + "font-size": "9pt" + }, + "QListView::item QLineEdit": { + "background": "#1E311E", + "margin": "0", + "padding-top": "0", + "padding-bottom": "0", + "padding-left": "4px", + "padding-right": "4px", + "font-size": "9pt" + }, + "QTreeView::item QComboBox": { + "background": "#1E311E", + "margin": "0", + "padding-top": "0", + "padding-bottom": "0", + "padding-left": "4px", + "padding-right": "4px", + "font-size": "9pt" + }, + "QTreeView::item QLineEdit": { + "background": "#1E311E", + "margin": "0", + "padding-top": "0", + "padding-bottom": "0", + "padding-left": "4px", + "padding-right": "4px", + "font-size": "9pt" + }, + "QListView::item QListWidgetItem:hover": { + "background": "#1E311E" + }, + "QListView::item QLineEdit:hover": { + "background": "#1E311E" + }, + "QTreeView::item QComboBox:hover": { + "background": "#1E311E" + }, + "QTreeView::item QLineEdit:hover": { + "background": "#1E311E" + }, + "AboutDialog > QTextBrowser": { + "border": "0" + }, + "AboutDialog QTextEdit": { + "border": "0" + }, + "#qtbToolBar": { + "border": "1px solid transparent", + "background": "transparent" + }, + "#BanEditor": { + "min-width": "600px" + }, + "#GlobalShortcutTarget": { + "min-height": "600px" + }, + "ViewCert": { + "min-height": "600px" + }, + "QTableView": { + "border-radius": "0px" + }, + "QTableView::item:pressed": { + "background": "#78879b", + "color": "#000000" + }, + "QListView::item:pressed": { + "background": "#78879b", + "color": "#000000" + }, + "QTreeView::item:pressed": { + "background": "#78879b", + "color": "#000000" + }, + "QTableView::item:selected:active": { + "background": "#3d8ec9", + "color": "#000000" + }, + "QTableCornerButton::section": { + "background-color": "#3A3939", + "border": "1px solid #3A3939", + "border-radius": "2px" + }, + "QToolBox": { + "padding": "3px", + "border": "1px transparent black" + }, + "QToolBox::tab": { + "color": "#b1b1b1", + "background-color": "#302F2F", + "border": "1px solid #4A4949", + "border-bottom": "1px transparent #302F2F", + "border-top-left-radius": "5px", + "border-top-right-radius": "5px" + }, + "font: italic;background-color: #302F2F;border-color: #3d8ec9;": {} +} \ No newline at end of file diff --git a/QStyler/themes/DuckOrange.json b/QStyler/themes/DuckOrange.json index be7582d..e8fad56 100644 --- a/QStyler/themes/DuckOrange.json +++ b/QStyler/themes/DuckOrange.json @@ -227,62 +227,5 @@ "QTabBar::tab:hover:!selected": { "color": "black", "background-color": "#d7801a" - }, - "QLabel#HydrusValid": { - "color": "#2ed42e" - }, - "QLineEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QPlainTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QLabel#HydrusIndeterminate": { - "color": "#8080ff" - }, - "QLineEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QPlainTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QLabel#HydrusInvalid": { - "color": "#ff7171" - }, - "QLineEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QPlainTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QLabel#HydrusWarning": { - "color": "#ff7171" - }, - "QCheckBox#HydrusWarning": { - "color": "#ff7171" - }, - "QPushButton#HydrusAccept": { - "color": "#2ed42e" - }, - "QPushButton#HydrusCancel": { - "color": "#ff7171" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=true]": { - "color": "#2ed42e" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=false]": { - "color": "#ff7171" - }, - "QLabel#HydrusHyperlink": { - "qproperty-link_color": "#ffa02f" } } \ No newline at end of file diff --git a/QStyler/themes/ILEDBlack.json b/QStyler/themes/ILEDBlack.json index 9f2e274..2fac2c4 100644 --- a/QStyler/themes/ILEDBlack.json +++ b/QStyler/themes/ILEDBlack.json @@ -227,62 +227,5 @@ "QTabBar::tab:hover:!selected": { "color": "black", "background-color": "#FF2800" - }, - "QLabel#HydrusValid": { - "color": "#2ed42e" - }, - "QLineEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QPlainTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QLabel#HydrusIndeterminate": { - "color": "#8080ff" - }, - "QLineEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QPlainTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QLabel#HydrusInvalid": { - "color": "#ff7171" - }, - "QLineEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QPlainTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QLabel#HydrusWarning": { - "color": "#ff7171" - }, - "QCheckBox#HydrusWarning": { - "color": "#ff7171" - }, - "QPushButton#HydrusAccept": { - "color": "#2ed42e" - }, - "QPushButton#HydrusCancel": { - "color": "#ff7171" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=true]": { - "color": "#2ed42e" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=false]": { - "color": "#ff7171" - }, - "QLabel#HydrusHyperlink": { - "qproperty-link_color": "white" } } \ No newline at end of file diff --git a/QStyler/themes/MaterialDarkStyle.json b/QStyler/themes/MaterialDarkStyle.json index 38cab86..82ae499 100644 --- a/QStyler/themes/MaterialDarkStyle.json +++ b/QStyler/themes/MaterialDarkStyle.json @@ -292,10 +292,6 @@ "subcontrol-position": "right", "subcontrol-origin": "margin" }, - "QScrollBar::sub-line:horizontal:hover": {}, - "QScrollBar::sub-line:horizontal:on": {}, - "QScrollBar::add-line:horizontal:hover": {}, - "QScrollBar::add-line:horizontal:on": {}, "QScrollBar::up-arrow:horizontal": { "background-color": "none" }, @@ -325,10 +321,6 @@ "subcontrol-position": "bottom", "subcontrol-origin": "margin" }, - "QScrollBar::sub-line:vertical:hover": {}, - "QScrollBar::sub-line:vertical:on": {}, - "QScrollBar::add-line:vertical:hover": {}, - "QScrollBar::add-line:vertical:on": {}, "QScrollBar::up-arrow:vertical": { "background-color": "none" }, @@ -453,26 +445,6 @@ "QDockWidget QTableView": { "margin": "6px" }, - "QTabBar::scroller": {}, - "QTabBar QToolButton": {}, - "QTabBar QToolButton:hover": {}, - "QTabBar QToolButton::right-arrow:enabled": {}, - "QTabBar QToolButton::right-arrow:disabled": {}, - "QTabBar QToolButton::right-arrow:off": {}, - "QTabBar QToolButton::right-arrow:hover": {}, - "QTabBar QToolButton::left-arrow:enabled": {}, - "QTabBar QToolButton::left-arrow:disabled": {}, - "QTabBar QToolButton::left-arrow:off": {}, - "QTabBar QToolButton::left-arrow:hover": {}, - "QTabBar QToolButton::up-arrow:enabled": {}, - "QTabBar QToolButton::up-arrow:disabled": {}, - "QTabBar QToolButton::up-arrow:off": {}, - "QTabBar QToolButton::up-arrow:hover": {}, - "QTabBar QToolButton::down-arrow:enabled": {}, - "QTabBar QToolButton::down-arrow:disabled": {}, - "QTabBar QToolButton::down-arrow:off": {}, - "QTabBar QToolButton::down-arrow:hover": {}, - "QTabBar::tear": {}, "QTreeView": { "background-color": "#f0f0f0", "border": "1px solid #c3c3c3", @@ -490,82 +462,6 @@ "selection-color": "#624b14", "selection-background-color": "#e3d8b9" }, - "QListView::item:hover": {}, - "QTreeView::item:hover": {}, - "QListView::item:selected": {}, - "QTreeView::item:selected": {}, - "Gui--PropertyEditor--PropertyEditor": {}, - "Gui--PropertyEditor--PropertyEditor > QWidget > QFrame:focus": {}, - "Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel": { - "color": "black", - "background-color": "#e3d8b9" - }, - "Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel:disabled": { - "color": "transparent", - "background-color": "transparent", - "border": "none", - "border-radius": "0px", - "margin": "0px", - "padding": "0px" - }, - "Gui--PropertyEditor--PropertyEditor QLineEdit:read-only": { - "color": "transparent", - "border-color": "transparent", - "background-color": "transparent", - "selection-color": "transparent", - "selection-background-color": "transparent" - }, - "Gui--PropertyEditor--PropertyEditor QLineEdit:disabled": { - "color": "transparent", - "border-color": "transparent", - "background-color": "transparent", - "selection-color": "transparent", - "selection-background-color": "transparent" - }, - "Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:read-only": { - "color": "transparent", - "border-color": "transparent", - "background-color": "transparent", - "selection-color": "transparent", - "selection-background-color": "transparent" - }, - "Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled": { - "color": "transparent", - "border-color": "transparent", - "background-color": "transparent", - "selection-color": "transparent", - "selection-background-color": "transparent" - }, - "Gui--PropertyEditor--PropertyEditor QSpinBox": { - "margin-left": "0px", - "margin-right": "0px", - "padding-top": "0px", - "padding-bottom": "0px" - }, - "Gui--PropertyEditor--PropertyEditor QDoubleSpinBox": { - "margin-left": "0px", - "margin-right": "0px", - "padding-top": "0px", - "padding-bottom": "0px" - }, - "Gui--PropertyEditor--PropertyEditor QAbstractSpinBox": { - "margin-left": "0px", - "margin-right": "0px", - "padding-top": "0px", - "padding-bottom": "0px" - }, - "Gui--PropertyEditor--PropertyEditor QLineEdit": { - "margin-left": "0px", - "margin-right": "0px", - "padding-top": "0px", - "padding-bottom": "0px" - }, - "Gui--PropertyEditor--PropertyEditor QComboBox": { - "margin-left": "0px", - "margin-right": "0px", - "padding-top": "0px", - "padding-bottom": "0px" - }, "QTreeView > QWidget > QComboBox": { "border-radius": "0px" }, @@ -684,9 +580,6 @@ "background-color": "transparent", "border-color": "transparent" }, - "Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QWidget": { - "min-height": "14px" - }, "QHeaderView": { "background-color": "#c3c3c3", "border-bottom-left-radius": "0px", @@ -771,82 +664,6 @@ "border-radius": "3px", "margin": "4px" }, - "QFrame[class=\"panel\"]": {}, - "QSint--ActionGroup": {}, - "QSint--ActionGroup QFrame[height=\"1\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[height=\"2\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[height=\"3\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[width=\"1\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[width=\"2\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[width=\"3\"]": { - "border-color": "rgba(0,0,0,60)" - }, - "QSint--ActionGroup QFrame[class=\"header\"]": { - "border": "none", - "border-top-left-radius": "3px", - "border-top-right-radius": "3px", - "border-bottom-left-radius": "0px", - "border-bottom-right-radius": "0px", - "margin": "0px", - "padding": "0px" - }, - "QSint--ActionGroup QFrame[class=\"header\"]:hover": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #daa116, stop:1 #d0970c)" - }, - "QSint--ActionGroup QToolButton[class=\"header\"]": { - "text-align": "left", - "font-weight": "bold", - "border": "none", - "margin": "0px", - "padding": "0px" - }, - "QSint--ActionGroup QFrame[class=\"header\"] QLabel": { - "background-color": "transparent", - "background-repeat": "none", - "background-position": "center center", - "padding": "0px", - "margin": "0px" - }, - "QSint--ActionGroup QFrame[class=\"header\"] QLabel:hover": { - "background-color": "transparent" - }, - "QSint--ActionGroup QFrame[class=\"header\"] QLabel[fold=\"true\"]": { - "background-color": "transparent", - "background-repeat": "none", - "background-position": "center center", - "padding": "0px", - "margin": "0px" - }, - "QSint--ActionGroup QFrame[class=\"header\"] QLabel[fold=\"true\"]:hover": { - "background-color": "transparent" - }, - "QSint--ActionGroup QFrame[class=\"content\"]": { - "margin": "0px", - "padding": "0px", - "border": "none", - "border-top-left-radius": "0px", - "border-top-right-radius": "0px", - "border-bottom-left-radius": "3px", - "border-bottom-right-radius": "3px" - }, - "QSint--ActionGroup QFrame[class=\"content\"] > QWidget": {}, - "QSint--ActionGroup QFrame[class=\"content\"] QTabBar::tab:top:selected": {}, - "QSint--ActionGroup QFrame[class=\"content\"] QTabBar::tab:bottom:selected": {}, - "QSint--ActionGroup QFrame[class=\"content\"] QTabBar::tab:right:selected": {}, - "QSint--ActionGroup QFrame[class=\"content\"] QTabBar::tab:left:selected": {}, - "QSint--ActionGroup QFrame[class=\"content\"] > QWidget > QPushButton": { - "margin": "0px" - }, "QComboBox": { "selection-color": "white", "selection-background-color": "#daa116" @@ -1190,41 +1007,6 @@ "background-color": "#daa116", "border-color": "#d0970c" }, - "Gui--ColorButton": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0.3, x2:0, y2:1, stop:0 #f5f5f5, stop:1 #e6e6e6)", - "border": "1px solid #d2d2d2" - }, - "Gui--ColorButton:disabled": { - "border-color": "transparent", - "background-color": "rgba(0,0,0,10)" - }, - "Gui--ColorButton:hover": { - "border-color": "#d0970c", - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #daa116, stop:1 #d0970c)" - }, - "Gui--ColorButton:focus": { - "border-color": "#d0970c", - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #daa116, stop:1 #d0970c)" - }, - "Gui--ColorButton:pressed": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #d0970c, stop:1 #daa116)" - }, - "Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QPushButton": { - "background-color": "#b6b6b6", - "border": "1px solid #828282", - "border-radius": "0px" - }, - "Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QWidget > QWidget > QFrame": { - "border": "1px solid #dcdcdc", - "border-radius": "2px", - "padding": "2px 6px" - }, - "QFileDialog#QFileDialog QToolButton": { - "background-color": "transparent", - "padding": "1px", - "border": "1px", - "margin": "0px" - }, "QDialog QToolButton": { "color": "#6e6e6e", "text-align": "center", @@ -1255,36 +1037,6 @@ "QDialog QToolButton:pressed": { "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #d0970c, stop:1 #daa116)" }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton": { - "color": "#6e6e6e", - "text-align": "center", - "background-color": "qlineargradient(spread:pad, x1:0, y1:0.3, x2:0, y2:1, stop:0 #f5f5f5, stop:1 #e6e6e6)", - "border": "1px solid #d2d2d2", - "border-radius": "4px" - }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton:hover": { - "color": "white", - "border-color": "#d0970c", - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #daa116, stop:1 #d0970c)" - }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton:focus": { - "color": "white", - "border-color": "#d0970c", - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #daa116, stop:1 #d0970c)" - }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton:disabled": { - "color": "#b6b6b6", - "border-color": "#e6e6e6", - "background-color": "#e6e6e6" - }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton:disabled:checked": { - "color": "#b6b6b6", - "border-color": "#e6e6e6", - "background-color": "#e6e6e6" - }, - "QSint--ActionGroup QFrame[class=\"content\"] QToolButton:pressed": { - "background-color": "qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 #d0970c, stop:1 #daa116)" - }, "QRadioButton::indicator:unchecked": { "color": "#505050", "background-color": "rgba(0,0,0,20)", @@ -1570,19 +1322,6 @@ "QToolBar > QToolButton:pressed": { "background-color": "rgba(0,0,0,30)" }, - "QToolBar > QToolButton#qt_toolbutton_menubutton": { - "border": "1px solid transparent", - "border-radius": "3px" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton:hover": { - "border": "1px solid #e3b64d" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton:pressed": { - "border": "1px solid #e3b64d" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton:open": { - "border": "1px solid #e3b64d" - }, "QToolBar QToolButton::menu-button": { "border": "none", "border-top-right-radius": "3px", @@ -1590,22 +1329,7 @@ "outline": "none", "background-color": "transparent" }, - "QToolBar > QToolButton#qt_toolbutton_menubutton::menu-button": { - "border": "none", - "border-top-right-radius": "3px", - "border-bottom-right-radius": "3px", - "outline": "none", - "background-color": "transparent" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton::menu-button:hover": { - "background-color": "qlineargradient(spread:pad, x1:1, y1:0.8, x2:1, y2:0, stop:0 #daa116, stop:1 #e3b64d)" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton::menu-button:pressed": { - "background-color": "qlineargradient(spread:pad, x1:1, y1:0.8, x2:1, y2:0, stop:0 #daa116, stop:1 #e3b64d)" - }, - "QToolBar > QToolButton#qt_toolbutton_menubutton::menu-button:open": { - "background-color": "qlineargradient(spread:pad, x1:1, y1:0.8, x2:1, y2:0, stop:0 #daa116, stop:1 #e3b64d)" - }, + "QToolBar > QToolButton::menu-arrow": { "background-position": "center center", "background-repeat": "none", @@ -1620,21 +1344,6 @@ "QToolButton:checked:hover": { "border": "1px solid #e3b64d" }, - "QToolBar QToolButton#qt_toolbar_ext_button": { - "margin": "0px", - "padding": "0px", - "image": "transparent", - "background-repeat": "none", - "background-position": "center left" - }, - "QToolBar QToolButton#qt_toolbar_ext_button:hover": { - "border-color": "#e0e0e0", - "background-color": "#e0e0e0" - }, - "QToolBar QToolButton#qt_toolbar_ext_button:on": { - "border-color": "#e0e0e0", - "background-color": "#e0e0e0" - }, "QTableView::item:hover": {}, "QTableView::item:disabled": { "color": "#e6e6e6" @@ -1882,37 +1591,6 @@ "background-color": "transparent", "border-color": "transparent" }, - "QToolBar:horizontal#Selector": { - "background-color": "rgba(0,0,0,120)", - "margin": "0px", - "padding": "0px" - }, - "QToolBar:vertical#Selector": { - "background-color": "rgba(0,0,0,120)", - "margin": "0px", - "padding": "0px" - }, - "QToolBar::handle:top#Selector": { - "alignment": "bottom left" - }, - "QToolBar::handle:bottom#Selector": { - "alignment": "bottom left" - }, - "QToolBar::handle:horizontal#Selector": { - "alignment": "bottom left" - }, - "QToolBar::handle:left#Selector": { - "width": "100%", - "alignment": "center left" - }, - "QToolBar::handle:right#Selector": { - "width": "100%", - "alignment": "center left" - }, - "QToolBar::handle:vertical#Selector": { - "width": "100%", - "alignment": "center left" - }, "QToolBar:top#Selector QToolButton": { "alignment": "bottom left" }, @@ -1979,20 +1657,5 @@ "QPushButton#NavigationIndicator::menu-indicator": { "image": "none", "width": "0px" - }, - "Gui--StatefulLabel[state=\"empty_sketch\"]": {}, - "Gui--StatefulLabel[state=\"under_constrained\"]": {}, - "Gui--StatefulLabel[state=\"conflicting_constraints\"]": {}, - "Gui--StatefulLabel[state=\"malformed_constraints\"]": {}, - "Gui--StatefulLabel[state=\"redundant_constraints\"]": {}, - "Gui--StatefulLabel[state=\"partially_redundant_constraints\"]": {}, - "Gui--StatefulLabel[state=\"solver_failed\"]": { - "font-weight": "bold" - }, - "Gui--StatefulLabel[state=\"fully_constrained\"]": { - "font-weight": "bold" - }, - "Gui--UrlLabel": { - "text-decoration": "underline" } } \ No newline at end of file diff --git a/QStyler/themes/ModernDarkBlue.json b/QStyler/themes/ModernDarkBlue.json index 420a6f3..5f12307 100644 --- a/QStyler/themes/ModernDarkBlue.json +++ b/QStyler/themes/ModernDarkBlue.json @@ -50,18 +50,6 @@ "color": "#FFF", "background-color": "#252526" }, - "QPushButton#HydrusAccept": { - "color": "#50fa7b" - }, - "QPushButton#HydrusCancel": { - "color": "#ff5555" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=true]": { - "color": "#50fa7b" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=false]": { - "color": "#ff5555" - }, "QTabBar::tab": { "color": "#8be9fd", "background-color": "#1a1a1a", @@ -174,44 +162,5 @@ }, "QTextEdit": { "background-color": "#383B3D" - }, - "QTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QPlainTextEdit": { - "background-color": "#383B3D" - }, - "QLabel#HydrusValid": { - "color": "#50fa7b" - }, - "QLabel#HydrusIndeterminate": { - "color": "#8080ff" - }, - "QLabel#HydrusInvalid": { - "color": "#ff5555" - }, - "QLabel#HydrusWarning": { - "color": "#ff5555" - }, - "QLineEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QLineEdit#HydrusIndeterminateValid": { - "background-color": "#8080ff" - }, - "QLineEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QCheckBox#HydrusWarning": { - "color": "#ff5555" - }, - "QLabel#HydrusHyperlink": { - "qproperty-link_color": "#8be9fd" } } \ No newline at end of file diff --git a/QStyler/themes/DarkModernRed.json b/QStyler/themes/_blank.json similarity index 100% rename from QStyler/themes/DarkModernRed.json rename to QStyler/themes/_blank.json diff --git a/QStyler/themes/fire.json b/QStyler/themes/fire.json new file mode 100644 index 0000000..e2ad97c --- /dev/null +++ b/QStyler/themes/fire.json @@ -0,0 +1,383 @@ +{ + "QWidget": { + "color": "black" + }, + "QDialog": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "QSplitter": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "QScrollArea": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "QScrollArea *": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "MainWindow": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Options": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Preview": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Flyer": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Cabinet": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Title": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Marquee": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "Controller": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "PCB": { + "background-color": "rgba(254, 211, 59, 64)", + "background-position": "top left", + "background-origin": "content" + }, + "QTabWidget": { + "background-color": "rgba(254, 211, 59, 64)", + "color": "black", + "border": "1px solid rgba(254, 211, 59, 255)", + "padding": "2px", + "border-radius": "3px" + }, + "QLabel#labelTitle": { + "background": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(152, 54, 29, 255), stop:0.5 rgba(254, 211, 59, 128), stop:1 rgba(152, 54, 29, 255))", + "color": "black" + }, + "QLabel#labelProjectInfo": { + "color": "white", + "width": "300", + "height": "300" + }, + "QLabel#labelLogoPixmap": { + "background": "black" + }, + "QTabBar": { + "background": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(152, 54, 29, 64), stop:1 rgba(254, 211, 59, 64))" + }, + "QLabel#labelGamelistStatus": { + "background": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(152, 54, 29, 64), stop:0.5 rgba(254, 211, 59, 128), stop:1 rgba(152, 54, 29, 64))" + }, + "QLabel#labelGameStatus": { + "background": "none" + }, + "QLabel#labelLoadingGamelist": {}, + "QLabel#labelLoadingHierarchy": {}, + "QLabel#labelCreatingCategoryView": {}, + "QLabel#labelCreatingVersionView": {}, + "QListWidget#listWidgetFavorites": {}, + "QListWidget#listWidgetPlayed": {}, + "QListWidget#listWidgetSearch": {}, + "QTreeWidget#treeWidgetCategoryView": {}, + "QTreeWidget#treeWidgetVersionView": {}, + "QTreeWidget#treeWidgetGamelist": {}, + "QTreeWidget#treeWidgetHierarchy": {}, + "QComboBox": { + "selection-color": "black", + "selection-background-color": "rgba(152, 54, 29, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QTreeView": { + "alternate-background-color": "rgba(152, 54, 29, 128)", + "paint-alternating-row-colors-for-empty-area": "true", + "show-decoration-selected": "0" + }, + "QListView": { + "selection-color": "black", + "selection-background-color": "rgba(152, 54, 29, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QTextBrowser": { + "selection-color": "white", + "selection-background-color": "rgba(0, 0, 0, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QPlainTextEdit": { + "selection-color": "white", + "selection-background-color": "rgba(0, 0, 0, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QSpinBox": { + "selection-color": "white", + "selection-background-color": "rgba(0, 0, 0, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QDoubleSpinBox": { + "selection-color": "white", + "selection-background-color": "rgba(0, 0, 0, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 128), stop: 1 rgba(254, 211, 59, 128))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QLineEdit": { + "selection-color": "white", + "selection-background-color": "rgba(0, 0, 0, 128)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(152, 54, 29), stop: 1 rgb(254, 211, 59))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QPushButton": { + "selection-color": "black", + "selection-background-color": "white", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 255), stop: 1 rgba(254, 211, 59, 255))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QToolButton": { + "selection-color": "black", + "selection-background-color": "white", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 255), stop: 1 rgba(254, 211, 59, 255))", + "border": "1px solid gray", + "padding": "2px", + "border-radius": "3px" + }, + "QPushButton:hover": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(254, 211, 59, 255), stop: 1 rgba(152, 54, 29, 255))" + }, + "QToolButton:hover": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(254, 211, 59, 255), stop: 1 rgba(152, 54, 29, 255))" + }, + "QPushButton:pressed": { + "background": "rgba(64, 64, 64, 192)" + }, + "QToolButton:pressed": { + "background": "rgba(64, 64, 64, 192)" + }, + "QPushButton:on": { + "background": "rgba(64, 64, 64, 192)" + }, + "QToolButton:on": { + "background": "rgba(64, 64, 64, 192)" + }, + "QMenu": { + "selection-color": "black", + "selection-background-color": "rgb(132, 34, 9)", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(152, 54, 29), stop: 1 rgb(254, 211, 59))", + "border": "1px solid rgb(132, 34, 9)", + "padding": "2px", + "border-radius": "3px" + }, + "QCheckBox": { + "background": "transparent" + }, + "QLabel": { + "background": "transparent" + }, + "QRadioButton": { + "background": "transparent" + }, + "QCheckBox::indicator": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(254, 211, 59, 255), stop:1 rgba(152, 54, 29, 255))", + "width": "14px", + "height": "14px", + "border": "1px solid gray", + "padding": "1px", + "border-radius": "3px" + }, + "QCheckBox::indicator:checked": {}, + "QRadioButton::indicator": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(254, 211, 59, 255), stop:1 rgba(152, 54, 29, 255))", + "width": "7px", + "height": "7px", + "border": "1px solid gray", + "padding": "1px", + "border-radius": "5px" + }, + "QRadioButton::indicator:checked": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(152, 54, 29, 255), stop:1 rgba(0, 0, 0, 255))", + "width": "7px", + "height": "7px", + "border": "1px solid gray", + "padding": "1px", + "border-radius": "5px" + }, + "QListView::item:hover": { + "background-color": "rgba(152, 54, 29, 64)", + "padding": "2px" + }, + "QTreeView::item:hover": { + "background-color": "rgba(152, 54, 29, 64)", + "padding": "2px" + }, + "QScrollBar": { + "background-color": "rgba(152, 54, 29, 64)", + "padding": "2px" + }, + "QWebView": { + "background-color": "rgba(152, 54, 29, 64)", + "padding": "2px" + }, + "QProgressBar": { + "background-color": "rgba(152, 54, 29, 64)", + "padding": "2px" + }, + "QMenu::item:selected": { + "background-color": "rgba(152, 54, 29, 128)", + "color": "black" + }, + "QHeaderView": { + "background": "rgb(152, 54, 29)", + "color": "black" + }, + "QToolBar": { + "background": "rgba(254, 211, 59, 64)", + "color": "black", + "selection-color": "black", + "selection-background-color": "white" + }, + "QMenuBar": { + "background": "rgba(254, 211, 59, 64)", + "color": "black", + "selection-color": "black", + "selection-background-color": "white" + }, + "QMenuBar::item": { + "spacing": "4px", + "padding": "2px 4px", + "background": "rgba(254, 211, 59, 128)", + "border": "1px solid rgb(152, 54, 29)", + "border-radius": "3px" + }, + "QMenuBar::item:selected": { + "background": "rgba(152, 54, 29, 128)" + }, + "QMenuBar::item:pressed": { + "background": "rgba(152, 54, 29, 255)" + }, + "QGroupBox": { + "background": "rgba(254, 211, 59, 64)" + }, + "QRadioButton:hover": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(254, 211, 59, 128), stop:1 rgba(152, 54, 29, 128))", + "color": "black" + }, + "QCheckBox:hover": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(254, 211, 59, 128), stop:1 rgba(152, 54, 29, 128))", + "color": "black" + }, + "QToolTip": { + "background": "rgba(152, 54, 29, 128)", + "color": "lightgrey", + "border": "1px solid rgb(254, 211, 59)", + "border-radius": "3px" + }, + "QSplitter::handle:horizontal": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(152, 54, 29, 128), stop:1 rgba(20, 20, 20, 255))", + "border": "1px solid rgb(50, 50, 50)", + "width": "2px", + "height": "2px", + "border-radius": "1px" + }, + "QSplitter::handle:vertical": { + "background": "qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(152, 54, 29, 128), stop:1 rgba(20, 20, 20, 255))" + }, + "QProgressBar:horizontal": { + "border": "1px solid rgb(50, 50, 50)", + "border-radius": "3px", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgb(152, 54, 29), stop:1 rgb(254, 211, 59))", + "padding": "0px", + "text-align": "center" + }, + "QProgressBar:vertical": { + "border": "1px solid rgb(50, 50, 50)", + "border-radius": "3px", + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(152, 54, 29), stop:1 rgb(254, 211, 59))", + "padding": "0px", + "text-align": "center" + }, + "QProgressBar::chunk:horizontal": { + "background-color": "rgb(254, 211, 59)", + "width": "1px" + }, + "QProgressBar::chunk:vertical": { + "background-color": "rgb(254, 211, 59)", + "height": "1px" + }, + "QProgressBar:disabled": { + "color": "grey" + }, + "QHeaderView::down-arrow": {}, + "QHeaderView::up-arrow": {}, + "QTreeView::branch:has-siblings:!adjoins-item": {}, + "QTreeView::branch:has-siblings:adjoins-item": {}, + "QTreeView::branch:!has-children:!has-siblings:adjoins-item": {}, + "QTreeView::branch:has-children:!has-siblings:closed": { + "border-image": "none" + }, + "QTreeView::branch:closed:has-children:has-siblings": { + "border-image": "none" + }, + "QTreeView::branch:open:has-children:!has-siblings": { + "border-image": "none" + }, + "QTreeView::branch:open:has-children:has-siblings": { + "border-image": "none" + }, + "QSlider::groove:horizontal": { + "border": "1px solid rgb(254, 211, 59)", + "height": "8px", + "background": "qlineargradient(x1:1, y1:0, x2:0, y2:0, stop:0 rgba(152, 54, 29, 255), stop:1 rgba(254, 211, 59, 255))", + "border-radius": "3px", + "margin": "2px 0" + }, + "QSlider::handle:horizontal": { + "background": "qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(152, 54, 29), stop:1 rgb(254, 211, 59))", + "border": "1px solid rgb(254, 211, 59)", + "width": "20px", + "margin": "-2px 0", + "border-radius": "3px" + }, + "QMessageBox": {} +} \ No newline at end of file diff --git a/QStyler/themes/hydracula.json b/QStyler/themes/hydracula.json index 1b93a05..af7ebdf 100644 --- a/QStyler/themes/hydracula.json +++ b/QStyler/themes/hydracula.json @@ -229,62 +229,5 @@ "QTabBar::tab:hover:!selected": { "color": "#bd93f9", "background-color": "#282a36" - }, - "QLabel#HydrusValid": { - "color": "#50fa7b" - }, - "QLineEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QPlainTextEdit#HydrusValid": { - "background-color": "#80ff80" - }, - "QLabel#HydrusIndeterminate": { - "color": "#8080ff" - }, - "QLineEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QPlainTextEdit#HydrusIndeterminate": { - "background-color": "#8080ff" - }, - "QLabel#HydrusInvalid": { - "color": "#ff5555" - }, - "QLineEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QPlainTextEdit#HydrusInvalid": { - "background-color": "#ff8080" - }, - "QLabel#HydrusWarning": { - "color": "#ff5555" - }, - "QCheckBox#HydrusWarning": { - "color": "#ff5555" - }, - "QPushButton#HydrusAccept": { - "color": "#50fa7b" - }, - "QPushButton#HydrusCancel": { - "color": "#ff5555" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=true]": { - "color": "#50fa7b" - }, - "QPushButton#HydrusOnOffButton[hydrus_on=false]": { - "color": "#ff5555" - }, - "QLabel#HydrusHyperlink": { - "qproperty-link_color": "#50fa7b" } } \ No newline at end of file