Skip to content

Commit

Permalink
add yaru theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Sep 2, 2018
1 parent 8e85f78 commit da93bee
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 0 deletions.
Binary file modified unite@hardpixel.eu/schemas/gschemas.compiled
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<value value="12" nick="pop-dark" />
<value value="13" nick="pop-light" />
<value value="14" nick="vimix" />
<value value="15" nick="yaru" />
</enum>

<enum id="org.gnome.shell.extensions.unite.hideTitlebars">
Expand Down
1 change: 1 addition & 0 deletions unite@hardpixel.eu/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
<item id="12" translatable="yes">Pop Dark</item>
<item id="13" translatable="yes">Pop Light</item>
<item id="14" translatable="yes">Vimix</item>
<item id="15" translatable="yes">Yaru</item>
</items>
</object>
<packing>
Expand Down
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/close_focused.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/close_focused_prelight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/close_focused_pressed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/maximize_focused.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/maximize_focused_prelight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/maximize_focused_pressed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/minimize_focused.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/minimize_focused_prelight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unite@hardpixel.eu/themes/yaru/minimize_focused_pressed.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/yaru/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_focused.svg");
}

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

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

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

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

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

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

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

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

0 comments on commit da93bee

Please # to comment.