/* drag:toolbar scrollbar:overlay symbolic-icons:true light-icons:true*/ ToolBar { background-color: #3c3b37; border: 0px; } ToolBar:active { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #3c3b37, stop: 1 #575651); border: 0px; } ToolBar QToolButton, ToolBar QLabel { color: #bfbbb2; } ToolBar QToolButton, ToolBar QLabel:active { color: #dfdbd2; } ToolBar QToolButton { background: transparent; border: 1px outset transparent; } ToolBar QToolButton:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #464640, stop: 1 #303025); border-radius: 5px; border: 1px outset #3c3b37; } ToolBar QToolButton:pressed, ToolBar QToolButton:checked { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #383730, stop: 1 #2b2c27); border-radius: 5px; border: 1px inset #292825; } QMenu { background-color: #363531; color: #dfdbd2; padding: 1px; } QMenu QLabel { color: #dfdbd2; } QMenu:active { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e07746, stop: 1 #d05726); color: #dfdbd2; } QMenu:disabled { background-color: #363531; color: #8f8b82; } QMenu::separator { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #2b2a26, stop: 1 #4b4a46); height: 2; } /* QMenu::separator { background-color: #2b2a26; height: 1; } */