all repos — urchin @ 1099450cbe052e50f49dce34dd26cd8a979663e2

simple dark theme for KWin and Openbox

add cutouts to circular buttons; mostly for menu icons to make sense but also looks pretty good in titlebar; change desk[hover] style
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAl35ohAACgkQO3+8IhRO
Y5gSNA//T+VVvVHe5WucgUarKmxyt13hdWmhsGvOVknUPXZbvk/PEolP0id/1864
XjLb2O4OrR3Vzs4NIyJMEzinpUVZ+eesP3+tGtNG0jN54IGx7yiI07f6WkT35XC2
Gcp6gendaP5yzsN91i0ZFqsyvFS6oOXoVTa3DvdOklCj/7+9CaSDd8eh5CUgCCzm
LTCyxM203do1ksWWC49vspOW15XMj2huAx0w0+ece5aqLDGPk54+UmMayw+Of98W
BmJs5hj1V1uXfaC0P7psFQHjGbhRbF4On9fPn0HVpghL+YXvZTyQL4k5yogvuIQ+
YDQM0IKTWHNa7u3y7FF4PbyaeOBsj4aEIHSKYCn2uYIjT3WU5qdeMCxCvzxXz1jn
9n02Mt1KAA+17J/8bBGqX43hECPWgWuRc7uRz0tAo43HrfToFQfxlavam1VMgvrU
plwhCiD/rsNTTNyWpDjJidIr4QT+4qtWPQt3IUrUJlmXx+2oDC/wkqbPV00hGWlN
snOqfhA7iGggfo4HQ1w7okKdodOA26RxUMPl6v9UFmZl/OykAqiO5h+f1xCoJOdV
sTAFiSqor9BxT1s6uTwxO4GUVgSJs31oFnOEg1bfz6892SxqBuE/I+bLBjVOTIWA
eND42MBmVfcWH5uRPjZJz/iu4wsChBx9lK+HNiwQBRs6elIgVSY=
=l4pd
-----END PGP SIGNATURE-----
commit

1099450cbe052e50f49dce34dd26cd8a979663e2

parent

2515275dcff6f0084cbb0b0b37f49286c193eac0

M openbox-3/close.xbmopenbox-3/close.xbm

@@ -1,5 +1,5 @@

#define close_width 10 #define close_height 10 static unsigned char close_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, - 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; + 0x7c, 0x00, 0xfe, 0x00, 0xbb, 0x01, 0xd7, 0x01, 0xef, 0x01, 0xd7, 0x01, + 0xbb, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/desk.xbmopenbox-3/desk.xbm

@@ -1,5 +1,5 @@

#define desk_width 10 #define desk_height 10 static unsigned char desk_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, - 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; + 0x7c, 0x00, 0xfe, 0x00, 0xc7, 0x01, 0xef, 0x01, 0xff, 0x01, 0xff, 0x01, + 0xc7, 0x01, 0xee, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/desk_hover.xbmopenbox-3/desk_hover.xbm

@@ -1,4 +1,4 @@

-#define desk_hover_toggled_width 8 -#define desk_hover_toggled_height 8 -static unsigned char desk_hover_toggled_bits[] = { - 0xff, 0x81, 0xbd, 0xa5, 0xa5, 0xbd, 0x81, 0xff }; +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x1c, 0x1c, 0x00, 0x00, 0x1c, 0x1c, 0x00 };
M openbox-3/desk_hover_toggled.xbmopenbox-3/desk_hover_toggled.xbm

@@ -1,4 +1,4 @@

-#define desk_hover_width 8 -#define desk_hover_height 8 -static unsigned char desk_hover_bits[] = { +#define desk_hover_toggled_width 8 +#define desk_hover_toggled_height 8 +static unsigned char desk_hover_toggled_bits[] = { 0x00, 0x3c, 0x42, 0x5a, 0x5a, 0x42, 0x3c, 0x00 };
M openbox-3/desk_toggled.xbmopenbox-3/desk_toggled.xbm

@@ -1,5 +1,5 @@

-#define desk_width 10 -#define desk_height 10 -static unsigned char desk_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, - 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; +#define desk_toggled_width 10 +#define desk_toggled_height 10 +static unsigned char desk_toggled_bits[] = { + 0x7c, 0x00, 0xfe, 0x00, 0xc7, 0x01, 0xef, 0x01, 0xff, 0x01, 0xff, 0x01, + 0xc7, 0x01, 0xee, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/iconify.xbmopenbox-3/iconify.xbm

@@ -1,5 +1,5 @@

#define iconify_width 10 #define iconify_height 10 static unsigned char iconify_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, + 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0x83, 0x01, 0xff, 0x01, 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/max.xbmopenbox-3/max.xbm

@@ -1,5 +1,5 @@

#define max_width 10 #define max_height 10 static unsigned char max_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, - 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; + 0x7c, 0x00, 0xfe, 0x00, 0x9f, 0x01, 0xbf, 0x01, 0xff, 0x01, 0xfb, 0x01, + 0xf3, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/max_toggled.xbmopenbox-3/max_toggled.xbm

@@ -1,5 +1,5 @@

-#define max_width 10 -#define max_height 10 -static unsigned char max_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, - 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 }; +#define max_toggled_width 10 +#define max_toggled_height 10 +static unsigned char max_toggled_bits[] = { + 0x7c, 0x00, 0xfe, 0x00, 0x9f, 0x01, 0xbf, 0x01, 0xff, 0x01, 0xfb, 0x01, + 0xf3, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/shade.xbmopenbox-3/shade.xbm

@@ -1,5 +1,5 @@

#define shade_width 10 #define shade_height 10 static unsigned char shade_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, + 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xef, 0x01, 0xd7, 0x01, 0xbb, 0x01, 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
M openbox-3/shade_toggled.xbmopenbox-3/shade_toggled.xbm

@@ -1,5 +1,5 @@

-#define shade_width 10 -#define shade_height 10 -static unsigned char shade_bits[] = { - 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, +#define shade_toggled_width 10 +#define shade_toggled_height 10 +static unsigned char shade_toggled_bits[] = { + 0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xef, 0x01, 0xd7, 0x01, 0xbb, 0x01, 0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };