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:
+29
-35
@@ -1,36 +1,30 @@
|
||||
/* XPM */
|
||||
static char *hide_active[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 25 5 1 ",
|
||||
" c #2D2D2D2D2D2D",
|
||||
". c #32B032B032B0",
|
||||
"X c #484848484848",
|
||||
"o c #D809D809D809",
|
||||
"O c gainsboro",
|
||||
/* pixels */
|
||||
"XXXXXXXXXXXXXXXXXXXXXX",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ........ ",
|
||||
" OOOOOOOO ",
|
||||
" oooooooo ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
static char * hide_active_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
Reference in New Issue
Block a user