diff options
author | Kylie McClain <somasissounds@gmail.com> | 2015-04-07 20:43:51 -0400 |
---|---|---|
committer | Kylie McClain <somasissounds@gmail.com> | 2015-04-07 20:43:51 -0400 |
commit | 8d6ec90971aa7a63303db1ef98f83b965e772372 (patch) | |
tree | db129f60634fd9d1e23525669d28c9324e263cf0 /Shiki-Colors-Openbox/openbox-3/max_hover.xbm | |
parent | f3298e7e19d5558d592abe9f13fe44e445b9b7ff (diff) |
shiki-colors-openbox: make icons match
Diffstat (limited to 'Shiki-Colors-Openbox/openbox-3/max_hover.xbm')
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/max_hover.xbm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Shiki-Colors-Openbox/openbox-3/max_hover.xbm b/Shiki-Colors-Openbox/openbox-3/max_hover.xbm index 8a2264e..3b67f9a 100644 --- a/Shiki-Colors-Openbox/openbox-3/max_hover.xbm +++ b/Shiki-Colors-Openbox/openbox-3/max_hover.xbm @@ -1,6 +1,6 @@ -#define max_hover_width 16 -#define max_hover_height 16 -static unsigned char max_hover_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0x03, 0xc0, 0x03, 0xc0, 0x83, 0xc1, 0x83, 0xc1, - 0x83, 0xc1, 0xf3, 0xcf, 0xf3, 0xcf, 0x83, 0xc1, 0x83, 0xc1, 0x83, 0xc1, - 0x03, 0xc0, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff }; +#define max_toggled_width 14 +#define max_toggled_height 14 +static unsigned char max_toggled_bits[] = { + 0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20, + 0xf9, 0x27, 0xf9, 0x27, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0x01, 0x20, + 0x01, 0x20, 0xff, 0x3f }; |