Initial commit
|
@ -0,0 +1 @@
|
|||
https://github.com/vinceliuice/vimix-gtk-themes
|
BIN
window-controls-applet@sapphirus.org/themes/Vimix/close.png
Normal file
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 498 B |
After Width: | Height: | Size: 205 B |
BIN
window-controls-applet@sapphirus.org/themes/Vimix/maximize.png
Normal file
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 258 B |
After Width: | Height: | Size: 550 B |
After Width: | Height: | Size: 242 B |
BIN
window-controls-applet@sapphirus.org/themes/Vimix/minimize.png
Normal file
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 205 B |
46
window-controls-applet@sapphirus.org/themes/Vimix/style.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
.box-bin { }
|
||||
|
||||
.button-box {
|
||||
spacing: 2px;
|
||||
}
|
||||
|
||||
.window-button {
|
||||
width: 30px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.minimize {
|
||||
background-image: url("minimize_focused_normal.png");
|
||||
}
|
||||
|
||||
.minimize:hover {
|
||||
background-image: url("minimize_focused_prelight.png");
|
||||
}
|
||||
|
||||
.minimize:active {
|
||||
background-image: url("minimize_focused_pressed.png");
|
||||
}
|
||||
|
||||
.maximize {
|
||||
background-image: url("maximize_focused_normal.png");
|
||||
}
|
||||
|
||||
.maximize:hover {
|
||||
background-image: url("maximize_focused_prelight.png");
|
||||
}
|
||||
|
||||
.maximize:active {
|
||||
background-image: url("maximize_focused_pressed.png");
|
||||
}
|
||||
|
||||
.close {
|
||||
background-image: url("close_focused_normal.png");
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
background-image: url("close_focused_prelight.png");
|
||||
}
|
||||
|
||||
.close:active {
|
||||
background-image: url("close_focused_pressed.png");
|
||||
}
|