Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
fix: replace dark theme icons
Browse files Browse the repository at this point in the history
Change-Id: I681a4e47404847bdf51af05c42c73d06ed942062
  • Loading branch information
Iceyer committed Aug 21, 2018
1 parent 2d70f0d commit d840d1b
Show file tree
Hide file tree
Showing 15 changed files with 163 additions and 319 deletions.
22 changes: 22 additions & 0 deletions src/resources/themes/dark/DTitlebar.theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Dtk--Widget--DTitlebar {
background: qlineargradient(x1:0 y1:0, x2:0 y2:1,
stop:0 rgba(22,22,22,85%), stop:1 rgba(22,22,22,85%));
}

Dtk--Widget--DTitlebar[transparent=true] {
background: transparent;
}

Dtk--Widget--DWindowCloseButton {
qproperty-normalPic: url(:/images/dark/images/window/close_normal.svg);
qproperty-hoverPic: url(:/images/dark/images/window/close_hover.svg);
qproperty-pressPic: url(:/images/dark/images/window/close_press.svg);
padding-right: 6px;
}

#DTitlebarDWindowQuitFullscreenButton {
qproperty-normalPic: url(:/images/dark/images/window/quit_fullscreen_normal.svg);
qproperty-hoverPic: url(:/images/dark/images/window/quit_fullscreen_hover.svg);
qproperty-pressPic: url(:/images/dark/images/window/quit_fullscreen_press.svg);
padding-right: 6px;
}
35 changes: 6 additions & 29 deletions src/resources/themes/dark/images/backward_hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 6 additions & 35 deletions src/resources/themes/dark/images/backward_insensitive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 6 additions & 35 deletions src/resources/themes/dark/images/backward_normal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 16 additions & 29 deletions src/resources/themes/dark/images/backward_press.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 16 additions & 21 deletions src/resources/themes/dark/images/close_hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d840d1b

Please sign in to comment.