This repository has been archived on 2024-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
Simplewaita/xfwm4/right-inactive.xpm

39 lines
476 B
C
Raw Normal View History

/* XPM */
2022-07-25 12:06:09 +02:00
static char * right_active_xpm[] = {
"6 24 3 1",
" c None",
"# c #C0C0C0 s inactive_color_2",
2022-07-25 12:06:09 +02:00
"@ c #C0C0FF s inactive_shadow_2",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@",
"####@@"};