mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Completely rework the Xfwm4 theme
This commit is contained in:
@@ -1,34 +1,30 @@
|
||||
/* XPM */
|
||||
static char *maximize_prelight[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 25 3 1 ",
|
||||
" c #2D2D2D2D2D2D",
|
||||
". c #484848484848",
|
||||
"X c #D6D649493737 s active_color_1",
|
||||
/* pixels */
|
||||
"......................",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" XXXXXXXX ",
|
||||
" XXXXXXXX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XX XX ",
|
||||
" XXXXXXXX ",
|
||||
" XXXXXXXX ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
static char * maximize_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
Reference in New Issue
Block a user