diff --git a/Theme/Chicago95/gtk-2.0/gtkrc b/Theme/Chicago95/gtk-2.0/gtkrc index f5228be..39c4018 100644 --- a/Theme/Chicago95/gtk-2.0/gtkrc +++ b/Theme/Chicago95/gtk-2.0/gtkrc @@ -53,11 +53,17 @@ style "standard-default" bg[PRELIGHT] = @bg_color bg[SELECTED] = @selected_bg_color #{ 0.04, 0.14, 0.41 } - base[ACTIVE] = @selected_bg_color - base[INSENSITIVE] = @bg_color #{ 0.83, 0.81, 0.78 } - base[NORMAL] = @base_color - base[PRELIGHT] = @selected_bg_color - base[SELECTED] = @selected_bg_color +# base[ACTIVE] = @selected_bg_color +# base[INSENSITIVE] = @bg_color #{ 0.83, 0.81, 0.78 } +# base[NORMAL] = @base_color +# base[PRELIGHT] = @selected_bg_color +# base[SELECTED] = @selected_bg_color + + base[NORMAL] = @base_color + base[PRELIGHT] = shade (0.95, @bg_color) + base[SELECTED] = @selected_bg_color + base[INSENSITIVE] = @bg_color + base[ACTIVE] = shade (0.9, @selected_bg_color) text[ACTIVE] = shade (0.9,@selected_fg_color) text[INSENSITIVE] = shade (0.7,@bg_color) # shade (2.9,@fg_color) @@ -433,12 +439,12 @@ engine "pixmap" { } } - #engine "xfce" - #{ - # smooth_edge = false - # grip_style = none - # - #} +#engine "xfce" +#{ +# smooth_edge = false +# grip_style = none +# +#} #engine "redmond95" {} #this gets rid of the black border around menu items etc @@ -446,6 +452,9 @@ engine "pixmap" { class "GtkWidget" style "standard-default" + + + style "standard-menu" { bg[PRELIGHT] = @selected_bg_color @@ -507,6 +516,35 @@ style "standard-option-menu" class "GtkOptionMenu" style "standard-option-menu" +style "gnome-color-chooser-tooltips" +{ +bg[NORMAL] = "#ffffe1" +fg[NORMAL] = "#000000" +} +widget "gtk-tooltip*" style "gnome-color-chooser-tooltips" + +style "xfdesktop-icon-view" { + XfdesktopIconView::label-radius = 0.99 #Enable this if you want a small shadow behind text. + XfdesktopIconView::label-alpha = 0 + XfdesktopIconView::selected-label-alpha = 255 +# XfdesktopIconView::shadow-x-offset = 0 #Enable these if you want a big shadow behind text +# XfdesktopIconView::shadow-y-offset = 1 #Enable these if you want a big shadow behind text +# XfdesktopIconView::selected-shadow-x-offset = 0 #Enable these if you want a big shadow behind text +# XfdesktopIconView::selected-shadow-y-offset = 1 #Enable these if you want a big shadow behind text +# XfdesktopIconView::shadow-color = "#000000" #Enable these if you want a big shadow behind text +# XfdesktopIconView::selected-shadow-color = "#000000" #Enable these if you want a big shadow behind text +# XfdesktopIconView::shadow-blur-radius = 2 #Enable these if you want a big shadow behind text + XfdesktopIconView::cell-spacing = 2 + XfdesktopIconView::cell-padding = 6 + XfdesktopIconView::cell-text-width-proportion = 1.9 + + fg[NORMAL] = @selected_fg_color + fg[ACTIVE] = @selected_fg_color + +} + +widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" + include "tabwin.rc" include "panel.rc" @@ -517,3 +555,4 @@ include "menu_item.rc" include "slider.rc" include "toolbutton.rc" include "tabs.rc" +include "menubar.rc" \ No newline at end of file diff --git a/Theme/Chicago95/gtk-2.0/menu_item.rc b/Theme/Chicago95/gtk-2.0/menu_item.rc index a5e44b2..8ebcbdf 100644 --- a/Theme/Chicago95/gtk-2.0/menu_item.rc +++ b/Theme/Chicago95/gtk-2.0/menu_item.rc @@ -1,7 +1,7 @@ style "menu_item" { - xthickness = 0 - ythickness = 0 +# xthickness = 0 +# ythickness = 0 # HACK: Gtk doesn't actually read this value # while rendering the menu items, but Libreoffice @@ -11,7 +11,7 @@ style "menu_item" # highlight. The price to pay is black text on menus as well, # but at least it's readable. # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color + bg[SELECTED] = @selected_bg_color bg[PRELIGHT] = @selected_bg_color fg[PRELIGHT] = @selected_fg_color @@ -195,4 +195,4 @@ style "menu_item" widget_class "**" style "menu_item" -#class "GtkMenu" style "menu_item" +#class "GtkMenu" style "menu_item" \ No newline at end of file diff --git a/Theme/Chicago95/gtk-2.0/menubar.rc b/Theme/Chicago95/gtk-2.0/menubar.rc new file mode 100644 index 0000000..0bcd2f8 --- /dev/null +++ b/Theme/Chicago95/gtk-2.0/menubar.rc @@ -0,0 +1,36 @@ +######################################################################## +# Menubar +######################################################################## + +style "menubar" +{ +### Menubar ### + engine "pixmap" + { + image + { + function = BOX + file = "menubar/menubar.png" + border = {3, 3, 3, 3} + stretch = TRUE + } + } +} + +style "menu" +{ +### Menu ### + engine "pixmap" + { + image + { + function = BOX + file = "menubar/menu.png" + border = {3, 3, 3, 3} + stretch = TRUE + } + } +} + +class "GtkMenuBar*" style "menubar" +class "GtkMenu" style "menu" diff --git a/Theme/Chicago95/gtk-2.0/menubar/line-h.png b/Theme/Chicago95/gtk-2.0/menubar/line-h.png new file mode 100644 index 0000000..ccff99e Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/menubar/line-h.png differ diff --git a/Theme/Chicago95/gtk-2.0/menubar/line-v.png b/Theme/Chicago95/gtk-2.0/menubar/line-v.png new file mode 100644 index 0000000..f1d30ab Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/menubar/line-v.png differ diff --git a/Theme/Chicago95/gtk-2.0/menubar/menu.png b/Theme/Chicago95/gtk-2.0/menubar/menu.png new file mode 100644 index 0000000..09a2c8f Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/menubar/menu.png differ diff --git a/Theme/Chicago95/gtk-2.0/menubar/menubar.png b/Theme/Chicago95/gtk-2.0/menubar/menubar.png new file mode 100644 index 0000000..6272f49 Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/menubar/menubar.png differ diff --git a/Theme/Chicago95/gtk-2.0/menubar/menuitem.png b/Theme/Chicago95/gtk-2.0/menubar/menuitem.png new file mode 100644 index 0000000..f4fd0e3 Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/menubar/menuitem.png differ diff --git a/Theme/Chicago95/gtk-2.0/panel.rc b/Theme/Chicago95/gtk-2.0/panel.rc index 0c54f58..78b7492 100644 --- a/Theme/Chicago95/gtk-2.0/panel.rc +++ b/Theme/Chicago95/gtk-2.0/panel.rc @@ -110,13 +110,13 @@ style "panel" ############################################################# class "*Mail*" style "panel" -class "*notif*" style "panel" -class "*Notif*" style "panel" +#class "*notif*" style "panel" +#class "*Notif*" style "panel" class "*Tray*" style "panel" class "*tray*" style "panel" widget_class "*Mail*" style "panel" -widget_class "*notif*" style "panel" -widget_class "*Notif*" style "panel" +#widget_class "*notif*" style "panel" +#widget_class "*Notif*" style "panel" widget_class "*Tray*" style "panel" widget_class "*tray*" style "panel" widget_class "*BonoboDockItem" style "panel" @@ -467,3 +467,5 @@ style "whiskerbutton" widget "whiskermenu-button*" style "whiskerbutton" #widget "*Xfce*Panel*isker" style "whiskerbutton" + + diff --git a/Theme/Chicago95/gtk-2.0/panel.rc.alt b/Theme/Chicago95/gtk-2.0/panel.rc.alt new file mode 100644 index 0000000..9899519 --- /dev/null +++ b/Theme/Chicago95/gtk-2.0/panel.rc.alt @@ -0,0 +1,468 @@ +############################################################# +#SLICKNESS PANEL SETTINGS +############################################################# + +############################################################# +#THIS FIXES THE STANDARD SHUTDOWN-DIALOG ON GNOME +############################################################# + +style "fix" +{ +xthickness = 0 +ythickness = 0 +#bg_pixmap[NORMAL] = "shadows/window-bg.png" +} + +class "*Panel*" style "fix" + +############################################################# + +style "panel" +{ + + fg[NORMAL] = "#000000" #TEXT ON NORMAL PANEL BUTTONS + fg[PRELIGHT] = "#000000" #TEXT ON MOUSEOVERED PANEL BUTTONS + fg[ACTIVE] = "#000000" #TEXT ON ACTIVE PANEL BUTTON + fg[SELECTED] = "#000000" + fg[INSENSITIVE] = "#000000" +# bg[SELECTED] = "#000000" + bg_pixmap[NORMAL] = "panel/panel-bg2.png" +# bg_pixmap[ACTIVE] = "panel/panel-bg2.png" +# bg_pixmap[SELECTED] = "panel/panel-bg2.png" +# bg_pixmap[INSENSITIVE] = "panel/panel-bg2.png" +# bg_pixmap[PRELIGHT] = "panel/panel-bg2.png" + + xthickness = 4 + ythickness = 2 + + GtkWidget::focus_padding = 2 + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "panel/panel-button-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "panel/panel-button-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + +} + + + +} + + +############################################################# +#Tray +############################################################# + + +############################################################# +#THESE DECLARATIONS MAKE SURE THE PANEL STILL USES PANEL STYLE +############################################################# + +class "*Mail*" style "panel" +#class "*notif*" style "panel" +#class "*Notif*" style "panel" +class "*Tray*" style "panel" +class "*tray*" style "panel" +widget_class "*Mail*" style "panel" +#widget_class "*notif*" style "panel" +#widget_class "*Notif*" style "panel" +widget_class "*Tray*" style "panel" +widget_class "*tray*" style "panel" +widget_class "*BonoboDockItem" style "panel" +class "*BonoboDockItem" style "panel" +widget "*TrayIcon*" style "panel" +class "*Panel*Applet*" style "panel" +widget_class "*Panel*GtkToggleButton" style "panel" +widget_class "*Panel*GtkButton" style "panel" +widget_class "*.Panel*Button*GtkLabel" style "panel" +widget_class "*.Panel*GtkLabel" style "panel" +widget "*PanelWidget*" style "panel" +widget "*PanelApplet*" style "panel" +############################################################# +#THE COMMENTED CLASSES FIXES A PANEL BUG THAT MADE SOME +#TRAY ICONS MOVE DOWN 1 PIXEL , A VERY BIG THANKS TO MOOMEX +#FOR THIS INFORMATION!!!!!! +############################################################# +# THANKS TO merlwiz79 FOR THESE FIXES +############################################################# + +widget_class "*Netstatus*" style "panel" +widget_class "*Tomboy*Tray*" style "panel" +widget "*fast-user-switch*" style "panel" +widget_class "*PanelToplevel*" style "panel" +class "Xfce*Panel*" style "panel" +widget_class "*Xfce*Panel*" style "panel" +widget_class "*PanelApplet*" style "panel" +widget_class "*PanelWidget*" style "panel" +widget_class "*computertemp*" style "panel" +widget_class "*Applet*Tomboy*" style "panel" +widget_class "*Applet*Netstatus*" style "panel" + +############################################################# +#THIS MAKES THE APPLICATIONS PLACES SYSTEM MENU ON THE PANEL +#USE PANEL STYLE +############################################################# + + +style "panelbar" +{ + + xthickness = 5 + ythickness = 2 + +engine "pixmap" +{ + image + { + function = BOX + state = NORMAL + file = "panel/panel-bg.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + + + image + { + function = BOX + state = ACTIVE + file = "panel/panel-bg.png" + border = { 5 , 5 , 5 , 5} + stretch = FALSE + } + + + image + { + function = BOX + state = INSENSITIVE + file = "panel/panel-bg.png" + border = { 5 , 5 , 5 , 5} + stretch = FALSE + } + + + image + { + function = BOX + state = PRELIGHT + recolorable = TRUE + file = "panel/panel-bg.png" + border = { 5 , 5 , 5 , 5} + stretch = TRUE + } + +} + +} + + +############################################################# + +style "panelbuttons" +{ + xthickness = 5 + ythickness = 2 + + GtkWidget::focus_padding = 2 + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "panel/panel-button-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "panel/panel-bg.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "panel/panel-button-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + image + { + function = BOX + recolorable = TRUE + state = PRELIGHT + file = "panel/panel-button-active.png" + border = { 5, 5, 5, 5 } + stretch = TRUE + } + + +} + +} + +############################################################# +#THESE DECLARATIONS MAKE SURE THE LAUNCHER EDITOR BUTTONS USE +#STANDARD BUTTONS STYLE AND NOT PANEL BUTTONS STYLE +############################################################# + +widget "*tasklist*" style "panelbuttons" + +############################################################# +# THANKS TO merlwiz79 FOR THESE FIXES +############################################################# + + +widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" +widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" + +############################################################# + +style "paneltogglebuttons" +{ + xthickness = 5 + ythickness = 2 + + GtkWidget::focus_padding = 2 + + engine "pixmap" { + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "panel/panel-bg.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "panel/panel-bg.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "panel/panel-bg.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "panel/panel-button-active.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "panel/panel-bg.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "panel/panel-bg.png" + border = { 3, 3, 3, 3 } + stretch = TRUE + } + +} + +} + +widget_class "*PanelToplevel*Button" style "paneltogglebuttons" +widget_class "*Panel*GtkToggleButton" style "paneltogglebuttons" + +style "whiskerbutton" +{ + xthickness = 0 + ythickness = 0 + GtkWidget::focus_padding = 1 + engine "pixmap" + { + image + { + function = BOX + detail = "buttondefault" + file = "Others/null.png" + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = NORMAL + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + shadow = OUT + recolorable = TRUE + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + shadow = IN + state = PRELIGHT + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + + image + { + function = BOX + recolorable = TRUE + state = ACTIVE + file = "panel/start-button-shade.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = INSENSITIVE + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image + { + function = BOX + recolorable = TRUE + state = SELECTED + file = "Others/null.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} +widget "*applicationmenu-button" style "whiskerbutton" #for the application menu button. +widget "*whiskermenu-button" style "whiskerbutton" #for Whisker menu button. +#widget "*Xfce*Panel*isker" style "whiskerbutton" + + diff --git a/Theme/Chicago95/gtk-2.0/panel/panel-bg2.png b/Theme/Chicago95/gtk-2.0/panel/panel-bg2.png index 9ec5c56..a891be5 100644 Binary files a/Theme/Chicago95/gtk-2.0/panel/panel-bg2.png and b/Theme/Chicago95/gtk-2.0/panel/panel-bg2.png differ diff --git a/Theme/Chicago95/gtk-2.0/panel/panel-bg4.png.bak b/Theme/Chicago95/gtk-2.0/panel/panel-bg4.png.bak new file mode 100644 index 0000000..9ec5c56 Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/panel/panel-bg4.png.bak differ diff --git a/Theme/Chicago95/gtk-2.0/panel/start-button-shade.png b/Theme/Chicago95/gtk-2.0/panel/start-button-shade.png new file mode 100644 index 0000000..e2dbff3 Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/panel/start-button-shade.png differ diff --git a/Theme/Chicago95/gtk-2.0/panel/start-button.png b/Theme/Chicago95/gtk-2.0/panel/start-button.png new file mode 100644 index 0000000..73786f0 Binary files /dev/null and b/Theme/Chicago95/gtk-2.0/panel/start-button.png differ diff --git a/Theme/Chicago95/gtk-3.0/gtk-widgets.css b/Theme/Chicago95/gtk-3.0/gtk-widgets.css index cd96e42..0e918c8 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-widgets.css +++ b/Theme/Chicago95/gtk-3.0/gtk-widgets.css @@ -2588,7 +2588,7 @@ GtkColorButton.button { ***********/ .tooltip { - border-width: 3px; + border-width: 1px; border-style: solid; border-color: #000; border-radius: 0px; @@ -3194,8 +3194,6 @@ GtkBubbleWindow .toolbar { border-radius: 0; } - - .window-frame, .window-frame:backdrop { @@ -3222,7 +3220,7 @@ GtkBubbleWindow .toolbar { /* Client-side Decorations (CSD)*/ .window-frame.csd.tooltip { border-radius: 0; - border: 0 0 0; + border: 1px solid black; box-shadow: none; } diff --git a/Theme/Chicago95/gtk-3.0/gtk.css b/Theme/Chicago95/gtk-3.0/gtk.css index 5cb936c..1730059 100644 --- a/Theme/Chicago95/gtk-3.0/gtk.css +++ b/Theme/Chicago95/gtk-3.0/gtk.css @@ -13,7 +13,7 @@ @define-color text_color #000000; @define-color selected_bg_color #000080; @define-color selected_fg_color #ffffff; -@define-color tooltip_bg_color #ffffBf; +@define-color tooltip_bg_color #ffffe1; @define-color tooltip_fg_color #000000; /* dark color scheme */ @@ -41,7 +41,7 @@ /* misc colors used by gtk+ */ @define-color info_fg_color @fg_color; -@define-color info_bg_color #FFFFCC; +@define-color info_bg_color #ffffe1; @define-color warning_fg_color @fg_color; @define-color warning_bg_color #FFEDCC; @define-color question_fg_color @info_fg_color; diff --git a/Theme/Chicago95/xfce-notify-4.0/gtkrc b/Theme/Chicago95/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..42e11bd --- /dev/null +++ b/Theme/Chicago95/xfce-notify-4.0/gtkrc @@ -0,0 +1,8 @@ +style "notify-window" +{ + bg[NORMAL] = "#ffffe1" + XfceNotifyWindow::border-color = "#000000" + XfceNotifyWindow::border-radius = 10.0 + XfceNotifyWindow::border-width = 1.0 +} +class "XfceNotifyWindow" style "notify-window" \ No newline at end of file diff --git a/Theme/Chicago95/xfwm4/close-inactive.xpm b/Theme/Chicago95/xfwm4/close-inactive.xpm index 9c58bae..3994d0a 100644 --- a/Theme/Chicago95/xfwm4/close-inactive.xpm +++ b/Theme/Chicago95/xfwm4/close-inactive.xpm @@ -1,33 +1,33 @@ /* XPM */ static char * close_inactive_xpm[] = { -"18 24 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", +"18 24 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ c #EBEBEB", +"# c #B2B2B2", +"$ c #D8D8D8", " ", " ", " ", " ", " ", " ", -" +++++++++++++++.", -" +@@@@@@@@@@@@@#.", -" +@@@@@@@@@@@@@#.", -" +@@@..@@@@..@@#.", -" +@@@@..@@..@@@#.", -" +@@@@@....@@@@#.", -" +@@@@@@..@@@@@#.", -" +@@@@@....@@@@#.", -" +@@@@..@@..@@@#.", -" +@@@..@@@@..@@#.", -" +@@@@@@@@@@@@@#.", -" +@@@@@@@@@@@@@#.", -" +##############.", -" ................", +" ...............+", +" .@@@@@@@@@@@@@#+", +" .@$$$$$$$$$$$$#+", +" .@$$++$$$$++$$#+", +" .@$$$++$$++$$$#+", +" .@$$$$++++$$$$#+", +" .@$$$$$++$$$$$#+", +" .@$$$$++++$$$$#+", +" .@$$$++$$++$$$#+", +" .@$$++$$$$++$$#+", +" .@$$$$$$$$$$$$#+", +" .@$$$$$$$$$$$$#+", +" .##############+", +" ++++++++++++++++", " ", " ", " ", " "}; - diff --git a/Theme/Chicago95/xfwm4/hide-inactive.xpm b/Theme/Chicago95/xfwm4/hide-inactive.xpm index 4114fd4..f9e8971 100644 --- a/Theme/Chicago95/xfwm4/hide-inactive.xpm +++ b/Theme/Chicago95/xfwm4/hide-inactive.xpm @@ -1,33 +1,33 @@ /* XPM */ -static char * hide_active_xpm[] = { -"16 24 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", +static char * hide_inactive_xpm[] = { +"16 24 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ c #EBEBEB", +"# c #B2B2B2", +"$ c #D8D8D8", " ", " ", " ", " ", " ", " ", -"+++++++++++++++.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+@@.......@@@@#.", -"+@@.......@@@@#.", -"+@@@@@@@@@@@@@#.", -"+##############.", -"................", +"...............+", +".@@@@@@@@@@@@@#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$$$$$$$$$$$$#+", +".@$+++++++$$$$#+", +".@$+++++++$$$$#+", +".@$$$$$$$$$$$$#+", +".##############+", +"++++++++++++++++", " ", " ", " ", " "}; - diff --git a/Theme/Chicago95/xfwm4/maximize-inactive.xpm b/Theme/Chicago95/xfwm4/maximize-inactive.xpm index 2d512c5..b9b7e2b 100644 --- a/Theme/Chicago95/xfwm4/maximize-inactive.xpm +++ b/Theme/Chicago95/xfwm4/maximize-inactive.xpm @@ -1,33 +1,33 @@ /* XPM */ static char * maximize_inactive_xpm[] = { -"16 24 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", +"16 24 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ c #EBEBEB", +"# c #B2B2B2", +"$ c #D8D8D8", " ", " ", " ", " ", " ", " ", -"+++++++++++++++.", -"+@@@@@@@@@@@@@#.", -"+@@.........@@#.", -"+@@.........@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.@@@@@@@.@@#.", -"+@@.........@@#.", -"+@@@@@@@@@@@@@#.", -"+##############.", -"................", +"...............+", +".@@@@@@@@@@@@@#+", +".@$+++++++++$$#+", +".@$+++++++++$$#+", +".@$+$$$$$$$+$$#+", +".@$+$$$$$$$+$$#+", +".@$+$$$$$$$+$$#+", +".@$+$$$$$$$+$$#+", +".@$+$$$$$$$+$$#+", +".@$+$$$$$$$+$$#+", +".@$+++++++++$$#+", +".@$$$$$$$$$$$$#+", +".##############+", +"++++++++++++++++", " ", " ", " ", " "}; - diff --git a/Theme/Chicago95/xfwm4/maximize-toggled-inactive.xpm b/Theme/Chicago95/xfwm4/maximize-toggled-inactive.xpm index 16a449b..0e2ced6 100644 --- a/Theme/Chicago95/xfwm4/maximize-toggled-inactive.xpm +++ b/Theme/Chicago95/xfwm4/maximize-toggled-inactive.xpm @@ -1,33 +1,33 @@ /* XPM */ static char * maximize_toggled_inactive_xpm[] = { -"16 24 5 1", -" c None", -". c #000000 s inactive_border_color", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #D8D8D8 s inactive_color_2", -"# c #B2B2B2 s inactive_shadow_2", +"16 24 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ c #EBEBEB", +"# c #B2B2B2", +"$ c #D8D8D8", " ", " ", " ", " ", " ", " ", -"+++++++++++++++.", -"+@@@@@@@@@@@@@#.", -"+@@@@......@@@#.", -"+@@@@......@@@#.", -"+@@@@.@@@@.@@@#.", -"+@@......@.@@@#.", -"+@@......@.@@@#.", -"+@@.@@@@...@@@#.", -"+@@.@@@@.@@@@@#.", -"+@@.@@@@.@@@@@#.", -"+@@......@@@@@#.", -"+@@@@@@@@@@@@@#.", -"+##############.", -"................", +"...............+", +".@@@@@@@@@@@@@#+", +".@$$$++++++$$$#+", +".@$$$++++++$$$#+", +".@$$$+$$$$+$$$#+", +".@$++++++$+$$$#+", +".@$++++++$+$$$#+", +".@$+$$$$+++$$$#+", +".@$+$$$$+$$$$$#+", +".@$+$$$$+$$$$$#+", +".@$++++++$$$$$#+", +".@$$$$$$$$$$$$#+", +".##############+", +"++++++++++++++++", " ", " ", " ", " "}; - diff --git a/Theme/Chicago95/xfwm4/menu-active.xpm b/Theme/Chicago95/xfwm4/menu-active.xpm index 6e10416..181a3b6 100644 --- a/Theme/Chicago95/xfwm4/menu-active.xpm +++ b/Theme/Chicago95/xfwm4/menu-active.xpm @@ -1,20 +1,28 @@ /* XPM */ static char * menu_active_xpm[] = { -"15 15 2 1", -" c None", -"$ c #8CB754 s active_color_1", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$"}; +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; diff --git a/Theme/Chicago95/xfwm4/menu-inactive.xpm b/Theme/Chicago95/xfwm4/menu-inactive.xpm index bec2589..2c37c18 100644 --- a/Theme/Chicago95/xfwm4/menu-inactive.xpm +++ b/Theme/Chicago95/xfwm4/menu-inactive.xpm @@ -1,20 +1,28 @@ /* XPM */ -static char * menu_active_xpm[] = { -"15 15 2 1", -" c None", -"$ c #8CB754 s inactive_color_1", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$"}; +static char * menu_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"}; diff --git a/Theme/Chicago95/xfwm4/menu-pressed.xpm b/Theme/Chicago95/xfwm4/menu-pressed.xpm index a665540..181a3b6 100644 --- a/Theme/Chicago95/xfwm4/menu-pressed.xpm +++ b/Theme/Chicago95/xfwm4/menu-pressed.xpm @@ -1,20 +1,28 @@ /* XPM */ -static char * menu_pressed_xpm[] = { -"15 15 2 1", -" c None", -"$ c #8CB754 s active_color_1", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$", -"$$$$$$$$$$$$$$$"}; +static char * menu_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@"};