mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Merge pull request #40 from toupeira/master
Add application icon in Xfwm theme
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"16 25 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++"};
|
||||
@@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char * menu_inactive_xpm[] = {
|
||||
"16 25 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++"};
|
||||
@@ -0,0 +1,31 @@
|
||||
/* XPM */
|
||||
static char * menu_pressed_xpm[] = {
|
||||
"16 25 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
"................",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++",
|
||||
"++++++++++++++++"};
|
||||
+1
-1
@@ -6,7 +6,7 @@ active_text_color=#dcdcdc
|
||||
inactive_text_color=#888888
|
||||
button_offset=4
|
||||
button_spacing=4
|
||||
show_app_icon=false
|
||||
show_app_icon=true
|
||||
full_width_title=true
|
||||
maximized_offset=4
|
||||
title_horizontal_offset=6
|
||||
|
||||
Reference in New Issue
Block a user