diff --git a/data/themes/classic/automation_ghost_note.png b/data/themes/classic/automation_ghost_note.png index d4b1416f5..4b06b4073 100644 Binary files a/data/themes/classic/automation_ghost_note.png and b/data/themes/classic/automation_ghost_note.png differ diff --git a/data/themes/classic/clear_ghost_note.png b/data/themes/classic/clear_ghost_note.png index a005b6034..fb5fe089c 100644 Binary files a/data/themes/classic/clear_ghost_note.png and b/data/themes/classic/clear_ghost_note.png differ diff --git a/data/themes/classic/cursor_knife.png b/data/themes/classic/cursor_knife.png index 591df2d62..8ddbd3ac4 100644 Binary files a/data/themes/classic/cursor_knife.png and b/data/themes/classic/cursor_knife.png differ diff --git a/data/themes/classic/cut_overlaps.png b/data/themes/classic/cut_overlaps.png new file mode 100644 index 000000000..e79e4950a Binary files /dev/null and b/data/themes/classic/cut_overlaps.png differ diff --git a/data/themes/classic/edit_knife.png b/data/themes/classic/edit_knife.png index b6b6bf934..0afdae5b7 100644 Binary files a/data/themes/classic/edit_knife.png and b/data/themes/classic/edit_knife.png differ diff --git a/data/themes/classic/file.png b/data/themes/classic/file.png new file mode 100644 index 000000000..e74f14df6 Binary files /dev/null and b/data/themes/classic/file.png differ diff --git a/data/themes/classic/fill.png b/data/themes/classic/fill.png new file mode 100644 index 000000000..6bc07d1e8 Binary files /dev/null and b/data/themes/classic/fill.png differ diff --git a/data/themes/classic/ghost_note.png b/data/themes/classic/ghost_note.png index 2c3ace519..9d3b31632 100644 Binary files a/data/themes/classic/ghost_note.png and b/data/themes/classic/ghost_note.png differ diff --git a/data/themes/classic/glue.png b/data/themes/classic/glue.png new file mode 100644 index 000000000..c5d059a09 Binary files /dev/null and b/data/themes/classic/glue.png differ diff --git a/data/themes/classic/gridmode.png b/data/themes/classic/gridmode.png new file mode 100644 index 000000000..20b65fa47 Binary files /dev/null and b/data/themes/classic/gridmode.png differ diff --git a/data/themes/classic/insert_bar.png b/data/themes/classic/insert_bar.png new file mode 100644 index 000000000..fbc9f4775 Binary files /dev/null and b/data/themes/classic/insert_bar.png differ diff --git a/data/themes/classic/max_length.png b/data/themes/classic/max_length.png new file mode 100644 index 000000000..00162eb06 Binary files /dev/null and b/data/themes/classic/max_length.png differ diff --git a/data/themes/classic/min_length.png b/data/themes/classic/min_length.png new file mode 100644 index 000000000..be1c6e94f Binary files /dev/null and b/data/themes/classic/min_length.png differ diff --git a/data/themes/classic/proportional_snap.png b/data/themes/classic/proportional_snap.png index 485ced02b..be687c9df 100644 Binary files a/data/themes/classic/proportional_snap.png and b/data/themes/classic/proportional_snap.png differ diff --git a/data/themes/classic/receive_bg_arrow.png b/data/themes/classic/receive_bg_arrow.png index 8aaeae606..8e01e9df8 100644 Binary files a/data/themes/classic/receive_bg_arrow.png and b/data/themes/classic/receive_bg_arrow.png differ diff --git a/data/themes/classic/remove_bar.png b/data/themes/classic/remove_bar.png new file mode 100644 index 000000000..143766a37 Binary files /dev/null and b/data/themes/classic/remove_bar.png differ diff --git a/data/themes/classic/send_bg_arrow.png b/data/themes/classic/send_bg_arrow.png index cc29b8649..2cbde2603 100644 Binary files a/data/themes/classic/send_bg_arrow.png and b/data/themes/classic/send_bg_arrow.png differ diff --git a/data/themes/classic/style.css b/data/themes/classic/style.css index 13047dc5d..8d8854028 100644 --- a/data/themes/classic/style.css +++ b/data/themes/classic/style.css @@ -30,9 +30,8 @@ lmms--gui--AutomationEditor { qproperty-barLineColor: #808080; qproperty-graphColor: rgba(153, 175, 255, 200); - qproperty-scaleColor: qlineargradient(spread:reflect, - x1:0, y1:0.5, x2:1, y2:0.5, - stop:0 #333, stop:1 #202020); + qproperty-scaleColor: qlineargradient(spread:reflect, x1:0, y1:0.5, x2:1, y2:0.5, + stop:0 #333, stop:1 #202020); qproperty-ghostNoteColor: rgba(248, 248, 255, 125); qproperty-detuningNoteColor: rgba(248, 11, 11, 125); @@ -69,7 +68,8 @@ QTextEdit, QLineEdit:focus, QComboBox:focus, QSpinBox:focus, QDoubleSpinBox:focu QToolTip { border-radius: 4px; - background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220)); + background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, + stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220)); opacity: 175; border: 1.0px solid rgba(0,0,0,255); color: #4afd85; @@ -77,7 +77,8 @@ QToolTip { lmms--gui--TextFloat, lmms--gui--SimpleTextFloat { border-radius: 4px; - background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220)); + background: qlineargradient(spread:reflect, x1:0.5, y1:0.5, x2:0.5, y2:0, + stop:0 rgba(0, 0, 0, 255), stop:1 rgba(50, 50, 50, 220)); opacity: 175; border: 1.0px solid rgba(0,0,0,255); color: #4afd85; @@ -248,45 +249,39 @@ QScrollBar::add-page:vertical:pressed, QScrollBar::sub-page:vertical:pressed { /* scrollbar: handles (sliders) */ QScrollBar::handle:horizontal { - background: qlineargradient(spread:reflect, - x1:0.5, y1:0, x2:0.5, y2:1, - stop:0 #969696, stop:0.5 #c9c9c9, stop:1 #aaa); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #969696, stop:0.5 #c9c9c9, stop:1 #aaa); border: 1px outset #888; border-radius: 2px; min-width: 24px; } QScrollBar::handle:horizontal:hover { - background: qlineargradient(spread:reflect, - x1:0.5, y1:0, x2:0.5, y2:1, - stop:0 #969696, stop:0.5 #f0f0f0, stop:1 #aaa); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #969696, stop:0.5 #f0f0f0, stop:1 #aaa); } QScrollBar::handle:horizontal:pressed { - background: qlineargradient(spread:reflect, - x1:0.5, y1:0, x2:0.5, y2:1, - stop:0 #747474, stop:1 #c9c9c9); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #747474, stop:1 #c9c9c9); } QScrollBar::handle:vertical { - background: qlineargradient(spread:reflect, - x1:0, y1:0.5, x2:1, y2:0.5, - stop:0 #969696, stop:0.5 #c9c9c9, stop:1 #aaa); + background: qlineargradient(spread:reflect, x1:0, y1:0.5, x2:1, y2:0.5, + stop:0 #969696, stop:0.5 #c9c9c9, stop:1 #aaa); border: 1px outset #888; border-radius: 2px; min-height: 24px; } QScrollBar::handle:vertical:hover { - background: qlineargradient(spread:reflect, - x1:0, y1:0.5, x2:1, y2:0.5, - stop:0 #969696, stop:0.5 #f0f0f0, stop:1 #aaa); + background: qlineargradient(spread:reflect, x1:0, y1:0.5, x2:1, y2:0.5, + stop:0 #969696, stop:0.5 #f0f0f0, stop:1 #aaa); } QScrollBar::handle:vertical:pressed { - background: qlineargradient(spread:reflect, - x1:0, y1:0.5, x2:1, y2:0.5, - stop:0 #747474, stop:1 #c9c9c9); + background: qlineargradient(spread:reflect, x1:0, y1:0.5, x2:1, y2:0.5, + stop:0 #747474, stop:1 #c9c9c9); } QScrollBar::handle:horizontal:disabled, QScrollBar::handle:vertical:disabled { @@ -298,7 +293,8 @@ QScrollBar::handle:horizontal:disabled, QScrollBar::handle:vertical:disabled { /* arrow buttons */ QScrollBar::add-line, QScrollBar::sub-line { - background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, stop:0 #c9c9c9, stop:1 #969696 ); + background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, + stop:0 #c9c9c9, stop:1 #969696 ); border-radius: 1px; border: 1px solid #131313; subcontrol-origin: margin; @@ -310,11 +306,13 @@ QScrollBar::add-line:vertical { subcontrol-position: bottom; height: 12px;} QScrollBar::sub-line:vertical { subcontrol-position: top; height: 12px;} QScrollBar::add-line:hover, QScrollBar::sub-line:hover { - background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, stop:0 #e0e0e0, stop:0.5 #c9c9c9, stop:1 #969696 ); + background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, + stop:0 #e0e0e0, stop:0.5 #c9c9c9, stop:1 #969696 ); } QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed { - background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #969696, stop:0.5 #c9c9c9, stop:1 #969696 ); + background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #969696, + stop:0.5 #c9c9c9, stop:1 #969696 ); } QScrollBar::add-line:disabled, QScrollBar::sub-line:disabled { @@ -356,8 +354,10 @@ lmms--gui--TrackView > QWidget { /* track background config */ lmms--gui--TrackContentWidget { /* colors */ - qproperty-darkerColor: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(50, 50, 50), stop:0.33 rgb(20, 20, 20), stop:1 rgb(15, 15, 15)); - qproperty-lighterColor: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(50, 50, 50), stop:0.33 rgb(40, 40, 40), stop:1 rgb(30, 30, 30)); + qproperty-darkerColor: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 rgb(50, 50, 50), stop:0.33 rgb(20, 20, 20), stop:1 rgb(15, 15, 15)); + qproperty-lighterColor: qlineargradient(x1:0, y1:0, x2:0, y2:1, + stop:0 rgb(50, 50, 50), stop:0.33 rgb(40, 40, 40), stop:1 rgb(30, 30, 30)); qproperty-coarseGridColor: rgba(0, 0, 0, 160); qproperty-fineGridColor: rgba(0, 0, 0, 80); qproperty-horizontalColor: rgba(0, 0, 0, 160); @@ -544,7 +544,8 @@ QToolButton:pressed { } QToolButton:checked { - background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, stop:0 #e0e0e0, stop:0.8 #c9c9c9, stop:1 #c0c0c0 ); + background: qradialgradient(cx:0.3, cy:0.3, radius:0.8, fx:0.3, fy:0.3, + stop:0 #e0e0e0, stop:0.8 #c9c9c9, stop:1 #c0c0c0 ); padding: 2px 1px 0px 1px; color: black; } @@ -578,7 +579,8 @@ lmms--gui--TrackLabelButton { } lmms--gui--TrackLabelButton:hover { - background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 #5b6571, stop:0.75 #7b838d, stop:1 #7b838d ); + background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, + stop:0 #5b6571, stop:0.75 #7b838d, stop:1 #7b838d ); color: white; border: 1px solid rgba(0,0,0,64); padding: 1px 0px; @@ -586,7 +588,8 @@ lmms--gui--TrackLabelButton:hover { } lmms--gui--TrackLabelButton:pressed { - background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); color: white; border: 1px solid rgba(0,0,0,64); padding: 2px 0px 0px; @@ -594,7 +597,8 @@ lmms--gui--TrackLabelButton:pressed { } lmms--gui--TrackLabelButton:checked { - background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); color: white; border: 1px solid rgba(0,0,0,128); padding: 2px 0px 0px; @@ -602,17 +606,19 @@ lmms--gui--TrackLabelButton:checked { } lmms--gui--TrackLabelButton:checked:hover { - background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 #5b6571, stop:0.75 #7b838d, stop:1 #7b838d ); + background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, + stop:0 #5b6571, stop:0.75 #7b838d, stop:1 #7b838d ); } lmms--gui--TrackLabelButton:checked:pressed { - background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); + background: qlineargradient(spread:reflect, x1:0.5, y1:0, x2:0.5, y2:1, + stop:0 #49515b, stop:0.3 #5b6571, stop:1 #6b7581 ); } /* sidebar, sidebar buttons */ lmms--gui--SideBar { - background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop: 0 #98a2a7, stop: 1.0 #5b646f); + background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 #98a2a7, stop:1 #5b646f); } lmms--gui--SideBar QToolButton { @@ -649,8 +655,7 @@ lmms--gui--ControllerRackView QPushButton { lmms--gui--MixerChannelView { background: #5b6571; color: #e0e0e0; - qproperty-backgroundActive: qlineargradient(spread:reflect, x1:0, y1:0, x2:1, y2:0, - stop:0 #7b838d, stop:1 #6b7581 ); + qproperty-backgroundActive: #7d8691; qproperty-strokeOuterActive: rgb( 0, 0, 0 ); qproperty-strokeOuterInactive: rgba( 0, 0, 0, 50 ); qproperty-strokeInnerActive: rgba( 255, 255, 255, 100 ); @@ -684,16 +689,14 @@ lmms--gui--TimeLineWidget { min-height: 1.5em; max-height: 1.5em; - background-color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #8796a7, stop: 1.0 #3e454e ); + background-color: qlineargradient( x1:0, y1:0, x2:0, y2:1, stop:0 #8796a7, stop:1 #3e454e ); qproperty-inactiveLoopColor: rgba( 52, 63, 53, 64 ); qproperty-inactiveLoopBrush: rgba( 255, 255, 255, 32 ); qproperty-inactiveLoopInnerColor: rgba( 255, 255, 255, 32 ); qproperty-inactiveLoopHandleColor: rgba( 192, 192, 192, 100 ); qproperty-activeLoopColor: rgba( 52, 63, 53, 255 ); - qproperty-activeLoopBrush: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #378d59, stop: 1.0 #297e36 ); + qproperty-activeLoopBrush: qlineargradient( x1:0, y1:0, x2:0, y2:1, stop:0 #378d59, stop:1 #297e36 ); qproperty-activeLoopInnerColor: rgba( 74, 155, 100, 255 ); qproperty-activeLoopHandleColor: rgba( 192, 192, 192, 200 ); @@ -766,10 +769,8 @@ lmms--gui--PatternClipView { /* Subwindows in MDI-Area */ lmms--gui--SubWindow { - color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #4b525c, stop: 1.0 #31363d); - qproperty-activeColor: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #33383e, stop: 1.0 #1a1c20); + color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #4b525c, stop:1 #31363d); + qproperty-activeColor: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #33383e, stop:1 #1a1c20); qproperty-textShadowColor: rgb( 0, 0, 0 ); qproperty-borderColor: rgb( 0, 0, 0 ); } diff --git a/data/themes/classic/tool.png b/data/themes/classic/tool.png new file mode 100644 index 000000000..183470438 Binary files /dev/null and b/data/themes/classic/tool.png differ