Skip to content

Commit

Permalink
Merge pull request #263 from gbegkas/Sweet-theme
Browse files Browse the repository at this point in the history
Add Sweet GTK theme icons
  • Loading branch information
jonian authored Oct 5, 2021
2 parents 9eb52d3 + 710c969 commit 0aa478a
Show file tree
Hide file tree
Showing 21 changed files with 248 additions and 0 deletions.
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/dark/close-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions [email protected]/themes/sweet/dark/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.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/dark/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/dark/maximize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions [email protected]/themes/sweet/dark/maximize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/dark/maximize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/dark/minimize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions [email protected]/themes/sweet/dark/minimize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/dark/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions [email protected]/themes/sweet/dark/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.window-button .icon {
width: 24px;
height: 24px;
}

.close .icon {
background-image: url("close.svg");
}

.close:hover .icon {
background-image: url("close-hover.svg");
}

.close:active .icon {
background-image: url("close-active.svg");
}

.minimize .icon {
background-image: url("minimize.svg");
}

.minimize:hover .icon {
background-image: url("minimize-hover.svg");
}

.minimize:active .icon {
background-image: url("minimize-active.svg");
}

.maximize .icon {
background-image: url("maximize.svg");
}

.maximize:hover .icon {
background-image: url("maximize-hover.svg");
}

.maximize:active .icon {
background-image: url("maximize-active.svg");
}
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/light/close-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions [email protected]/themes/sweet/light/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.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/light/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/light/maximize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions [email protected]/themes/sweet/light/maximize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/light/maximize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions [email protected]/themes/sweet/light/minimize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions [email protected]/themes/sweet/light/minimize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions [email protected]/themes/sweet/light/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions [email protected]/themes/sweet/light/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.window-button .icon {
width: 24px;
height: 24px;
}

.close .icon {
background-image: url("close.svg");
}

.close:hover .icon {
background-image: url("close-hover.svg");
}

.close:active .icon {
background-image: url("close-active.svg");
}

.minimize .icon {
background-image: url("minimize.svg");
}

.minimize:hover .icon {
background-image: url("minimize-hover.svg");
}

.minimize:active .icon {
background-image: url("minimize-active.svg");
}

.maximize .icon {
background-image: url("maximize.svg");
}

.maximize:hover .icon {
background-image: url("maximize-hover.svg");
}

.maximize:active .icon {
background-image: url("maximize-active.svg");
}
Loading

0 comments on commit 0aa478a

Please sign in to comment.