Skip to content
Snippets Groups Projects
Commit 2dc935f6 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Change kde theme buttons shade and menu

(Old svn revision: 10298)
parent eb270a8e
No related branches found
No related tags found
No related merge requests found
...@@ -2,26 +2,26 @@ ...@@ -2,26 +2,26 @@
static char * menu_active_xpm[] = { static char * menu_active_xpm[] = {
"16 20 4 1", "16 20 4 1",
" c None", " c None",
". c #FFFFFF s active_hilight_2", ". c #000000 s active_border_color",
"+ c #B4B6B4 s inactive_color_1", "+ c #085D8B s active_color_1",
"@ c #000000 s active_border_color", "@ c #FFFFFF s active_hilight_2",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" .............. ", " ............ ",
" .++++++++++++@ ", " .++++++++++. ",
" .@@@@@@@@@@@@@ ", " .++++++++++. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .@@@@@@@@@@@@@ ", " ............ ",
" ", " ",
" ", " ",
" "}; " "};
...@@ -2,26 +2,26 @@ ...@@ -2,26 +2,26 @@
static char * menu_inactive_xpm[] = { static char * menu_inactive_xpm[] = {
"16 20 4 1", "16 20 4 1",
" c None", " c None",
". c #FFFFFF s inactive_hilight_2", ". c #000000 s inactive_border_color",
"+ c #B4B6B4 s inactive_color_2", "+ c #DEDEDE s inactive_color_2",
"@ c #000000 s inactive_border_color", "@ c #FFFFFF s inactive_hilight_2",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" ", " ",
" .............. ", " ............ ",
" .++++++++++++@ ", " .++++++++++. ",
" .@@@@@@@@@@@@@ ", " .++++++++++. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .+.+.+.+.+.+.@ ", " .@@@@@@@@@@. ",
" ..+.+.+.+.+.+@ ", " .@@@@@@@@@@. ",
" .@@@@@@@@@@@@@ ", " ............ ",
" ", " ",
" ", " ",
" "}; " "};
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
static char * menu_pressed_xpm[] = { static char * menu_pressed_xpm[] = {
"16 20 4 1", "16 20 4 1",
" c None", " c None",
". c #FFFFFF s active_hilight_2", ". c #838183 s inactive_shadow_1",
"+ c #B4B6B4 s inactive_color_1", "+ c #085D8B s active_color_1",
"@ c #838183 s inactive_shadow_1", "@ c #B4B6B4 s inactive_color_1",
" ", " ",
" ", " ",
" ", " ",
...@@ -12,16 +12,16 @@ static char * menu_pressed_xpm[] = { ...@@ -12,16 +12,16 @@ static char * menu_pressed_xpm[] = {
" ", " ",
" ", " ",
" ", " ",
" ..............", " ............",
" .++++++++++++@", " .++++++++++.",
" .@@@@@@@@@@@@@", " .++++++++++.",
" ..+.+.+.+.+.+@", " .@@@@@@@@@@.",
" .+.+.+.+.+.+.@", " .@@@@@@@@@@.",
" ..+.+.+.+.+.+@", " .@@@@@@@@@@.",
" .+.+.+.+.+.+.@", " .@@@@@@@@@@.",
" ..+.+.+.+.+.+@", " .@@@@@@@@@@.",
" .+.+.+.+.+.+.@", " .@@@@@@@@@@.",
" ..+.+.+.+.+.+@", " .@@@@@@@@@@.",
" .@@@@@@@@@@@@@", " ............",
" ", " ",
" "}; " "};
/* XPM */ /* XPM */
static char * shade_active_xpm[] = { static char * shade_active_xpm[] = {
"16 20 4 1", "16 20 6 1",
" c None", " c None",
". c #000000 s active_border_color", ". c #B4B6B4 s inactive_color_1",
"+ c #FFFFFF s active_hilight_2", "+ c #FFFFFF s active_hilight_2",
"@ c #B4B6B4 s inactive_color_1", "@ c #6A6D6A s active_shadow_2",
" ", "# c #DEDEDE s active_color_2",
" ", "$ c #000000 s active_border_color",
" ", " ",
" ", " ",
" ", " ",
" ", "...............+",
" ............ ", ".@@@@@@@@@@@@@@+",
" .++++++++++. ", ".@+++++++++++.@+",
" ............ ", ".@+##########.@+",
" ", ".@+#$$$$$$$$#.@+",
" .. ", ".@+#$$$$$$$$#.@+",
" .++. ", ".@+##########.@+",
" .+@@@. ", ".@+####$$####.@+",
" .+@@@@@. ", ".@+###$$$$###.@+",
" .+@@@@@@@. ", ".@+##$$$$$$##.@+",
" ............ ", ".@+#$$$$$$$$#.@+",
" ", ".@+#$$$$$$$$#.@+",
" ", ".@+##########.@+",
" ", ".@............@+",
".@@@@@@@@@@@@@@+",
"++++++++++++++++",
" "}; " "};
/* XPM */ /* XPM */
static char * shade_inactive_xpm[] = { static char * shade_inactive_xpm[] = {
"16 20 4 1", "16 20 6 1",
" c None", " c None",
". c #000000 s inactive_border_color", ". c #B4B6B4 s inactive_color_2",
"+ c #FFFFFF s inactive_hilight_2", "+ c #FFFFFF s inactive_hilight_2",
"@ c #B4B6B4 s inactive_color_2", "@ c #6A6D6A s inactive_shadow_2",
" ", "# c #DEDEDE s inactive_color_2",
" ", "$ c #000000 s inactive_border_color",
" ", " ",
" ", " ",
" ", " ",
" ", "...............+",
" ............ ", ".@@@@@@@@@@@@@@+",
" .++++++++++. ", ".@+++++++++++.@+",
" ............ ", ".@+##########.@+",
" ", ".@+#$$$$$$$$#.@+",
" .. ", ".@+#$$$$$$$$#.@+",
" .++. ", ".@+##########.@+",
" .+@@@. ", ".@+####$$####.@+",
" .+@@@@@. ", ".@+###$$$$###.@+",
" .+@@@@@@@. ", ".@+##$$$$$$##.@+",
" ............ ", ".@+#$$$$$$$$#.@+",
" ", ".@+#$$$$$$$$#.@+",
" ", ".@+##########.@+",
" ", ".@............@+",
".@@@@@@@@@@@@@@+",
"++++++++++++++++",
" "}; " "};
/* XPM */ /* XPM */
static char * shade_pressed_xpm[] = { static char * shade_pressed_xpm[] = {
"16 20 4 1", "16 20 6 1",
" c None", " c None",
". c #838183 s inactive_shadow_1", ". c #B4B6B4 s inactive_color_1",
"+ c #FFFFFF s active_hilight_2", "+ c #FFFFFF s active_hilight_2",
"@ c #B4B6B4 s inactive_color_1", "@ c #6A6D6A s active_shadow_2",
" ", "# c #DEDEDE s active_color_2",
" ", "$ c #838183 s inactive_shadow_1",
" ", " ",
" ", " ",
" ", " ",
" ", "...............+",
" ", ".@@@@@@@@@@@@@@+",
" ............ ", ".@...........+@+",
" .++++++++++. ", ".@.##########+@+",
" ............ ", ".@.##########+@+",
" ", ".@.##$$$$$$$$+@+",
" .. ", ".@.##$$$$$$$$+@+",
" .++. ", ".@.##########+@+",
" .+@@@. ", ".@.#####$$###+@+",
" .+@@@@@. ", ".@.####$$$$##+@+",
" .+@@@@@@@. ", ".@.###$$$$$$#+@+",
" ............ ", ".@.##$$$$$$$$+@+",
" ", ".@.##$$$$$$$$+@+",
" ", ".@++++++++++++@+",
".@@@@@@@@@@@@@@+",
"++++++++++++++++",
" "}; " "};
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