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,35 +1,30 @@
|
||||
/* XPM */
|
||||
static char *shade_toggled_prelight[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"22 25 4 1 ",
|
||||
" c #2D2D2D2D2D2D",
|
||||
". c #4123307C2E5B",
|
||||
"X c #484848484848",
|
||||
"# c #D6D649493737 s active_color_1",
|
||||
/* pixels */
|
||||
"XXXXXXXXXXXXXXXXXXXXXX",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ## ",
|
||||
" ## ",
|
||||
" ## ",
|
||||
" ## ## ## ",
|
||||
" ######## ",
|
||||
" ###### ",
|
||||
" #### ",
|
||||
" ## ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
};
|
||||
static char * shade_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
".......+++.++.+++.......",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
||||
Reference in New Issue
Block a user