Shiki-Colors-*/xfwm4: thin out bottom xpms

This commit is contained in:
Kylie McClain 2015-11-29 21:30:28 -05:00
parent d42d496653
commit 0d77026b1f
4 changed files with 12 additions and 36 deletions

View File

@ -1,12 +1,6 @@
/* XPM */ /* XPM */
static char * bottom_active_xpm[] = { static char * bottom_active_xpm[] = {
"20 4 5 1", "20 1 2 1",
" c None", " c None",
". c #C3C3C3", ". c #3C3C3C",
"+ c #ADADAD", "...................."};
"@ c #979797",
"# c #3C3C3C",
"....................",
"++++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@@@",
"####################"};

View File

@ -1,12 +1,6 @@
/* XPM */ /* XPM */
static char * bottom_inactive_xpm[] = { static char * bottom_inactive_xpm[] = {
"20 4 5 1", "20 1 2 1",
" c None", " c None",
". c #C3C3C3", ". c #3C3C3C",
"+ c #ADADAD", "...................."};
"@ c #979797",
"# c #3C3C3C",
"....................",
"++++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@@@",
"####################"};

View File

@ -1,12 +1,6 @@
/* XPM */ /* XPM */
static char * bottom_active_xpm[] = { static char * bottom_active_xpm[] = {
"20 4 5 1", "20 1 2 1",
" c None", " c None",
". c #6B6B6B", ". c #212121",
"+ c #5F5F5F", "...................."};
"@ c #535353",
"# c #212121",
"....................",
"++++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@@@",
"####################"};

View File

@ -1,12 +1,6 @@
/* XPM */ /* XPM */
static char * bottom_inactive_xpm[] = { static char * bottom_inactive_xpm[] = {
"20 4 5 1", "20 1 2 1",
" c None", " c None",
". c #6B6B6B", ". c #212121",
"+ c #5F5F5F", "...................."};
"@ c #535353",
"# c #212121",
"....................",
"++++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@@@",
"####################"};