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

Use "mid" color as background color for pressed buttons in iceg theme (the one I prefer)

(Old svn revision: 10490)
parent 1cfd3e34
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ static char * close_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
......@@ -4,7 +4,7 @@ static char * hide_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
......@@ -4,7 +4,7 @@ static char * maximize_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
......@@ -4,7 +4,7 @@ static char * menu_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
......@@ -4,7 +4,7 @@ static char * shade_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
......@@ -4,7 +4,7 @@ static char * stick_pressed_xpm[] = {
" c None",
". c #000000",
"+ c #7B7B7B s active_shadow_2",
"@ c #EDEAE6 s active_color_2",
"@ c #EDEAE6 s active_mid_2",
"# c #DEDEDE s active_hilight_2",
" ",
" ",
......
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