Initial commit

This commit is contained in:
Xavier Moffett 2022-06-22 00:11:43 -04:00
commit d4a1545c64
37 changed files with 2289 additions and 0 deletions

View file

@ -0,0 +1 @@
https://github.com/vinceliuice/vimix-gtk-themes

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

View 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");
}