diff --git a/README.md b/README.md index 2f7645c..00167b3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Changes made to the theme: author, with height of the tabs reduced. * Changed the appearance of window header for client window decorators to one from Haiku theme of the same author. + * Removed gtk-2.0 theme files. When using XFCE4 Terminal you might consider changing in `~/.config/xfce4/terminal/terminalrc` the line: @@ -20,12 +21,15 @@ MiscTabCloseButtons=FALSE so the tabs will have their height even more compact. - Orginal URLS of the source material: * https://github.com/B00merang-Project/BeOS-R5 * https://github.com/B00merang-Project/Haiku +Changes made visible on the screen below: + +![Changes to the theme.](gtk-beos-r5-theme-modified.png) + # BeOS R5 GTK theme based on the old appearance of BeOS R5 diff --git a/gtk-2.0/arrow/arrow-down-disable.png b/gtk-2.0/arrow/arrow-down-disable.png deleted file mode 100755 index a33f804..0000000 Binary files a/gtk-2.0/arrow/arrow-down-disable.png and /dev/null differ diff --git a/gtk-2.0/arrow/arrow-down.png b/gtk-2.0/arrow/arrow-down.png deleted file mode 100755 index 3ba44df..0000000 Binary files a/gtk-2.0/arrow/arrow-down.png and /dev/null differ diff --git a/gtk-2.0/arrow/arrow-left.png b/gtk-2.0/arrow/arrow-left.png deleted file mode 100755 index 5fcf908..0000000 Binary files a/gtk-2.0/arrow/arrow-left.png and /dev/null differ diff --git a/gtk-2.0/arrow/arrow-right.png b/gtk-2.0/arrow/arrow-right.png deleted file mode 100755 index 7e6a2fb..0000000 Binary files a/gtk-2.0/arrow/arrow-right.png and /dev/null differ diff --git a/gtk-2.0/arrow/arrow-up-disable.png b/gtk-2.0/arrow/arrow-up-disable.png deleted file mode 100755 index 2027ff9..0000000 Binary files a/gtk-2.0/arrow/arrow-up-disable.png and /dev/null differ diff --git a/gtk-2.0/arrow/arrow-up.png b/gtk-2.0/arrow/arrow-up.png deleted file mode 100755 index f1e4f3f..0000000 Binary files a/gtk-2.0/arrow/arrow-up.png and /dev/null differ diff --git a/gtk-2.0/button.rc b/gtk-2.0/button.rc deleted file mode 100755 index 194b3dc..0000000 --- a/gtk-2.0/button.rc +++ /dev/null @@ -1,60 +0,0 @@ -######################################################################## -# Button -######################################################################## - -style "button" -{ - engine "pixmap" - { -### Button ### - -## Normal - image - { - function = BOX - state = NORMAL - file = "button/button.png" - border = {4, 4, 4, 4} - stretch = TRUE - } -## Prelight - image - { - function = BOX - state = PRELIGHT - file = "button/button.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - -## Insensitive - image - { - function = BOX - state = INSENSITIVE - file = "button/button-ins.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - -## Active - image - { - function = BOX - state = ACTIVE - file = "button/button-pressed.png" - border = {4, 4, 4, 4} - stretch = TRUE - } - -### Focus ### - image - { - function = FOCUS - file = "null.png" - } - } -} - -class "GtkButton*" style "button" - diff --git a/gtk-2.0/button/button-ins.png b/gtk-2.0/button/button-ins.png deleted file mode 100755 index 7f8e475..0000000 Binary files a/gtk-2.0/button/button-ins.png and /dev/null differ diff --git a/gtk-2.0/button/button-pressed.png b/gtk-2.0/button/button-pressed.png deleted file mode 100755 index e942d32..0000000 Binary files a/gtk-2.0/button/button-pressed.png and /dev/null differ diff --git a/gtk-2.0/button/button-spin.png b/gtk-2.0/button/button-spin.png deleted file mode 100755 index 8959228..0000000 Binary files a/gtk-2.0/button/button-spin.png and /dev/null differ diff --git a/gtk-2.0/button/button.png b/gtk-2.0/button/button.png deleted file mode 100755 index 0bf379b..0000000 Binary files a/gtk-2.0/button/button.png and /dev/null differ diff --git a/gtk-2.0/c_box.rc b/gtk-2.0/c_box.rc deleted file mode 100755 index a3d3d5c..0000000 --- a/gtk-2.0/c_box.rc +++ /dev/null @@ -1,47 +0,0 @@ -######################################################################## -# Check boxes -######################################################################## - -style "check_box" -{ -### Check box ### - engine "pixmap" - { - image - { - function = CHECK - shadow = OUT - overlay_file = "c_box/c_box.png" - overlay_stretch = FALSE - } - - image - { - function = CHECK - shadow = IN - overlay_file = "c_box/c_box-pressed.png" - overlay_stretch = FALSE - } - - image - { - function = OPTION - shadow = OUT - overlay_file = "c_box/c_box.png" - overlay_stretch = FALSE - } - - image - { - function = OPTION - shadow = IN - overlay_file = "c_box/c_box-pressed.png" - overlay_stretch = FALSE - } - } -} - -class "GtkCheckButton*" style "check_box" -class "GtkCheckMenuItem*" style "check_box" -class "GtkTreeView*" style "check_box" - diff --git a/gtk-2.0/c_box/c_box-pressed.png b/gtk-2.0/c_box/c_box-pressed.png deleted file mode 100755 index bac95a9..0000000 Binary files a/gtk-2.0/c_box/c_box-pressed.png and /dev/null differ diff --git a/gtk-2.0/c_box/c_box.png b/gtk-2.0/c_box/c_box.png deleted file mode 100755 index fbd7a58..0000000 Binary files a/gtk-2.0/c_box/c_box.png and /dev/null differ diff --git a/gtk-2.0/entry.rc b/gtk-2.0/entry.rc deleted file mode 100755 index 8006fd2..0000000 --- a/gtk-2.0/entry.rc +++ /dev/null @@ -1,35 +0,0 @@ -######################################################################## -# Entry -######################################################################## - -style "entry" -{ - GtkWidget::interior_focus = 0 - GtkEntry::inner-border = {1, 1, 1, 1} - - engine "pixmap" - { -### Entry ### - image - { - function = SHADOW - detail = "entry" - file = "entry/entry.png" - border = {2, 2, 2, 2} - stretch = TRUE - } - -### Focus ### - image - { - function = FOCUS - detail = "entry" - file = "entry/entry-active.png" - border = {2, 2, 2, 2} - stretch = TRUE - } - } -} - -class "GtkEntry*" style "entry" - diff --git a/gtk-2.0/entry/entry-active.png b/gtk-2.0/entry/entry-active.png deleted file mode 100755 index 6043a52..0000000 Binary files a/gtk-2.0/entry/entry-active.png and /dev/null differ diff --git a/gtk-2.0/entry/entry.png b/gtk-2.0/entry/entry.png deleted file mode 100755 index 9b0edf7..0000000 Binary files a/gtk-2.0/entry/entry.png and /dev/null differ diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc deleted file mode 100755 index 51f9750..0000000 --- a/gtk-2.0/gtkrc +++ /dev/null @@ -1,62 +0,0 @@ -######################################################################## -# Beos-r5 -# Andrey Tverdov 2010 -# GPL2 -######################################################################## - -gtk_color_scheme = "fg_color:#000\nbg_color:#D8D8D8\nbase_color:#fff\ntext_color:#000\nselected_bg_color:#989898\nselected_fg_color:#000\ntooltip_bg_color:#ffffe1\ntooltip_fg_color:#000" -gtk-icon-sizes ="gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-button=16,16" - -include "scrollbar.rc" -include "scale.rc" -include "notebook.rc" -include "button.rc" -include "radio.rc" -include "c_box.rc" -include "progressbar.rc" -include "statusbar.rc" -include "entry.rc" -include "menubar.rc" -include "spin.rc" - -style "default" -{ - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = shade (0.7,@bg_color) - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - - bg[ACTIVE] = @bg_color - bg[INSENSITIVE] = @bg_color - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = @selected_bg_color - - base[ACTIVE] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[NORMAL] = @base_color - base[PRELIGHT] = @selected_bg_color - base[SELECTED] = @selected_bg_color - - text[ACTIVE] = shade (0.9,@selected_fg_color) - text[INSENSITIVE] = shade (0.7,@bg_color) - text[NORMAL] = @text_color - text[PRELIGHT] = @selected_fg_color - text[SELECTED] = @selected_fg_color - - engine "clearlooks" - { - radius = 0.0 - } -} -class "GtkWidget" style "default" - -style "tooltips" = "default" -{ - bg[NORMAL] = "#FFFCDB" - fg[NORMAL] = "#000000" -} - -widget "gtk-tooltips*" style "tooltips" - diff --git a/gtk-2.0/menubar.rc b/gtk-2.0/menubar.rc deleted file mode 100755 index 92ed5a5..0000000 --- a/gtk-2.0/menubar.rc +++ /dev/null @@ -1,99 +0,0 @@ -######################################################################## -# Menubar -######################################################################## - -style "menubar" -{ -### Menubar ### - engine "pixmap" - { - image - { - function = BOX - file = "menubar/menubar.png" - border = {3, 3, 3, 3} - stretch = TRUE - } - } -} - -class "GtkMenuBar*" style "menubar" - -style "menuitem" -{ -### Menu item ### - engine "pixmap" - { - image - { - function = BOX - file = "menubar/menuitem.png" - border = {3, 3, 3, 3} - stretch = TRUE - } - -### H line ### - image - { - function = HLINE - file = "menubar/line-h.png" - border = {0, 0, 0, 0} - stretch = TRUE - } - -### V line ### - image - { - function = VLINE - file = "menubar/line-v.png" - border = {0, 0, 0, 0} - stretch = TRUE - } - -### Arrow UP ### - image - { - function = ARROW - overlay_file = "/arrow/arrow-up.png" - overlay_border = {3,3,3,3} - overlay_stretch = FALSE - arrow_direction = UP - } - -### Arrow DOWN ### - image - { - function = ARROW - overlay_file = "/arrow/arrow-down.png" - overlay_border = {3,3,3,3} - overlay_stretch = FALSE - arrow_direction = DOWN - } - -### Arrow LEFT ### - image - { - function = ARROW - overlay_file = "/arrow/arrow-left.png" - overlay_border = {3,3,3,3} - overlay_stretch = FALSE - arrow_direction = LEFT - } - -### Arrow RIGHT ### - image - { - function = ARROW - overlay_file = "/arrow/arrow-right.png" - overlay_border = {3,3,3,3} - overlay_stretch = FALSE - arrow_direction = RIGHT - } - } -} - -class "GtkMenuItem*" style "menuitem" -class "GtkImageMenuItem*" style "menuitem" -class "GtkTearoffMenuItem*" style "menuitem" -class "GtkItem*" style "menuitem" - diff --git a/gtk-2.0/menubar/line-h.png b/gtk-2.0/menubar/line-h.png deleted file mode 100755 index 3bc627c..0000000 Binary files a/gtk-2.0/menubar/line-h.png and /dev/null differ diff --git a/gtk-2.0/menubar/line-v.png b/gtk-2.0/menubar/line-v.png deleted file mode 100755 index 7a8f92d..0000000 Binary files a/gtk-2.0/menubar/line-v.png and /dev/null differ diff --git a/gtk-2.0/menubar/menubar.png b/gtk-2.0/menubar/menubar.png deleted file mode 100755 index 4efc63f..0000000 Binary files a/gtk-2.0/menubar/menubar.png and /dev/null differ diff --git a/gtk-2.0/menubar/menuitem.png b/gtk-2.0/menubar/menuitem.png deleted file mode 100755 index 2b7fc0e..0000000 Binary files a/gtk-2.0/menubar/menuitem.png and /dev/null differ diff --git a/gtk-2.0/notebook.rc b/gtk-2.0/notebook.rc deleted file mode 100755 index 7125d62..0000000 --- a/gtk-2.0/notebook.rc +++ /dev/null @@ -1,187 +0,0 @@ -######################################################################## -# Notebook -######################################################################## - -style "notebook" -{ - engine "pixmap" - { -### Notebook ### - image - { - function = BOX - file = "notebook/notebook.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - -### Tab TOP ### - -## Normal - image - { - function = EXTENSION - state = ACTIVE - file = "notebook/tab-top.png" - border = {4, 4, 4, 4} - stretch = TRUE - gap_side = BOTTOM - } - -## Active - image - { - function = EXTENSION - file = "notebook/tab-top-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_side = BOTTOM - } - - -### Tab BOTTOM ### - -## Normal - image - { - function = EXTENSION - state = ACTIVE - file = "notebook/tab-bottom.png" - border = {4, 4, 4, 4} - stretch = TRUE - gap_side = TOP - } - -## Active - image - { - function = EXTENSION - file = "notebook/tab-bottom-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_side = TOP - } - -### Tab LEFT ### - -## Normal - image - { - function = EXTENSION - state = ACTIVE - file = "notebook/tab-left.png" - border = {8,8,8,8} - stretch = TRUE - gap_side = RIGHT - } - -## Active - image - { - function = EXTENSION - file = "notebook/tab-left-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_side = RIGHT - } - -### Tab RIGHT ### - -## Normal - image - { - function = EXTENSION - state = ACTIVE - file = "notebook/tab-right.png" - border = {4, 4, 4, 4} - stretch = TRUE - gap_side = LEFT - } - -## Active - image - { - function = EXTENSION - file = "notebook/tab-right-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_side = LEFT - } - -### Gap TOP ### - image - { - function = BOX_GAP - file = "notebook/notebook.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_file = "notebook/top-gap.png" - gap_border = {4, 4, 0, 0} - gap_start_file = "null.png" - gap_start_border = {0, 0, 0, 0} - gap_end_file = "null.png" - gap_end_border = {0, 0, 0, 0} - gap_side = TOP - } - -### Gap BOTTOM ### - image - { - function = BOX_GAP - file = "notebook/notebook.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_file = "notebook/bottom-gap.png" - gap_border = {4, 4, 0, 0} - gap_start_file = "null.png" - gap_start_border = {0, 0, 0, 0} - gap_end_file = "null.png" - gap_end_border = {0, 0, 0, 0} - gap_side = BOTTOM - } - -### Gap LEFT ### - image - { - function = BOX_GAP - file = "notebook/notebook.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_file = "notebook/left-gap.png" - gap_border = {0, 0, 4, 4} - gap_start_file = "null.png" - gap_start_border = {0, 0, 0, 0} - gap_end_file = "null.png" - gap_end_border = {0, 0, 0, 0} - gap_side = LEFT - } - -### Gap RIGHT ### - image - { - function = BOX_GAP - file = "notebook/notebook.png" - border = {8, 8, 8, 8} - stretch = TRUE - gap_file = "notebook/right-gap.png" - gap_border = {0, 0, 4, 4} - gap_start_file = "null.png" - gap_start_border = {0, 0, 0, 0} - gap_end_file = "null.png" - gap_end_border = {0, 0, 0, 0} - gap_side = RIGHT - } - -### Focus ### - image - { - function = FOCUS - file = "null.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -class "GtkNotebook*" style "notebook" - diff --git a/gtk-2.0/notebook/bottom-gap.png b/gtk-2.0/notebook/bottom-gap.png deleted file mode 100755 index c83d331..0000000 Binary files a/gtk-2.0/notebook/bottom-gap.png and /dev/null differ diff --git a/gtk-2.0/notebook/left-gap.png b/gtk-2.0/notebook/left-gap.png deleted file mode 100755 index b1f385e..0000000 Binary files a/gtk-2.0/notebook/left-gap.png and /dev/null differ diff --git a/gtk-2.0/notebook/notebook.png b/gtk-2.0/notebook/notebook.png deleted file mode 100755 index 7be50db..0000000 Binary files a/gtk-2.0/notebook/notebook.png and /dev/null differ diff --git a/gtk-2.0/notebook/right-gap.png b/gtk-2.0/notebook/right-gap.png deleted file mode 100755 index 3121b1a..0000000 Binary files a/gtk-2.0/notebook/right-gap.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-bottom-active.png b/gtk-2.0/notebook/tab-bottom-active.png deleted file mode 100755 index d3833c7..0000000 Binary files a/gtk-2.0/notebook/tab-bottom-active.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-bottom.png b/gtk-2.0/notebook/tab-bottom.png deleted file mode 100755 index b25748d..0000000 Binary files a/gtk-2.0/notebook/tab-bottom.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-left-active.png b/gtk-2.0/notebook/tab-left-active.png deleted file mode 100755 index 80ad4ff..0000000 Binary files a/gtk-2.0/notebook/tab-left-active.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-left.png b/gtk-2.0/notebook/tab-left.png deleted file mode 100755 index 3030eab..0000000 Binary files a/gtk-2.0/notebook/tab-left.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-right-active.png b/gtk-2.0/notebook/tab-right-active.png deleted file mode 100755 index d99caa3..0000000 Binary files a/gtk-2.0/notebook/tab-right-active.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-right.png b/gtk-2.0/notebook/tab-right.png deleted file mode 100755 index dad4ee9..0000000 Binary files a/gtk-2.0/notebook/tab-right.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-top-active.png b/gtk-2.0/notebook/tab-top-active.png deleted file mode 100755 index 3206348..0000000 Binary files a/gtk-2.0/notebook/tab-top-active.png and /dev/null differ diff --git a/gtk-2.0/notebook/tab-top.png b/gtk-2.0/notebook/tab-top.png deleted file mode 100755 index 95fa81a..0000000 Binary files a/gtk-2.0/notebook/tab-top.png and /dev/null differ diff --git a/gtk-2.0/notebook/top-gap.png b/gtk-2.0/notebook/top-gap.png deleted file mode 100755 index 76a4c2a..0000000 Binary files a/gtk-2.0/notebook/top-gap.png and /dev/null differ diff --git a/gtk-2.0/null.png b/gtk-2.0/null.png deleted file mode 100755 index 0af7d98..0000000 Binary files a/gtk-2.0/null.png and /dev/null differ diff --git a/gtk-2.0/progressbar.rc b/gtk-2.0/progressbar.rc deleted file mode 100755 index 56ae8ed..0000000 --- a/gtk-2.0/progressbar.rc +++ /dev/null @@ -1,78 +0,0 @@ -######################################################################## -# Progressbar -######################################################################## - -style "progressbar" -{ - GtkProgressBar ::shadow-type = GTK_SHADOW_NONE - - bg[NORMAL] = "#ffffff" # Color of sorted columns - bg[SELECTED] = @selected_bg_color - - engine "pixmap" - { -### Trough ### - image - { - function = BOX - detail = "trough" - file = "progressbar/trough.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = HORIZONTAL - } - - image - { - function = BOX - detail = "trough" - file = "progressbar/trough.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = VERTICAL - } - - image - { - function = SHADOW - shadow = IN - file = "progressbar/trough-tree.png" - border = {2, 2, 2, 2} - stretch = TRUE - } - -### Progress ### - image - { - function = BOX - detail = "bar" - file = "progressbar/progressbar-horiz.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = HORIZONTAL - } - - image - { - function = BOX - detail = "bar" - file = "progressbar/progressbar-vert.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = VERTICAL - } - - image - { - function = BOX - state = SELECTED - border = {2, 2, 2, 2} - file = "progressbar/progressbar-horiz.png" - stretch = TRUE - } - } -} - -class "GtkProgressBar*" style "progressbar" -class "GtkTreeView*" style "progressbar" - diff --git a/gtk-2.0/progressbar/progressbar-horiz.png b/gtk-2.0/progressbar/progressbar-horiz.png deleted file mode 100755 index 4f96c8f..0000000 Binary files a/gtk-2.0/progressbar/progressbar-horiz.png and /dev/null differ diff --git a/gtk-2.0/progressbar/progressbar-vert.png b/gtk-2.0/progressbar/progressbar-vert.png deleted file mode 100755 index 4f96c8f..0000000 Binary files a/gtk-2.0/progressbar/progressbar-vert.png and /dev/null differ diff --git a/gtk-2.0/progressbar/trough-tree.png b/gtk-2.0/progressbar/trough-tree.png deleted file mode 100755 index fd32e6b..0000000 Binary files a/gtk-2.0/progressbar/trough-tree.png and /dev/null differ diff --git a/gtk-2.0/progressbar/trough.png b/gtk-2.0/progressbar/trough.png deleted file mode 100755 index ef6b5a0..0000000 Binary files a/gtk-2.0/progressbar/trough.png and /dev/null differ diff --git a/gtk-2.0/radio.rc b/gtk-2.0/radio.rc deleted file mode 100755 index 2f28e48..0000000 --- a/gtk-2.0/radio.rc +++ /dev/null @@ -1,47 +0,0 @@ -######################################################################## -# Radio buttons -######################################################################## - -style "radio_button" -{ -### Radio button ### - engine "pixmap" - { - image - { - function = CHECK - shadow = OUT - overlay_file = "radio/radio.png" - overlay_stretch = FALSE - } - - image - { - function = CHECK - shadow = IN - overlay_file = "radio/radio-pressed.png" - overlay_stretch = FALSE - } - - image - { - function = OPTION - shadow = OUT - overlay_file = "radio/radio.png" - overlay_stretch = FALSE - } - - image - { - function = OPTION - shadow = IN - overlay_file = "radio/radio-pressed.png" - overlay_stretch = FALSE - } - } -} - -class "GtkRadio*" style "radio_button" -class "GtkRadioMenuItem*" style "radio_button" -class "GtkTreeView*" style "radio_button" - diff --git a/gtk-2.0/radio/radio-pressed.png b/gtk-2.0/radio/radio-pressed.png deleted file mode 100755 index cc0219c..0000000 Binary files a/gtk-2.0/radio/radio-pressed.png and /dev/null differ diff --git a/gtk-2.0/radio/radio.png b/gtk-2.0/radio/radio.png deleted file mode 100755 index 6473335..0000000 Binary files a/gtk-2.0/radio/radio.png and /dev/null differ diff --git a/gtk-2.0/scale.rc b/gtk-2.0/scale.rc deleted file mode 100755 index f0a0aa5..0000000 --- a/gtk-2.0/scale.rc +++ /dev/null @@ -1,63 +0,0 @@ -######################################################################## -# Scale -######################################################################## - -style "scale" -{ - GtkRange::slider_width = 16 - - engine "pixmap" - { -### Trough ### - image - { - function = BOX - detail = "trough" - file = "scale/trough-horiz.png" - border = {19, 19, 5, 6} - stretch = TRUE - overlay_file = "scale/trough-horiz-mid.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image - { - function = BOX - detail = "trough" - file = "scale/trough-vert.png" - border = {5, 6, 19, 19} - stretch = TRUE - overlay_file = "scale/trough-vert-mid.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - -### Slider ### - image - { - function = SLIDER - overlay_file = "scale/slider-horiz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image - { - function = SLIDER - overlay_file = "scale/slider-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - -### Focus ### - image - { - function = FOCUS - file = "null.png" - } - } -} - -class "GtkRange*" style "scale" - diff --git a/gtk-2.0/scale/slider-horiz.png b/gtk-2.0/scale/slider-horiz.png deleted file mode 100755 index 56df5a6..0000000 Binary files a/gtk-2.0/scale/slider-horiz.png and /dev/null differ diff --git a/gtk-2.0/scale/slider-vert.png b/gtk-2.0/scale/slider-vert.png deleted file mode 100755 index 834effc..0000000 Binary files a/gtk-2.0/scale/slider-vert.png and /dev/null differ diff --git a/gtk-2.0/scale/trough-horiz-mid.png b/gtk-2.0/scale/trough-horiz-mid.png deleted file mode 100755 index b8c64ca..0000000 Binary files a/gtk-2.0/scale/trough-horiz-mid.png and /dev/null differ diff --git a/gtk-2.0/scale/trough-horiz.png b/gtk-2.0/scale/trough-horiz.png deleted file mode 100755 index ada6ec3..0000000 Binary files a/gtk-2.0/scale/trough-horiz.png and /dev/null differ diff --git a/gtk-2.0/scale/trough-vert-mid.png b/gtk-2.0/scale/trough-vert-mid.png deleted file mode 100755 index 91867a9..0000000 Binary files a/gtk-2.0/scale/trough-vert-mid.png and /dev/null differ diff --git a/gtk-2.0/scale/trough-vert.png b/gtk-2.0/scale/trough-vert.png deleted file mode 100755 index 3ed9a3e..0000000 Binary files a/gtk-2.0/scale/trough-vert.png and /dev/null differ diff --git a/gtk-2.0/scrollbar.rc b/gtk-2.0/scrollbar.rc deleted file mode 100755 index 2f7d3f1..0000000 --- a/gtk-2.0/scrollbar.rc +++ /dev/null @@ -1,232 +0,0 @@ -######################################################################## -# Scrollbar -######################################################################## - -style "scrollbar" -{ - GtkRange::slider-width = 13 - GtkRange::stepper-size = 15 - - GtkCheckButtonClass::indicator-size = 13 - GtkRadioButtonClass::indicator-size = 13 - - GtkScrollbar::min_slider_length = 44 - - engine "pixmap" - { -### Trough ### - image - { - function = BOX - detail = "trough" - file = "scrollbar/trough-v.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = VERTICAL - } - - image - { - function = BOX - detail = "trough" - file = "scrollbar/trough-h.png" - border = {2, 2, 2, 2} - stretch = TRUE - orientation = HORIZONTAL - } - -### Scrollbar ### - image - { - function = SLIDER - file = "scrollbar/scrollbar_horizontal.png" - border = {3, 3, 3, 3} - stretch = TRUE - overlay_file = "scrollbar/thumb-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image - { - function = SLIDER - file = "scrollbar/scrollbar_vertical.png" - border = {3, 3, 3, 3} - stretch = TRUE - overlay_file = "scrollbar/thumb-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - -### Arrow UP ### - -## Normal - image - { - function = ARROW - state = NORMAL - overlay_file = "scrollbar/arrow_up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - -## Prelight - image - { - function = ARROW - state = PRELIGHT - overlay_file = "scrollbar/arrow_up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - -## Insensitive - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "scrollbar/arrow_up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - -## Active - image - { - function = ARROW - state = ACTIVE - overlay_file = "scrollbar/arrow_up_clicked.png" - overlay_stretch = FALSE - arrow_direction = UP - } - -### Arrow DOWN ### - -## Normal - image - { - function = ARROW - state = NORMAL - overlay_file = "scrollbar/arrow_down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - -## Prelight - image - { - function = ARROW - state = PRELIGHT - overlay_file = "scrollbar/arrow_down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - -## Insensitive - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "scrollbar/arrow_down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - -## Active - image - { - function = ARROW - state = ACTIVE - overlay_file = "scrollbar/arrow_down_clicked.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - -### Arrow LEFT ### - -## Normal - image - { - function = ARROW - state = NORMAL - overlay_file = "scrollbar/arrow_left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - -## Prelight - image - { - function = ARROW - state = PRELIGHT - overlay_file = "scrollbar/arrow_left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - -## Insensitive - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "scrollbar/arrow_left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - -## Active - image - { - function = ARROW - state = ACTIVE - overlay_file = "scrollbar/arrow_left_clicked.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - -### Arrow RIGHT ### - -## Normal - image - { - function = ARROW - state = NORMAL - overlay_file = "scrollbar/arrow_right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - -## Prelight - image - { - function = ARROW - state = PRELIGHT - overlay_file = "scrollbar/arrow_right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - -## Insensitive - image - { - function = ARROW - state = INSENSITIVE - overlay_file = "scrollbar/arrow_right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - -## Active - image - { - function = ARROW - state = ACTIVE - overlay_file = "scrollbar/arrow_right_clicked.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - } -} - -class "GtkScrollbar*" style "scrollbar" - diff --git a/gtk-2.0/scrollbar/arrow_down.png b/gtk-2.0/scrollbar/arrow_down.png deleted file mode 100755 index 7b78617..0000000 Binary files a/gtk-2.0/scrollbar/arrow_down.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_down_clicked.png b/gtk-2.0/scrollbar/arrow_down_clicked.png deleted file mode 100755 index d566a8d..0000000 Binary files a/gtk-2.0/scrollbar/arrow_down_clicked.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_left.png b/gtk-2.0/scrollbar/arrow_left.png deleted file mode 100755 index 50544a7..0000000 Binary files a/gtk-2.0/scrollbar/arrow_left.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_left_clicked.png b/gtk-2.0/scrollbar/arrow_left_clicked.png deleted file mode 100755 index 9c60cbe..0000000 Binary files a/gtk-2.0/scrollbar/arrow_left_clicked.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_right.png b/gtk-2.0/scrollbar/arrow_right.png deleted file mode 100755 index 376d597..0000000 Binary files a/gtk-2.0/scrollbar/arrow_right.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_right_clicked.png b/gtk-2.0/scrollbar/arrow_right_clicked.png deleted file mode 100755 index 4fa9ff7..0000000 Binary files a/gtk-2.0/scrollbar/arrow_right_clicked.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_up.png b/gtk-2.0/scrollbar/arrow_up.png deleted file mode 100755 index 3f3a859..0000000 Binary files a/gtk-2.0/scrollbar/arrow_up.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/arrow_up_clicked.png b/gtk-2.0/scrollbar/arrow_up_clicked.png deleted file mode 100755 index 1fc668b..0000000 Binary files a/gtk-2.0/scrollbar/arrow_up_clicked.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/scrollbar_horizontal.png b/gtk-2.0/scrollbar/scrollbar_horizontal.png deleted file mode 100755 index 113d649..0000000 Binary files a/gtk-2.0/scrollbar/scrollbar_horizontal.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/scrollbar_vertical.png b/gtk-2.0/scrollbar/scrollbar_vertical.png deleted file mode 100755 index dae9740..0000000 Binary files a/gtk-2.0/scrollbar/scrollbar_vertical.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/thumb-h.png b/gtk-2.0/scrollbar/thumb-h.png deleted file mode 100755 index f82b7e5..0000000 Binary files a/gtk-2.0/scrollbar/thumb-h.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/thumb-v.png b/gtk-2.0/scrollbar/thumb-v.png deleted file mode 100755 index 26df633..0000000 Binary files a/gtk-2.0/scrollbar/thumb-v.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/trough-h.png b/gtk-2.0/scrollbar/trough-h.png deleted file mode 100755 index 81c7a70..0000000 Binary files a/gtk-2.0/scrollbar/trough-h.png and /dev/null differ diff --git a/gtk-2.0/scrollbar/trough-v.png b/gtk-2.0/scrollbar/trough-v.png deleted file mode 100755 index e746aae..0000000 Binary files a/gtk-2.0/scrollbar/trough-v.png and /dev/null differ diff --git a/gtk-2.0/spin.rc b/gtk-2.0/spin.rc deleted file mode 100755 index 3dbc482..0000000 --- a/gtk-2.0/spin.rc +++ /dev/null @@ -1,110 +0,0 @@ -######################################################################## -# Spinbox -######################################################################## - -style "spinbutton" -{ - engine "pixmap" - { -### Spinbutton ### - image - { - function = BOX - detail = "spinbutton" - file = "button/button-spin.png" - border = {2, 2, 2, 2} - stretch = TRUE - } - -### Arrow UP ### - image - { - function = ARROW - } - -## Normal - image - { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "arrow/arrow-up.png" - overlay_stretch = FALSE - } - -## Prelight - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "arrow/arrow-up.png" - overlay_stretch = FALSE - } - -## Insensitive - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "arrow/arrow-up-disable.png" - overlay_stretch = FALSE - } - -## Active - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "arrow/arrow-up.png" - overlay_stretch = FALSE - } - -### Arrow DOWN ### - -## Normal - image - { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "arrow/arrow-down.png" - overlay_stretch = FALSE - } - -## Prelight - image - { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "arrow/arrow-down.png" - overlay_stretch = FALSE - } - -## Insensitive - image - { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "arrow/arrow-down-disable.png" - overlay_stretch = FALSE - } - -## Active - image - { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "arrow/arrow-down.png" - overlay_stretch = FALSE - } - } -} - -class "GtkSpinButton*" style "spinbutton" - diff --git a/gtk-2.0/statusbar.rc b/gtk-2.0/statusbar.rc deleted file mode 100755 index 3c04802..0000000 --- a/gtk-2.0/statusbar.rc +++ /dev/null @@ -1,20 +0,0 @@ -######################################################################## -# Statusbar -######################################################################## - -style "statusbar" -{ - engine "pixmap" - { -### Statusbsr ### - image - { - function = RESIZE_GRIP - detail = "statusbar" - overlay_file = "statusbar/resizer.png" - overlay_stretch = FALSE - } - } -} - -class "GtkStatusbar*" style "statusbar" diff --git a/gtk-2.0/statusbar/resizer.png b/gtk-2.0/statusbar/resizer.png deleted file mode 100755 index b844dad..0000000 Binary files a/gtk-2.0/statusbar/resizer.png and /dev/null differ diff --git a/gtk-beos-r5-theme-modified.png b/gtk-beos-r5-theme-modified.png new file mode 100755 index 0000000..8f72fb5 Binary files /dev/null and b/gtk-beos-r5-theme-modified.png differ