diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-02-21 19:21:46 +0530 |
commit | 158b6cd4efe058b1e21a020f3861c610818a1a67 (patch) | |
tree | fd35be35323cc8b9785e86f3580936813967f2e7 /.themes/MikunoNaka/openbox-3/shade.xbm | |
parent | 1b3658c85f5a5a25643da0cc417c70986b7caa6a (diff) |
Tweaked the custom gtk theme
Diffstat (limited to '.themes/MikunoNaka/openbox-3/shade.xbm')
-rw-r--r-- | .themes/MikunoNaka/openbox-3/shade.xbm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.themes/MikunoNaka/openbox-3/shade.xbm b/.themes/MikunoNaka/openbox-3/shade.xbm new file mode 100644 index 00000000..fcacf424 --- /dev/null +++ b/.themes/MikunoNaka/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; |