mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
5 lines
124 B
C
Executable File
5 lines
124 B
C
Executable File
#define shade_width 6
|
|
#define shade_height 6
|
|
static unsigned char shade_bits[] = {
|
|
0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00 };
|