This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles/.themes/ZorinGrey/xfwm4/maximize-inactive.xpm

46 lines
1.7 KiB
C

/* XPM */
static char * maximize_xpm[] = {
"38 38 4 1",
" c None",
". c #C0C0FF s inactive_color_2",
"# c #333333 s inactive_text_color",
"$ c #626277 s inactive_text_color",
" ",
" ",
" ",
" ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" ...............####$.......... ",
" ...............#####.......... ",
" ..................##.......... ",
" ..................##.......... ",
" ..................##.......... ",
" ..........##.................. ",
" ..........##.................. ",
" ..........##.................. ",
" ..........#####............... ",
" ..........$####............... ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" .............................. ",
" ",
" ",
" ",
" "};