Merged changes from latest Numix
|
@ -1,6 +1,6 @@
|
|||
# Numix GTK Theme
|
||||
|
||||
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\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:#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"
|
||||
|
||||
# Default Style
|
||||
|
||||
|
@ -45,8 +45,8 @@ style "murrine-default" {
|
|||
GtkRange::stepper_spacing = 0
|
||||
GtkRange::trough-under-steppers = 1
|
||||
|
||||
GtkScale::slider-length = 15
|
||||
GtkScale::slider-width = 15
|
||||
GtkScale::slider-length = 16
|
||||
GtkScale::slider-width = 16
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::activate-slider = 1
|
||||
|
@ -200,7 +200,7 @@ style "murrine-scrollbar" {
|
|||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.00
|
||||
contrast = 0.0
|
||||
border_shades = { 0.9, 0.9 }
|
||||
trough_shades = { 0.97, 0.97 }
|
||||
trough_border_shades = { 1.0, 1.0 }
|
||||
|
@ -222,7 +222,7 @@ style "murrine-scale" = "murrine-thin" {
|
|||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 7
|
||||
roundness = 8
|
||||
gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
|
||||
border_shades = { 1.0, 1.0 }
|
||||
trough_shades = { 1.08, 1.08 }
|
||||
|
@ -388,34 +388,34 @@ style "murrine-menubaritem" {
|
|||
# Toolbars
|
||||
|
||||
style "murrine-toolbar" = "murrine-thin" {
|
||||
bg[NORMAL] = @toolbar_bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @toolbar_bg_color)
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @toolbar_bg_color)
|
||||
bg[INSENSITIVE] = @toolbar_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @toolbar_fg_color
|
||||
fg[PRELIGHT] = @toolbar_fg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @toolbar_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-toolbutton" = "murrine-button" {
|
||||
bg[NORMAL] = shade (1.08, @toolbar_bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @toolbar_bg_color)
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, @toolbar_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color)
|
||||
bg[ACTIVE] = shade (0.95, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
fg[NORMAL] = @toolbar_fg_color
|
||||
fg[PRELIGHT] = @toolbar_fg_color
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @toolbar_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color)
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
|
@ -433,7 +433,7 @@ style "murrine-panel" = "murrine-thin" {
|
|||
bg[NORMAL] = @panel_bg_color
|
||||
bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
||||
bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color)
|
||||
bg[ACTIVE] = shade (0.9, @panel_bg_color)
|
||||
bg[ACTIVE] = shade (0.8, @panel_bg_color)
|
||||
bg[INSENSITIVE] = @panel_bg_color
|
||||
|
||||
fg[NORMAL] = @panel_fg_color
|
||||
|
@ -456,6 +456,7 @@ style "murrine-panel" = "murrine-thin" {
|
|||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -595,17 +596,17 @@ style "chromium-toolbar-button" {
|
|||
}
|
||||
|
||||
style "chrome-gtk-frame" {
|
||||
ChromeGtkFrame::frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
ChromeGtkFrame::frame-gradient-color = @menubar_bg_color
|
||||
ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @menubar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-size = 0
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @menubar_bg_color
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = @bg_color
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Default color scheme */
|
||||
/* default color scheme */
|
||||
@define-color base_color #333333;
|
||||
@define-color bg_color #2d2d2d;
|
||||
@define-color text_color #dedede;
|
||||
|
@ -6,7 +6,11 @@
|
|||
@define-color selected_bg_color #d64937;
|
||||
@define-color selected_fg_color #f9f9f9;
|
||||
@define-color tooltip_bg_color #2d2d2d;
|
||||
@define-color tooltip_fg_color #dedede;
|
||||
@define-color tooltip_fg_color #dcdcdc;
|
||||
|
||||
/* dark color scheme */
|
||||
@define-color dark_bg_color #2d2d2d;
|
||||
@define-color dark_fg_color #dcdcdc;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
|
@ -37,26 +41,32 @@
|
|||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color menubar_bg_color #2d2d2d;
|
||||
@define-color menubar_fg_color #dcdcdc;
|
||||
@define-color toolbar_bg_color #2d2d2d;
|
||||
@define-color toolbar_fg_color #dcdcdc;
|
||||
@define-color menu_bg_color #2d2d2d;
|
||||
@define-color menu_fg_color #dcdcdc;
|
||||
@define-color panel_bg_color #2d2d2d;
|
||||
@define-color panel_fg_color #dcdcdc;
|
||||
@define-color menubar_bg_color @dark_bg_color;
|
||||
@define-color menubar_fg_color @dark_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;
|
||||
@define-color menu_fg_color @dark_fg_color;
|
||||
@define-color panel_bg_color @dark_bg_color;
|
||||
@define-color panel_fg_color @dark_fg_color;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base #2d2d2d;
|
||||
@define-color osd_fg #dcdcdc;
|
||||
@define-color osd_base @dark_bg_color;
|
||||
@define-color osd_fg @dark_fg_color;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg #2d2d2d;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_border_focused #484848;
|
||||
@define-color wm_border_unfocused #393939;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_icons_focused #dcdcdc;
|
||||
@define-color wm_icons_focused_prelight @selected_bg_color;
|
||||
@define-color wm_icons_focused_pressed shade(@selected_bg_color, 0.8);
|
||||
@define-color wm_icons_unfocused #888888;
|
||||
@define-color wm_icons_unfocused_prelight @selected_bg_color;
|
||||
@define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8);
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets-dark.css");
|
||||
|
|
|
@ -1178,13 +1178,13 @@ GtkLevelBar.vertical {
|
|||
border-width: 1px;
|
||||
border-radius: 2px;
|
||||
|
||||
-GtkRange-slider-width: 15;
|
||||
-GtkRange-slider-width: 16;
|
||||
-GtkRange-trough-border: 1;
|
||||
-GtkScale-slider-length: 15;
|
||||
-GtkScale-slider-length: 16;
|
||||
}
|
||||
|
||||
.scale.slider {
|
||||
border-radius: 7px;
|
||||
border-radius: 8px;
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
color: transparent;
|
||||
|
@ -1216,9 +1216,9 @@ GtkLevelBar.vertical {
|
|||
}
|
||||
|
||||
.scale.trough {
|
||||
border-width: 6px 0;
|
||||
border-width: 7px 0;
|
||||
border-color: transparent;
|
||||
border-radius: 7px;
|
||||
border-radius: 8px;
|
||||
background-color: shade(@theme_bg_color, 1.08);
|
||||
background-image: none;
|
||||
/* we will draw the border using box shadow for now */
|
||||
|
@ -1229,7 +1229,7 @@ GtkLevelBar.vertical {
|
|||
}
|
||||
|
||||
.scale.trough.vertical {
|
||||
border-width: 0 6px;
|
||||
border-width: 0 7px;
|
||||
box-shadow: inset 1 0 shade(@theme_bg_color, 0.8),
|
||||
inset 0 1 shade(@theme_bg_color, 0.8),
|
||||
inset -1 0 shade(@theme_bg_color, 0.8),
|
||||
|
@ -2670,7 +2670,6 @@ GtkOverlay.osd {
|
|||
}
|
||||
|
||||
.osd .scale.slider {
|
||||
border-radius: 7px;
|
||||
background-color: shade(@osd_bg, 1.08);
|
||||
background-image: none;
|
||||
color: transparent;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Default color scheme */
|
||||
/* default color scheme */
|
||||
@define-color bg_color #dedede;
|
||||
@define-color fg_color #555555;
|
||||
@define-color base_color #f9f9f9;
|
||||
|
@ -6,7 +6,11 @@
|
|||
@define-color selected_bg_color #d64937;
|
||||
@define-color selected_fg_color #f9f9f9;
|
||||
@define-color tooltip_bg_color #2d2d2d;
|
||||
@define-color tooltip_fg_color #dedede;
|
||||
@define-color tooltip_fg_color #dcdcdc;
|
||||
|
||||
/* dark color scheme */
|
||||
@define-color dark_bg_color #2d2d2d;
|
||||
@define-color dark_fg_color #dcdcdc;
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
|
@ -37,26 +41,32 @@
|
|||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors */
|
||||
@define-color menubar_bg_color #2d2d2d;
|
||||
@define-color menubar_fg_color #dcdcdc;
|
||||
@define-color toolbar_bg_color #dedede;
|
||||
@define-color toolbar_fg_color #555555;
|
||||
@define-color menu_bg_color #2d2d2d;
|
||||
@define-color menu_fg_color #dcdcdc;
|
||||
@define-color panel_bg_color #2d2d2d;
|
||||
@define-color panel_fg_color #dcdcdc;
|
||||
@define-color menubar_bg_color @dark_bg_color;
|
||||
@define-color menubar_fg_color @dark_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;
|
||||
@define-color menu_fg_color @dark_fg_color;
|
||||
@define-color panel_bg_color @dark_bg_color;
|
||||
@define-color panel_fg_color @dark_fg_color;
|
||||
|
||||
/* osd */
|
||||
@define-color osd_base #2d2d2d;
|
||||
@define-color osd_fg #dcdcdc;
|
||||
@define-color osd_base @dark_bg_color;
|
||||
@define-color osd_fg @dark_fg_color;
|
||||
@define-color osd_bg alpha(@osd_base, 0.8);
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg #2d2d2d;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_border_focused #484848;
|
||||
@define-color wm_border_unfocused #393939;
|
||||
@define-color wm_title_focused #dcdcdc;
|
||||
@define-color wm_title_unfocused #888888;
|
||||
@define-color wm_icons_focused #dcdcdc;
|
||||
@define-color wm_icons_focused_prelight @selected_bg_color;
|
||||
@define-color wm_icons_focused_pressed shade(@selected_bg_color, 0.8);
|
||||
@define-color wm_icons_unfocused #888888;
|
||||
@define-color wm_icons_unfocused_prelight @selected_bg_color;
|
||||
@define-color wm_icons_unfocused_pressed shade(@selected_bg_color, 0.8);
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Settings]
|
||||
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\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 = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#333333\nfg_color:#555555\ntooltip_fg_color:#dedede\nselected_fg_color:#f9f9f9\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#2d2d2d\ntoolbar_fg_color:#dcdcdc\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d"
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-visible-focus = automatic
|
||||
|
|
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 380 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 182 B |
|
@ -4,7 +4,7 @@
|
|||
<name>Numix</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>4 August 2013</date>
|
||||
<date>11 December 2013</date>
|
||||
<description>Numix Metacity Theme</description>
|
||||
</info>
|
||||
|
||||
|
@ -14,6 +14,12 @@
|
|||
<constant name="C_border_unfocused" value="#393939" />
|
||||
<constant name="C_title_focused" value="#dcdcdc" />
|
||||
<constant name="C_title_unfocused" value="#888888" />
|
||||
<constant name="C_icons_focused" value="#dcdcdc" />
|
||||
<constant name="C_icons_focused_prelight" value="gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_focused_pressed" value="shade/gtk:bg[SELECTED]/0.8" />
|
||||
<constant name="C_icons_unfocused" value="#888888" />
|
||||
<constant name="C_icons_unfocused_prelight" value="gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_unfocused_pressed" value="shade/gtk:bg[SELECTED]/0.8" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
|
@ -168,22 +174,22 @@
|
|||
|
||||
<draw_ops name="border_right_unfocused">
|
||||
<line
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_focused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_unfocused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
|
@ -191,19 +197,111 @@
|
|||
<!-- note: negative values in x or y causes gnome-shell to crash -->
|
||||
<!-- close icon -->
|
||||
<draw_ops name="close_focused">
|
||||
<image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_prelight">
|
||||
<image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_pressed">
|
||||
<image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused">
|
||||
<image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused_prelight">
|
||||
|
@ -216,19 +314,47 @@
|
|||
|
||||
<!-- maximize icon -->
|
||||
<draw_ops name="maximize_focused">
|
||||
<image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_prelight">
|
||||
<image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_pressed">
|
||||
<image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused">
|
||||
<image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused_prelight">
|
||||
|
@ -241,19 +367,47 @@
|
|||
|
||||
<!-- unmaximize icon -->
|
||||
<draw_ops name="unmaximize_focused">
|
||||
<image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_prelight">
|
||||
<image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_pressed">
|
||||
<image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused">
|
||||
<image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused_prelight">
|
||||
|
@ -266,19 +420,31 @@
|
|||
|
||||
<!-- minimize icon -->
|
||||
<draw_ops name="minimize_focused">
|
||||
<image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_prelight">
|
||||
<image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_pressed">
|
||||
<image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused">
|
||||
<image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused_prelight">
|
||||
|
@ -290,33 +456,197 @@
|
|||
</draw_ops>
|
||||
|
||||
<!-- menu icon -->
|
||||
<draw_ops name="menu_focused"></draw_ops>
|
||||
<draw_ops name="menu_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_prelight"></draw_ops>
|
||||
<draw_ops name="menu_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_pressed"></draw_ops>
|
||||
<draw_ops name="menu_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused"></draw_ops>
|
||||
<draw_ops name="menu_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_prelight"></draw_ops>
|
||||
<draw_ops name="menu_unfocused_prelight">
|
||||
<include name="menu_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_pressed"></draw_ops>
|
||||
<draw_ops name="menu_unfocused_pressed">
|
||||
<include name="menu_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<!-- shade icon -->
|
||||
<draw_ops name="shade_focused">
|
||||
<image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_prelight">
|
||||
<image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_pressed">
|
||||
<image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused">
|
||||
<image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused_prelight">
|
||||
|
@ -329,19 +659,127 @@
|
|||
|
||||
<!-- unshade icon -->
|
||||
<draw_ops name="unshade_focused">
|
||||
<image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_prelight">
|
||||
<image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_pressed">
|
||||
<image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused">
|
||||
<image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused_prelight">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>Numix</name>
|
||||
<author>Satyajit Sahoo</author>
|
||||
<copyright>GPL-3.0+</copyright>
|
||||
<date>8 March 2013</date>
|
||||
<date>11 December 2013</date>
|
||||
<description>Numix Mutter Theme</description>
|
||||
</info>
|
||||
|
||||
|
@ -14,6 +14,12 @@
|
|||
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
|
||||
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#dcdcdc)" />
|
||||
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#888888)" />
|
||||
<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#dcdcdc)" />
|
||||
<constant name="C_icons_focused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_focused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
|
||||
<constant name="C_icons_unfocused" value="gtk:custom(wm_icons_unfocused,#888888)" />
|
||||
<constant name="C_icons_unfocused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
|
||||
<constant name="C_icons_unfocused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
|
||||
|
||||
<!-- ::: GEOMETRY ::: -->
|
||||
<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
|
||||
|
@ -180,22 +186,22 @@
|
|||
|
||||
<draw_ops name="border_right_unfocused">
|
||||
<line
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
x1="width-1" y1="0"
|
||||
x2="width-1" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_focused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="border_left_unfocused">
|
||||
<line
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
x1="0" y1="0"
|
||||
x2="0" y2="height"
|
||||
color="C_border_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
|
@ -203,19 +209,111 @@
|
|||
<!-- note: negative values in x or y causes gnome-shell to crash -->
|
||||
<!-- close icon -->
|
||||
<draw_ops name="close_focused">
|
||||
<image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_prelight">
|
||||
<image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_focused_pressed">
|
||||
<image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused">
|
||||
<image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+2" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_unfocused_prelight">
|
||||
|
@ -228,19 +326,47 @@
|
|||
|
||||
<!-- maximize icon -->
|
||||
<draw_ops name="maximize_focused">
|
||||
<image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_prelight">
|
||||
<image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_focused_pressed">
|
||||
<image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused">
|
||||
<image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_unfocused_prelight">
|
||||
|
@ -253,19 +379,47 @@
|
|||
|
||||
<!-- unmaximize icon -->
|
||||
<draw_ops name="unmaximize_focused">
|
||||
<image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_prelight">
|
||||
<image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_focused_pressed">
|
||||
<image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused">
|
||||
<image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+1" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unmaximize_unfocused_prelight">
|
||||
|
@ -278,19 +432,31 @@
|
|||
|
||||
<!-- minimize icon -->
|
||||
<draw_ops name="minimize_focused">
|
||||
<image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_prelight">
|
||||
<image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_focused_pressed">
|
||||
<image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused">
|
||||
<image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="height-(height-height%3)/3-5"
|
||||
width="width-2*(width-width%3)/3-2" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_unfocused_prelight">
|
||||
|
@ -302,33 +468,197 @@
|
|||
</draw_ops>
|
||||
|
||||
<!-- menu icon -->
|
||||
<draw_ops name="menu_focused"></draw_ops>
|
||||
<draw_ops name="menu_focused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_prelight"></draw_ops>
|
||||
<draw_ops name="menu_focused_prelight">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_focused_pressed"></draw_ops>
|
||||
<draw_ops name="menu_focused_pressed">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused"></draw_ops>
|
||||
<draw_ops name="menu_unfocused">
|
||||
<rectangle
|
||||
x="(width-width%3)/3+2" y="(height-height%3)/3+1"
|
||||
width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="(height-height%3)/3+2"
|
||||
width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+5" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="2" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_prelight"></draw_ops>
|
||||
<draw_ops name="menu_unfocused_prelight">
|
||||
<include name="menu_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_unfocused_pressed"></draw_ops>
|
||||
<draw_ops name="menu_unfocused_pressed">
|
||||
<include name="menu_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<!-- shade icon -->
|
||||
<draw_ops name="shade_focused">
|
||||
<image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_prelight">
|
||||
<image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_focused_pressed">
|
||||
<image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused">
|
||||
<image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="shade_unfocused_prelight">
|
||||
|
@ -341,19 +671,127 @@
|
|||
|
||||
<!-- unshade icon -->
|
||||
<draw_ops name="unshade_focused">
|
||||
<image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_prelight">
|
||||
<image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_focused_prelight" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_focused_prelight" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_prelight" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_focused_pressed">
|
||||
<image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
|
||||
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
|
||||
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
|
||||
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
|
||||
color="C_icons_focused_pressed" />
|
||||
<line
|
||||
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
|
||||
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
|
||||
color="C_icons_focused_pressed" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-2"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_focused_pressed" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused">
|
||||
<image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5"
|
||||
x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4"
|
||||
x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3" y1="(height-height%3)/3+5"
|
||||
x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2"
|
||||
color="C_icons_unfocused" />
|
||||
<line
|
||||
x1="(width-width%3)/3+1" y1="(height-height%3)/3+4"
|
||||
x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3"
|
||||
color="C_icons_unfocused" />
|
||||
<rectangle
|
||||
x="(width-width%3)/3+3" y="height/2-4"
|
||||
width="width-2*(width-width%3)/3-8" height="6" filled="true"
|
||||
color="C_icons_unfocused" />
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="unshade_unfocused_prelight">
|
||||
|
|
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 194 B |
|
@ -0,0 +1,73 @@
|
|||
style "notify-window" {
|
||||
XfceNotifyWindow::summary-bold = 1
|
||||
XfceNotifyWindow::border-color = "#2d2d2d"
|
||||
XfceNotifyWindow::border-color-hover = "#333333"
|
||||
XfceNotifyWindow::border-radius = 2.0
|
||||
XfceNotifyWindow::border-width = 1.0
|
||||
XfceNotifyWindow::border-width-hover = 1.0
|
||||
|
||||
bg[NORMAL] = "#111111"
|
||||
}
|
||||
|
||||
style "notify-button" {
|
||||
bg[NORMAL] = "#2d2d2d"
|
||||
bg[PRELIGHT] = "#333333"
|
||||
bg[ACTIVE] = "#2d2d2d"
|
||||
|
||||
fg[NORMAL] = "#dcdcdc"
|
||||
fg[PRELIGHT] = "#dedede"
|
||||
fg[ACTIVE] = "#dedede"
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
||||
border_shades = { 0.9, 0.9 }
|
||||
roundness = 2
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "notify-text" {
|
||||
GtkWidget::link-color = "#d64937"
|
||||
|
||||
fg[NORMAL] = "#f9f9f9"
|
||||
fg[PRELIGHT] = "#f9f9f9"
|
||||
fg[ACTIVE] = "#f9f9f9"
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "notify-summary" {
|
||||
font_name = "Bold"
|
||||
}
|
||||
|
||||
style "notify-progressbar" {
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
bg[NORMAL] = "#dcdcdc"
|
||||
bg[ACTIVE] = "#2d2d2d"
|
||||
bg[SELECTED] = "#dedede"
|
||||
|
||||
fg[PRELIGHT] = "#333333"
|
||||
fg[ACTIVE] = "#f9f9f9"
|
||||
fg[SELECTED] = "#333333"
|
||||
|
||||
engine "murrine" {
|
||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
||||
border_shades = { 1.0, 1.0 }
|
||||
trough_shades = { 1.0, 1.0 }
|
||||
trough_border_shades = { 1.0, 1.0 }
|
||||
progressbarstyle = 0
|
||||
roundness = 2
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
class "XfceNotifyWindow" style "notify-window"
|
||||
widget "XfceNotifyWindow.*.summary" style "notify-summary"
|
||||
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
|
||||
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
|
||||
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_active_xpm[] = {
|
||||
"8 2 3 1",
|
||||
"8 1 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #484848",
|
||||
"........",
|
||||
"++++++++"};
|
||||
". c #484848",
|
||||
"........"};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_inactive_xpm[] = {
|
||||
"8 2 3 1",
|
||||
"8 1 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #393939",
|
||||
"........",
|
||||
"++++++++"};
|
||||
". c #393939",
|
||||
"........"};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_left_active_xpm[] = {
|
||||
"2 2 3 1",
|
||||
"1 1 2 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
".+",
|
||||
".."};
|
||||
"."};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_left_inactive_xpm[] = {
|
||||
"2 2 3 1",
|
||||
"1 1 2 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
".+",
|
||||
".."};
|
||||
"."};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_right_active_xpm[] = {
|
||||
"2 2 3 1",
|
||||
"1 1 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #484848",
|
||||
".+",
|
||||
"++"};
|
||||
". c #484848",
|
||||
"."};
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
/* XPM */
|
||||
static char * bottom_right_inactive_xpm[] = {
|
||||
"2 2 3 1",
|
||||
"1 1 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #393939",
|
||||
".+",
|
||||
"++"};
|
||||
". c #393939",
|
||||
"."};
|
||||
|
|
|
@ -1,34 +1,30 @@
|
|||
/* XPM */
|
||||
static char * close_active_xpm[] = {
|
||||
"16 16 15 1",
|
||||
static char * close_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"@ c #A4A4A4",
|
||||
"# c #3F3F3F",
|
||||
"$ c #A6A6A6",
|
||||
"% c #D1D1D1",
|
||||
"& c #525252",
|
||||
"* c #414141",
|
||||
"= c #D3D3D3",
|
||||
"- c #CECECE",
|
||||
"; c #575757",
|
||||
"> c #505050",
|
||||
", c #A2A2A2",
|
||||
"' c #3D3D3D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....+@#..#@+....",
|
||||
"....$+%&&%+@....",
|
||||
"....*=+--+%#....",
|
||||
".....;=++-&.....",
|
||||
".....;=++-&.....",
|
||||
"....*=+--+%#....",
|
||||
"....$+->>-+@....",
|
||||
"....+,'..',+....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++....++........",
|
||||
"........+++..+++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........+++..+++........",
|
||||
"........++....++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,35 +1,30 @@
|
|||
/* XPM */
|
||||
static char * close_inactive_xpm[] = {
|
||||
"16 16 16 1",
|
||||
static char * close_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #AAAAAA",
|
||||
"@ c #828282",
|
||||
"# c #3A3A3A",
|
||||
"$ c #848484",
|
||||
"% c #A2A2A2",
|
||||
"& c #474747",
|
||||
"* c #3B3B3B",
|
||||
"= c #A4A4A4",
|
||||
"- c #A0A0A0",
|
||||
"; c #4B4B4B",
|
||||
"> c #A1A1A1",
|
||||
", c #464646",
|
||||
"' c #818181",
|
||||
") c #383838",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....+@#..#@+....",
|
||||
"....$+%&&%+@....",
|
||||
"....*=+--+%#....",
|
||||
".....;=++-&.....",
|
||||
".....;=++-&.....",
|
||||
"....*=+--+%#....",
|
||||
"....$+>,,>+@....",
|
||||
"....+')..)'+....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++....++........",
|
||||
"........+++..+++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........+++..+++........",
|
||||
"........++....++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,36 +1,30 @@
|
|||
/* XPM */
|
||||
static char * close_prelight_xpm[] = {
|
||||
"16 16 17 1",
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937",
|
||||
"@ c #A04034",
|
||||
"# c #3F302E",
|
||||
"$ c #A34033",
|
||||
"% c #CC4736",
|
||||
"& c #50322F",
|
||||
"* c #40302D",
|
||||
"= c #CE4736",
|
||||
"- c #C94636",
|
||||
"; c #57332F",
|
||||
"> c #C84636",
|
||||
", c #CA4736",
|
||||
"' c #4F332F",
|
||||
") c #9E3F33",
|
||||
"! c #3C2F2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....+@#..#@+....",
|
||||
"....$+%&&%+@....",
|
||||
"....*=+--+%#....",
|
||||
".....;=++-&.....",
|
||||
".....;=++-&.....",
|
||||
"....*=+>>+%#....",
|
||||
"....$+,'',+@....",
|
||||
"....+)!..!)+....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++....++........",
|
||||
"........+++..+++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........+++..+++........",
|
||||
"........++....++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
After Width: | Height: | Size: 117 B |
|
@ -1,36 +1,30 @@
|
|||
/* XPM */
|
||||
static char * close_pressed_xpm[] = {
|
||||
"16 16 17 1",
|
||||
static char * close_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"@ c #893C32",
|
||||
"# c #3B2F2E",
|
||||
"$ c #8B3D33",
|
||||
"% c #AC4233",
|
||||
"& c #49312E",
|
||||
"* c #3C2F2D",
|
||||
"= c #AD4334",
|
||||
"- c #A94134",
|
||||
"; c #4E322F",
|
||||
"> c #A94135",
|
||||
", c #AA4134",
|
||||
"' c #47312E",
|
||||
") c #873B32",
|
||||
"! c #392E2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....+@#..#@+....",
|
||||
"....$+%&&%+@....",
|
||||
"....*=+--+%#....",
|
||||
".....;=++-&.....",
|
||||
".....;=++-&.....",
|
||||
"....*=+>>+%#....",
|
||||
"....$+,'',+@....",
|
||||
"....+)!..!)+....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++....++........",
|
||||
"........+++..+++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........+++..+++........",
|
||||
"........++....++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * hide_active_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * hide_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * hide_inactive_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * hide_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #AAAAAA",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * hide_prelight_xpm[] = {
|
||||
"16 16 3 1",
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
After Width: | Height: | Size: 95 B |
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * hide_pressed_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * hide_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,27 +1,26 @@
|
|||
/* XPM */
|
||||
static char * left_active_xpm[] = {
|
||||
"2 21 3 1",
|
||||
"1 21 2 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
||||
|
|
|
@ -1,27 +1,26 @@
|
|||
/* XPM */
|
||||
static char * left_inactive_xpm[] = {
|
||||
"2 21 3 1",
|
||||
"1 21 2 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_active_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * maximize_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_inactive_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * maximize_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #AAAAAA",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_prelight_xpm[] = {
|
||||
"16 16 3 1",
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
After Width: | Height: | Size: 109 B |
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_pressed_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * maximize_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++....++....",
|
||||
"....++++++++....",
|
||||
"....++++++++....",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
After Width: | Height: | Size: 109 B |
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * maximize_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -1,21 +1,21 @@
|
|||
/* XPM */
|
||||
static char * menu_active_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"24 16 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
/* XPM */
|
||||
static char * menu_inactive_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"24 16 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,21 +1,29 @@
|
|||
/* XPM */
|
||||
static char * menu_prelight_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"24 24 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,21 +1,29 @@
|
|||
/* XPM */
|
||||
static char * menu_pressed_xpm[] = {
|
||||
"16 16 2 1",
|
||||
"24 24 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,27 +1,26 @@
|
|||
/* XPM */
|
||||
static char * right_active_xpm[] = {
|
||||
"2 21 3 1",
|
||||
"1 21 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #484848",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
". c #484848",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
||||
|
|
|
@ -1,27 +1,26 @@
|
|||
/* XPM */
|
||||
static char * right_inactive_xpm[] = {
|
||||
"2 21 3 1",
|
||||
"1 21 2 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #393939",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
". c #393939",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
".",
|
||||
"."};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_active_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DBDBDB",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
"......++++......",
|
||||
".....++++++.....",
|
||||
"....++++++++....",
|
||||
"...+++.++.+++...",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
".......+++.++.+++.......",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_inactive_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #AAAAAA",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
"......++++......",
|
||||
".....++++++.....",
|
||||
"....++++++++....",
|
||||
"...+++.++.+++...",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
".......+++.++.+++.......",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_prelight_xpm[] = {
|
||||
"16 16 3 1",
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
"......++++......",
|
||||
".....++++++.....",
|
||||
"....++++++++....",
|
||||
"...+++.++.+++...",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
".......+++.++.+++.......",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
After Width: | Height: | Size: 119 B |
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_pressed_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
"......++++......",
|
||||
".....++++++.....",
|
||||
"....++++++++....",
|
||||
"...+++.++.+++...",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
".......+++.++.+++.......",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_toggled_active_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DBDBDB",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"...+++.++.+++...",
|
||||
"....++++++++....",
|
||||
".....++++++.....",
|
||||
"......++++......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
".......+++.++.+++.......",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_toggled_inactive_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #AAAAAA",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"...+++.++.+++...",
|
||||
"....++++++++....",
|
||||
".....++++++.....",
|
||||
"......++++......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
".......+++.++.+++.......",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_toggled_prelight_xpm[] = {
|
||||
"16 16 3 1",
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"...+++.++.+++...",
|
||||
"....++++++++....",
|
||||
".....++++++.....",
|
||||
"......++++......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
".......+++.++.+++.......",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
After Width: | Height: | Size: 118 B |
|
@ -1,22 +1,30 @@
|
|||
/* XPM */
|
||||
static char * shade_toggled_pressed_xpm[] = {
|
||||
"16 16 3 1",
|
||||
static char * shade_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #B44335",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
".......++.......",
|
||||
"...+++.++.+++...",
|
||||
"....++++++++....",
|
||||
".....++++++.....",
|
||||
"......++++......",
|
||||
".......++.......",
|
||||
"................",
|
||||
"................",
|
||||
"................",
|
||||
"................"};
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
".......+++.++.+++.......",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
"..........++++..........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_active_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++..++.........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
".........++..++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++..++.........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
".........++..++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++..++.........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
".........++..++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
After Width: | Height: | Size: 117 B |
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++..++.........",
|
||||
"........++....++........",
|
||||
"........++....++........",
|
||||
".........++..++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_active_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #DCDCDC",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #888888",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
After Width: | Height: | Size: 112 B |
|
@ -0,0 +1,30 @@
|
|||
/* XPM */
|
||||
static char * stick_toggled_prelight_xpm[] = {
|
||||
"24 24 3 1",
|
||||
" c None",
|
||||
". c #2D2D2D",
|
||||
"+ c #D64937 s active_color_1",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
"........++++++++........",
|
||||
".........++++++.........",
|
||||
".........++++++.........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
active_text_color=#dcdcdc
|
||||
inactive_text_color=#888888
|
||||
button_offset=6
|
||||
button_spacing=6
|
||||
button_offset=3
|
||||
button_spacing=0
|
||||
show_app_icon=true
|
||||
full_width_title=true
|
||||
maximized_offset=6
|
||||
title_horizontal_offset=6
|
||||
maximized_offset=0
|
||||
title_horizontal_offset=3
|
||||
title_shadow_active=false
|
||||
title_shadow_inactive=false
|
||||
title_vertical_offset_active=0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_1_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_1_active_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_1_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_1_inactive_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_2_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_2_active_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_2_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_2_inactive_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_3_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_3_active_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_3_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_3_inactive_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_4_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_4_active_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_4_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_4_inactive_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_5_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_5_active_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* XPM */
|
||||
static char * title_5_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 3 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
|
@ -28,4 +28,5 @@ static char * title_5_inactive_xpm[] = {
|
|||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++",
|
||||
"++"};
|
||||
|
|
|
@ -1,31 +1,33 @@
|
|||
/* XPM */
|
||||
static char * top_left_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 4 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
"+ c #343434",
|
||||
"@ c #2D2D2D",
|
||||
" .",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@"};
|
||||
|
|
|
@ -1,31 +1,33 @@
|
|||
/* XPM */
|
||||
static char * top_left_inactive_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 4 1",
|
||||
" c None",
|
||||
". c #393939",
|
||||
"+ c #2D2D2D",
|
||||
"+ c #303030",
|
||||
"@ c #2D2D2D",
|
||||
" .",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+",
|
||||
".+"};
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@",
|
||||
".@"};
|
||||
|
|
|
@ -1,31 +1,33 @@
|
|||
/* XPM */
|
||||
static char * top_right_active_xpm[] = {
|
||||
"2 25 3 1",
|
||||
"2 26 4 1",
|
||||
" c None",
|
||||
". c #484848",
|
||||
"+ c #2D2D2D",
|
||||
"+ c #343434",
|
||||
"@ c #2D2D2D",
|
||||
". ",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+.",
|
||||
"+."};
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@.",
|
||||
"@."};
|
||||
|
|