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
/* XPM */
static char * title_4_inactive = {
"11 14 4 1",
"= c #000000 s inactive_color_2",
"+ c #000000 s inactive_shadow_2",
"% c #000000 s inactive_mid_2",
"# c #000000 s inactive_color_2",
"+++++++++++",
"%%%%%%%%%%%",
"###########",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
};
\ No newline at end of file
/* XPM */
static char * title_5_active = {
"11 14 2 1",
"+ c #000000 s active_shadow_1",
"% c #000000 s active_color_1",
"+++++++++++",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
"%%%%%%%%%%%",
};
\ No newline at end of file
/* XPM */
static char * title_5_inactive = {
"11 14 4 1",
"= c #000000 s inactive_color_2",
"+ c #000000 s inactive_shadow_2",
"% c #000000 s inactive_mid_2",
"# c #000000 s inactive_color_2",
"+++++++++++",
"%%%%%%%%%%%",
"###########",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
"#=========#",
};
\ No newline at end of file
/* XPM */
static char * top_left_active = {
"2 14 3 1",
"+ c #000000 s active_shadow_1",
"% c #000000 s active_color_1",
". c None",
"..",
".+",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
};
\ No newline at end of file
/* XPM */
static char * top_left_inactive = {
"2 14 3 1",
"+ c #000000 s inactive_shadow_2",
"% c #000000 s inactive_mid_2",
". c None",
"..",
".+",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
"+%",
};
\ No newline at end of file
/* XPM */
static char * top_right_active = {
"2 14 3 1",
"+ c #000000 s active_shadow_1",
"% c #000000 s active_color_1",
". c None",
"..",
"+.",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
"%+",
};
\ No newline at end of file
/* XPM */
static char * top_right_inactive = {
"2 14 3 1",
"+ c #000000 s inactive_shadow_2",
"% c #000000 s inactive_mid_2",
". 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