Skip to content

Commit

Permalink
Add Dracula theme icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gbegkas committed Sep 29, 2021
1 parent b278e16 commit 9ac8fdc
Show file tree
Hide file tree
Showing 10 changed files with 109 additions and 0 deletions.
10 changes: 10 additions & 0 deletions unite@hardpixel.eu/themes/dracula/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 unite@hardpixel.eu/themes/dracula/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.
6 changes: 6 additions & 0 deletions unite@hardpixel.eu/themes/dracula/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 unite@hardpixel.eu/themes/dracula/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.
9 changes: 9 additions & 0 deletions unite@hardpixel.eu/themes/dracula/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.
6 changes: 6 additions & 0 deletions unite@hardpixel.eu/themes/dracula/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 unite@hardpixel.eu/themes/dracula/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 unite@hardpixel.eu/themes/dracula/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.
6 changes: 6 additions & 0 deletions unite@hardpixel.eu/themes/dracula/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 unite@hardpixel.eu/themes/dracula/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");
}

0 comments on commit 9ac8fdc

Please # to comment.