Skip to content
Snippets Groups Projects
Commit 1c9c73ec authored by cedric's avatar cedric
Browse files

add plugins icons and themes

parent 4e257144
No related branches found
No related tags found
No related merge requests found
Showing
with 315 additions and 0 deletions
themes/elementary/maximize-inactive.png

448 B

themes/elementary/maximize-prelight.png

442 B

themes/elementary/maximize-pressed.png

442 B

themedir = $(datadir)/themes/Windowck/xfwm4
theme_DATA = \
README \
themerc \
bottom-active.xpm \
bottom-inactive.xpm \
bottom-left-active.xpm \
bottom-left-inactive.xpm \
bottom-right-active.xpm \
bottom-right-inactive.xpm \
close-active.xpm \
close-inactive.xpm \
close-pressed.xpm \
hide-active.xpm \
hide-inactive.xpm \
hide-pressed.xpm \
left-active.xpm \
left-inactive.xpm \
maximize-active.xpm \
maximize-inactive.xpm \
maximize-pressed.xpm \
maximize-toggled-active.xpm \
maximize-toggled-inactive.xpm \
maximize-toggled-pressed.xpm \
menu-active.xpm \
menu-inactive.xpm \
menu-pressed.xpm \
right-active.xpm \
right-inactive.xpm \
shade-active.xpm \
shade-inactive.xpm \
shade-pressed.xpm \
shade-toggled-active.xpm \
shade-toggled-inactive.xpm \
shade-toggled-pressed.xpm \
stick-active.xpm \
stick-inactive.xpm \
stick-pressed.xpm \
stick-toggled-active.xpm \
stick-toggled-inactive.xpm \
stick-toggled-pressed.xpm \
title-1-active.xpm \
title-1-inactive.xpm \
title-2-active.xpm \
title-2-inactive.xpm \
title-3-active.xpm \
title-3-inactive.xpm \
title-4-active.xpm \
title-4-inactive.xpm \
title-5-active.xpm \
title-5-inactive.xpm \
top-left-active.xpm \
top-left-inactive.xpm \
top-right-active.xpm \
top-right-inactive.xpm
EXTRA_DIST = $(theme_DATA)
theme for xfwm4.
(c) 2013 - Cedric Leporcq <cedl38 at gmail dot com>
Theme released under GNU GPL license.
/* XPM */
static char * bottom_active = {
"9 4 3 1",
"# c #000000 s active_mid_2",
"% c #000000 s active_color_1",
"+ c #000000 s active_shadow_1",
"#########",
"%%%%%%%%%",
"%%%%%%%%%",
"+++++++++",
};
\ No newline at end of file
/* XPM */
static char * bottom_inactive = {
"9 4 3 1",
"# c #000000 s inactive_color_2",
"% c #000000 s inactive_mid_2",
"+ c #000000 s inactive_shadow_2",
"#########",
"%%%%%%%%%",
"%%%%%%%%%",
"+++++++++",
};
\ No newline at end of file
/* XPM */
static char * bottom_left_active = {
"3 4 4 1",
"+ c #000000 s active_shadow_1",
"% c #000000 s active_color_1",
"# c #000000 s active_mid_2",
". c None",
"+%#",
"+%%",
"+%%",
".++",
};
\ No newline at end of file
/* XPM */
static char * bottom_left_inactive = {
"3 4 4 1",
"+ c #000000 s inactive_shadow_2",
"% c #000000 s inactive_mid_2",
"# c #000000 s inactive_color_2",
". c None",
"+%#",
"+%%",
"+%%",
".++",
};
\ No newline at end of file
/* XPM */
static char * bottom_right_active = {
"3 4 4 1",
"# c #000000 s active_mid_2",
"% c #000000 s active_color_1",
"+ c #000000 s active_shadow_1",
". c None",
"#%+",
"%%+",
"%%+",
"++.",
};
\ No newline at end of file
/* XPM */
static char * bottom_right_inactive = {
"3 4 4 1",
"# c #000000 s inactive_color_2",
"% c #000000 s inactive_mid_2",
"+ c #000000 s inactive_shadow_2",
". c None",
"#%+",
"%%+",
"%%+",
"++.",
};
\ No newline at end of file
/* XPM */
static char * close_active = {
"18 14 4 1",
"@ c #000000 s active_color_1",
"+ c #505050 s active_text_color",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"=====@@====@@=====",
"====@++@==@++@====",
"====@+++@@+++@====",
"=====@++++++@=====",
"======@++++@======",
"======@++++@======",
"=====@++++++@=====",
"====@+++@@+++@====",
"====@++@==@++@====",
"=====@@====@@=====",
"==================",
};
\ No newline at end of file
/* XPM */
static char * close_inactive = {
"18 14 4 1",
"@ c #000000 s inactive_color_2",
"+ c #505050 s inactive_text_color",
"= c #000000 s inactive_color_2",
". c None",
"..................",
"..................",
"==================",
"=====@@====@@=====",
"====@++@==@++@====",
"====@+++@@+++@====",
"=====@++++++@=====",
"======@++++@======",
"======@++++@======",
"=====@++++++@=====",
"====@+++@@+++@====",
"====@++@==@++@====",
"=====@@====@@=====",
"==================",
};
\ No newline at end of file
/* XPM */
static char * close_prelight = {
"18 14 4 1",
"@ c #b92121",
"+ c #d92626",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"=====@@====@@=====",
"====@++@==@++@====",
"====@+++@@+++@====",
"=====@++++++@=====",
"======@++++@======",
"======@++++@======",
"=====@++++++@=====",
"====@+++@@+++@====",
"====@++@==@++@====",
"=====@@====@@=====",
"==================",
};
\ No newline at end of file
/* XPM */
static char * close_pressed = {
"18 14 4 1",
"@ c #000000 s active_color_1",
"+ c #d92626",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"=====@@====@@=====",
"====@++@==@++@====",
"====@+++@@+++@====",
"=====@++++++@=====",
"======@++++@======",
"======@++++@======",
"=====@++++++@=====",
"====@+++@@+++@====",
"====@++@==@++@====",
"=====@@====@@=====",
"==================",
};
\ No newline at end of file
/* XPM */
static char * hide_active = {
"18 14 4 1",
"@ c #000000 s active_color_1",
"+ c #505050 s active_text_color",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"===@@@@@@@@@@@@===",
"===@++++++++++@===",
"===@++++++++++@===",
"===@@@@@@@@@@@@===",
"==================",
};
\ No newline at end of file
/* XPM */
static char * hide_inactive = {
"18 14 4 1",
"@ c #000000 s inactive_color_2",
"+ c #505050 s inactive_text_color",
"= c #000000 s inactive_color_2",
". c None",
"..................",
"..................",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"===@@@@@@@@@@@@===",
"===@++++++++++@===",
"===@++++++++++@===",
"===@@@@@@@@@@@@===",
"==================",
};
\ No newline at end of file
/* XPM */
static char * hide_prelight = {
"18 14 4 1",
"@ c #b1b1b1 s active_shadow_1",
"+ c #FFFFFF",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"===@@@@@@@@@@@@===",
"===@++++++++++@===",
"===@++++++++++@===",
"===@@@@@@@@@@@@===",
"==================",
};
\ No newline at end of file
/* XPM */
static char * hide_pressed = {
"18 14 4 1",
"@ c #000000 s active_color_1",
"+ c #FFFFFF",
"= c #000000 s active_color_1",
". c None",
"..................",
"..................",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"==================",
"===@@@@@@@@@@@@===",
"===@++++++++++@===",
"===@++++++++++@===",
"===@@@@@@@@@@@@===",
"==================",
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment