diff --git a/.gitignore b/.gitignore index be9493f..251bb33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # Ignore Backup Copies from Text Editor *~ +.idea +*.iml diff --git a/CREDITS b/CREDITS old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc old mode 100644 new mode 100755 index f5fda7d..19b2ddc --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -1,6 +1,6 @@ # Numix GTK Theme -gtk-color-scheme = "bg_color:#dedede\nfg_color:#555555\nbase_color:#f9f9f9\ntext_color:#333333\nselected_bg_color:#d64937\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#2d2d2d\ntooltip_fg_color:#dedede\ntitlebar_bg_color:#2d2d2d\ntitlebar_fg_color:#dcdcdc\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d" +gtk-color-scheme = "bg_color:#dedede\nfg_color:#555555\nbase_color:#f9f9f9\ntext_color:#333333\nselected_bg_color:#1a80b6\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#2d2d2d\ntooltip_fg_color:#dedede\ntitlebar_bg_color:#2d2d2d\ntitlebar_fg_color:#dcdcdc\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d" # Default Style diff --git a/gtk-3.0/assets/grid-selection-checked-dark.svg b/gtk-3.0/assets/grid-selection-checked-dark.svg index c1d5486..02f9943 100644 --- a/gtk-3.0/assets/grid-selection-checked-dark.svg +++ b/gtk-3.0/assets/grid-selection-checked-dark.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/assets/grid-selection-checked.svg b/gtk-3.0/assets/grid-selection-checked.svg index a660356..846f76e 100644 --- a/gtk-3.0/assets/grid-selection-checked.svg +++ b/gtk-3.0/assets/grid-selection-checked.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/assets/menuitem-checkbox-checked.svg b/gtk-3.0/assets/menuitem-checkbox-checked.svg index 6fbfb3e..f06d28e 100644 --- a/gtk-3.0/assets/menuitem-checkbox-checked.svg +++ b/gtk-3.0/assets/menuitem-checkbox-checked.svg @@ -1,5 +1,5 @@ - + diff --git a/gtk-3.0/assets/menuitem-checkbox-mixed.svg b/gtk-3.0/assets/menuitem-checkbox-mixed.svg index a82b2c0..7ad0c23 100644 --- a/gtk-3.0/assets/menuitem-checkbox-mixed.svg +++ b/gtk-3.0/assets/menuitem-checkbox-mixed.svg @@ -6,6 +6,6 @@ - + diff --git a/gtk-3.0/assets/menuitem-radio-checked.svg b/gtk-3.0/assets/menuitem-radio-checked.svg index 61f0626..024e083 100644 --- a/gtk-3.0/assets/menuitem-radio-checked.svg +++ b/gtk-3.0/assets/menuitem-radio-checked.svg @@ -1,5 +1,5 @@ - + diff --git a/gtk-3.0/assets/radio-mixed-dark.svg b/gtk-3.0/assets/radio-mixed-dark.svg index b6b0d76..f859fcf 100644 --- a/gtk-3.0/assets/radio-mixed-dark.svg +++ b/gtk-3.0/assets/radio-mixed-dark.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/assets/radio-mixed.svg b/gtk-3.0/assets/radio-mixed.svg index a85a7ac..1ce617a 100644 --- a/gtk-3.0/assets/radio-mixed.svg +++ b/gtk-3.0/assets/radio-mixed.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/assets/radio-selected-dark.svg b/gtk-3.0/assets/radio-selected-dark.svg index 28da8de..e5ce5bc 100644 --- a/gtk-3.0/assets/radio-selected-dark.svg +++ b/gtk-3.0/assets/radio-selected-dark.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/assets/radio-selected.svg b/gtk-3.0/assets/radio-selected.svg index 91cafc1..5c4a09d 100644 --- a/gtk-3.0/assets/radio-selected.svg +++ b/gtk-3.0/assets/radio-selected.svg @@ -2,6 +2,6 @@ - + diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css old mode 100644 new mode 100755 index 709de5b..49787a6 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -3,7 +3,7 @@ @define-color bg_color #2d2d2d; @define-color text_color #dedede; @define-color fg_color #dcdcdc; -@define-color selected_bg_color #d64937; +@define-color selected_bg_color #1a80b6; @define-color selected_fg_color #f9f9f9; @define-color tooltip_bg_color #2d2d2d; @define-color tooltip_fg_color #dcdcdc; diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 6376f3a..72a450e 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -212,7 +212,7 @@ GtkAssistant .sidebar { padding: 4px; border-width: 0 1px 0 0; border-style: solid; - border-right-color: shade(@theme_bg_color, 0.8); + border-right-color: shade(@theme_bg_color, 0.6); border-radius: 0; background-color: @theme_bg_color; color: mix(@theme_fg_color, @theme_bg_color, 0.1); @@ -229,21 +229,21 @@ GtkAssistant .sidebar { border-width: 1px; border-radius: 2px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 1.08); background-image: none; color: @theme_fg_color; } .button:hover { - border-color: shade(@theme_bg_color, 0.7); + border-color: shade(@theme_bg_color, 0.5); background-color: shade(@theme_bg_color, 1.10); background-image: none; } .button:active, .button:checked { - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 0.95); background-image: none; } @@ -507,7 +507,7 @@ GtkComboBox.combobox-entry .button:insensitive { padding: 4px 3px; border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 2px; background-color: @theme_base_color; background-image: none; @@ -601,7 +601,7 @@ GtkExpander { * frame * *********/ .frame { - border: 1px solid shade(@theme_bg_color, 0.8); + border: 1px solid shade(@theme_bg_color, 0.6); border-radius: 0; } @@ -616,7 +616,7 @@ GtkExpander { GtkScrolledWindow.frame { border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 0; } @@ -902,7 +902,7 @@ GtkInfoBar { .floating-bar { border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 2px; background-color: @theme_bg_color; background-image: none; @@ -1543,7 +1543,7 @@ GtkProgressBar { .trough row:selected:focus { border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 1.08); background-image: none; } @@ -1650,10 +1650,10 @@ GtkLevelBar.vertical { background-color: shade(@theme_bg_color, 1.08); background-image: none; /* we will draw the border using box shadow for now */ - box-shadow: inset 1px 0 shade(@theme_bg_color, 0.8), - inset 0 1px shade(@theme_bg_color, 0.8), - inset -1px 0 shade(@theme_bg_color, 0.8), - inset 0 -1px shade(@theme_bg_color, 0.8); + box-shadow: inset 1px 0 shade(@theme_bg_color, 0.6), + inset 0 1px shade(@theme_bg_color, 0.6), + inset -1px 0 shade(@theme_bg_color, 0.6), + inset 0 -1px shade(@theme_bg_color, 0.6); } .scale.slider:hover { @@ -1682,12 +1682,12 @@ GtkLevelBar.vertical { } .scale.mark { - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); } .scale.trough { margin: 7px 0; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 2px; background-color: shade(@theme_bg_color, 1.08); background-image: none; @@ -1972,7 +1972,7 @@ GtkComboBox .separator { .spinbutton.vertical .button { border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 2px; background-color: shade(@theme_bg_color, 1.08); background-image: none; @@ -1988,7 +1988,7 @@ GtkComboBox .separator { .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked { - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 0.95); background-image: none; } @@ -2087,7 +2087,7 @@ GtkSwitch { GtkSwitch.slider { border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 1.08); background-image: none; } @@ -2099,7 +2099,7 @@ GtkSwitch.slider:insensitive { } GtkSwitch.trough { - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 0.95); background-image: none; color: @theme_fg_color; @@ -2479,7 +2479,7 @@ GtkColorButton.button { padding: 1px; border-width: 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 0; background-color: @theme_bg_color; background-image: none; @@ -2487,7 +2487,7 @@ GtkColorButton.button { .inline-toolbar.toolbar:last-child { border-width: 0 1px 1px 1px; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 0; } @@ -2495,7 +2495,7 @@ GtkColorButton.button { padding: 1px; border-width: 1px 0 1px 1px; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); border-radius: 0; background-color: shade(@theme_bg_color, 1.08); background-image: none; @@ -2510,7 +2510,7 @@ GtkColorButton.button { .inline-toolbar.toolbar .button:active, .inline-toolbar.toolbar .button:checked { - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 0.95); background-image: none; } @@ -3267,7 +3267,7 @@ GtkViewport.frame { padding: 4px; border-width: 1px 0 0 0; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: @theme_bg_color; background-image: none; color: @theme_fg_color; @@ -3297,7 +3297,7 @@ GtkViewport.frame { .search-bar { border-width: 0 0 1px 0; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: shade(@theme_bg_color, 0.98); } @@ -3341,7 +3341,7 @@ GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover { border-width: 0 1px 0 0; border-style: solid; - border-color: shade(@theme_bg_color, 0.8); + border-color: shade(@theme_bg_color, 0.6); background-color: @theme_bg_color; color: shade(@theme_bg_color, 0.9); } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css old mode 100644 new mode 100755 index 7518238..4de7ed6 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -4,11 +4,11 @@ @define-color desktop_item_text_shadow alpha(black, 0.8); /* default color scheme */ -@define-color bg_color #dedede; +@define-color bg_color #e7e7e7; @define-color fg_color #555555; @define-color base_color #f9f9f9; @define-color text_color #333333; -@define-color selected_bg_color #d64937; +@define-color selected_bg_color #1a80b6; @define-color selected_fg_color #f9f9f9; @define-color tooltip_bg_color #2d2d2d; @define-color tooltip_fg_color #dcdcdc; @@ -48,8 +48,8 @@ /* widget colors */ @define-color titlebar_bg_color @dark_bg_color; @define-color titlebar_fg_color @dark_fg_color; -@define-color menubar_bg_color @dark_bg_color; -@define-color menubar_fg_color @dark_fg_color; +@define-color menubar_bg_color @bg_color; +@define-color menubar_fg_color @fg_color; @define-color toolbar_bg_color @theme_bg_color; @define-color toolbar_fg_color @theme_fg_color; @define-color menu_bg_color @dark_bg_color; diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini old mode 100644 new mode 100755 diff --git a/index.theme b/index.theme old mode 100644 new mode 100755 index c757888..00d4c34 --- a/index.theme +++ b/index.theme @@ -1,10 +1,10 @@ [Desktop Entry] Type=X-GNOME-Metatheme -Name=Numix +Name=Numix Frost Comment=A modern flat theme Encoding=UTF-8 [X-GNOME-Metatheme] -GtkTheme=Numix -MetacityTheme=Numix +GtkTheme=Numix Frost +MetacityTheme=Numix Frost ButtonLayout=:minimize,maximize,close diff --git a/metacity-1/metacity-theme-2.xml b/metacity-1/metacity-theme-2.xml old mode 100644 new mode 100755 index 8d8f3c8..136bf6f --- a/metacity-1/metacity-theme-2.xml +++ b/metacity-1/metacity-theme-2.xml @@ -1,11 +1,11 @@ - Numix + Numix Frost Satyajit Sahoo GPL-3.0+ - 11 December 2013 - Numix Metacity Theme + 15 April 2015 + Numix Frost Metacity Theme diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml old mode 100644 new mode 100755 index 3ec1eb3..2e40ebf --- a/metacity-1/metacity-theme-3.xml +++ b/metacity-1/metacity-theme-3.xml @@ -1,11 +1,11 @@ - Numix + Numix Frost Satyajit Sahoo GPL-3.0+ - 11 December 2013 - Numix Mutter Theme + 15 April 2015 + Numix Frost Mutter Theme diff --git a/openbox-3/close.xbm b/openbox-3/close.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/desk.xbm b/openbox-3/desk.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/desk_toggled.xbm b/openbox-3/desk_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/iconify.xbm b/openbox-3/iconify.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/max.xbm b/openbox-3/max.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/max_toggled.xbm b/openbox-3/max_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/shade.xbm b/openbox-3/shade.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/shade_toggled.xbm b/openbox-3/shade_toggled.xbm old mode 100644 new mode 100755 diff --git a/openbox-3/themerc b/openbox-3/themerc old mode 100644 new mode 100755 index 7d5663f..124f8b9 --- a/openbox-3/themerc +++ b/openbox-3/themerc @@ -1,4 +1,4 @@ -# Name: Numix Openbox theme +# Name: Numix Frost Openbox theme # Author: Satyajit Sahoo # License: GPL-3.0+ @@ -17,7 +17,7 @@ menu.items.text.color: #dcdcdc menu.items.disabled.text.color: #888888 menu.items.active.bg: flat solid -menu.items.active.bg.color: #d64937 +menu.items.active.bg.color: #1a80b6 menu.items.active.text.color: #f9f9f9 menu.separator.color: #262626 @@ -49,7 +49,7 @@ window.active.button.unpressed.image.color: #dcdcdc window.active.button.pressed.bg: flat solid window.active.button.pressed.bg.color: #2d2d2d -window.active.button.pressed.image.color: #d64937 +window.active.button.pressed.image.color: #1a80b6 window.active.button.disabled.bg: flat solid window.active.button.disabled.bg.color: #2d2d2d @@ -79,7 +79,7 @@ window.inactive.button.unpressed.image.color: #888888 window.inactive.button.pressed.bg: flat solid window.inactive.button.pressed.bg.color: #2d2d2d -window.inactive.button.pressed.image.color: #d64937 +window.inactive.button.pressed.image.color: #1a80b6 window.inactive.button.disabled.bg: flat solid window.inactive.button.disabled.bg.color: #2d2d2d @@ -97,7 +97,7 @@ osd.label.bg.color: #2d2d2d osd.label.text.color: #dcdcdc osd.hilight.bg: flat solid -osd.hilight.bg.color: #d64937 +osd.hilight.bg.color: #1a80b6 osd.unhilight.bg: flat solid osd.unhilight.bg.color: #888888 @@ -114,7 +114,7 @@ osd.button.focused.bg: flat solid border osd.button.focused.bg.color: #303030 osd.button.focused.*.border.color: #1e1e1e -osd.button.focused.box.color: #d64937 +osd.button.focused.box.color: #1a80b6 # Fonts diff --git a/xfce-notify-4.0/gtkrc b/xfce-notify-4.0/gtkrc old mode 100644 new mode 100755 index 52a62ca..efb19f5 --- a/xfce-notify-4.0/gtkrc +++ b/xfce-notify-4.0/gtkrc @@ -27,7 +27,7 @@ style "notify-button" { } style "notify-text" { - GtkWidget::link-color = "#d64937" + GtkWidget::link-color = "#1a80b6" fg[NORMAL] = "#f9f9f9" fg[PRELIGHT] = "#f9f9f9" diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4/bottom-left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4/bottom-left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4/bottom-right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4/bottom-right-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-active.xpm b/xfwm4/close-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/close-prelight.xpm b/xfwm4/close-prelight.xpm old mode 100644 new mode 100755 index e3bd443..7cc9c95 --- a/xfwm4/close-prelight.xpm +++ b/xfwm4/close-prelight.xpm @@ -3,7 +3,7 @@ static char * close_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/close-pressed.png b/xfwm4/close-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/close-pressed.xpm b/xfwm4/close-pressed.xpm old mode 100644 new mode 100755 index e3bd443..7cc9c95 --- a/xfwm4/close-pressed.xpm +++ b/xfwm4/close-pressed.xpm @@ -3,7 +3,7 @@ static char * close_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/hide-active.xpm b/xfwm4/hide-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-inactive.xpm b/xfwm4/hide-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/hide-prelight.xpm b/xfwm4/hide-prelight.xpm old mode 100644 new mode 100755 index d2470bf..3cf424b --- a/xfwm4/hide-prelight.xpm +++ b/xfwm4/hide-prelight.xpm @@ -3,7 +3,7 @@ static char * hide_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/hide-pressed.png b/xfwm4/hide-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/hide-pressed.xpm b/xfwm4/hide-pressed.xpm old mode 100644 new mode 100755 index d2470bf..3cf424b --- a/xfwm4/hide-pressed.xpm +++ b/xfwm4/hide-pressed.xpm @@ -3,7 +3,7 @@ static char * hide_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-active.xpm b/xfwm4/maximize-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-inactive.xpm b/xfwm4/maximize-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-prelight.xpm b/xfwm4/maximize-prelight.xpm old mode 100644 new mode 100755 index eec4b49..0c064d0 --- a/xfwm4/maximize-prelight.xpm +++ b/xfwm4/maximize-prelight.xpm @@ -3,7 +3,7 @@ static char * maximize_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/maximize-pressed.png b/xfwm4/maximize-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-pressed.xpm b/xfwm4/maximize-pressed.xpm old mode 100644 new mode 100755 index eec4b49..0c064d0 --- a/xfwm4/maximize-pressed.xpm +++ b/xfwm4/maximize-pressed.xpm @@ -3,7 +3,7 @@ static char * maximize_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/maximize-toggled-active.xpm b/xfwm4/maximize-toggled-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-toggled-inactive.xpm b/xfwm4/maximize-toggled-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-toggled-prelight.xpm b/xfwm4/maximize-toggled-prelight.xpm old mode 100644 new mode 100755 index 2dda206..2c894fc --- a/xfwm4/maximize-toggled-prelight.xpm +++ b/xfwm4/maximize-toggled-prelight.xpm @@ -3,7 +3,7 @@ static char * maximize_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/maximize-toggled-pressed.png b/xfwm4/maximize-toggled-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/maximize-toggled-pressed.xpm b/xfwm4/maximize-toggled-pressed.xpm old mode 100644 new mode 100755 index 2dda206..2c894fc --- a/xfwm4/maximize-toggled-pressed.xpm +++ b/xfwm4/maximize-toggled-pressed.xpm @@ -3,7 +3,7 @@ static char * maximize_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/menu-prelight.xpm b/xfwm4/menu-prelight.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/shade-active.xpm b/xfwm4/shade-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/shade-inactive.xpm b/xfwm4/shade-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/shade-prelight.xpm b/xfwm4/shade-prelight.xpm old mode 100644 new mode 100755 index 4aa3b7a..f0c41fd --- a/xfwm4/shade-prelight.xpm +++ b/xfwm4/shade-prelight.xpm @@ -3,7 +3,7 @@ static char * shade_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/shade-pressed.png b/xfwm4/shade-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/shade-pressed.xpm b/xfwm4/shade-pressed.xpm old mode 100644 new mode 100755 index 4aa3b7a..f0c41fd --- a/xfwm4/shade-pressed.xpm +++ b/xfwm4/shade-pressed.xpm @@ -3,7 +3,7 @@ static char * shade_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/shade-toggled-active.xpm b/xfwm4/shade-toggled-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/shade-toggled-inactive.xpm b/xfwm4/shade-toggled-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/shade-toggled-prelight.xpm b/xfwm4/shade-toggled-prelight.xpm old mode 100644 new mode 100755 index e3109e5..5535d65 --- a/xfwm4/shade-toggled-prelight.xpm +++ b/xfwm4/shade-toggled-prelight.xpm @@ -3,7 +3,7 @@ static char * shade_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/shade-toggled-pressed.png b/xfwm4/shade-toggled-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/shade-toggled-pressed.xpm b/xfwm4/shade-toggled-pressed.xpm old mode 100644 new mode 100755 index e3109e5..5535d65 --- a/xfwm4/shade-toggled-pressed.xpm +++ b/xfwm4/shade-toggled-pressed.xpm @@ -3,7 +3,7 @@ static char * shade_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/stick-active.xpm b/xfwm4/stick-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/stick-inactive.xpm b/xfwm4/stick-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/stick-prelight.xpm b/xfwm4/stick-prelight.xpm old mode 100644 new mode 100755 index 725c314..eeb7cf2 --- a/xfwm4/stick-prelight.xpm +++ b/xfwm4/stick-prelight.xpm @@ -3,7 +3,7 @@ static char * stick_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/stick-pressed.png b/xfwm4/stick-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/stick-pressed.xpm b/xfwm4/stick-pressed.xpm old mode 100644 new mode 100755 index 725c314..eeb7cf2 --- a/xfwm4/stick-pressed.xpm +++ b/xfwm4/stick-pressed.xpm @@ -3,7 +3,7 @@ static char * stick_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/stick-toggled-active.xpm b/xfwm4/stick-toggled-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/stick-toggled-inactive.xpm b/xfwm4/stick-toggled-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/stick-toggled-prelight.xpm b/xfwm4/stick-toggled-prelight.xpm old mode 100644 new mode 100755 index d56f353..2baab06 --- a/xfwm4/stick-toggled-prelight.xpm +++ b/xfwm4/stick-toggled-prelight.xpm @@ -3,7 +3,7 @@ static char * stick_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/stick-toggled-pressed.png b/xfwm4/stick-toggled-pressed.png old mode 100644 new mode 100755 diff --git a/xfwm4/stick-toggled-pressed.xpm b/xfwm4/stick-toggled-pressed.xpm old mode 100644 new mode 100755 index d56f353..2baab06 --- a/xfwm4/stick-toggled-pressed.xpm +++ b/xfwm4/stick-toggled-pressed.xpm @@ -3,7 +3,7 @@ static char * stick_toggled_prelight_xpm[] = { "24 24 3 1", " c None", ". c #2D2D2D", -"+ c #D64937 s active_color_1", +"+ c #1a80b6 s active_color_1", "........................", "........................", "........................", diff --git a/xfwm4/themerc b/xfwm4/themerc old mode 100644 new mode 100755 index e345ddd..aad4475 --- a/xfwm4/themerc +++ b/xfwm4/themerc @@ -1,4 +1,4 @@ -# Name: Numix xfwm4 theme +# Name: Numix Frost xfwm4 theme # Author: Satyajit Sahoo # License: GPL-3.0+ diff --git a/xfwm4/title-1-active.xpm b/xfwm4/title-1-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4/title-1-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-2-active.xpm b/xfwm4/title-2-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4/title-2-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-3-active.xpm b/xfwm4/title-3-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4/title-3-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-4-active.xpm b/xfwm4/title-4-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4/title-4-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-5-active.xpm b/xfwm4/title-5-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4/title-5-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-left-active.xpm b/xfwm4/top-left-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4/top-left-inactive.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-right-active.xpm b/xfwm4/top-right-active.xpm old mode 100644 new mode 100755 diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm old mode 100644 new mode 100755