mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
28 lines
209 B
C
28 lines
209 B
C
/* XPM */
|
|
static char * title_5_active_xpm[] = {
|
|
"1 21 3 1",
|
|
" c None",
|
|
". c #484848",
|
|
"+ c #2D2D2D",
|
|
".",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+",
|
|
"+"};
|