mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
34 lines
864 B
C
Executable File
34 lines
864 B
C
Executable File
/* XPM */
|
|
static char * hide_prelight_xpm[] = {
|
|
"24 26 4 1",
|
|
" c None",
|
|
". c #444444",
|
|
"+ c #f0544c s active_color_1",
|
|
"@ c #484848",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........++++++++........",
|
|
"........++++++++........",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|