From 16ee460e773f29fa7bf4ae051a3d5751c8cedb92 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 13 Dec 2019 14:14:54 +1030 Subject: [PATCH] Create repository for project --- Makefile | 29 +++ README | 63 +++++ gtk-2.0/arrow/arrow-down-active-combo.png | Bin 0 -> 225 bytes gtk-2.0/arrow/arrow-down-combo.png | Bin 0 -> 225 bytes gtk-2.0/arrow/arrow-down-disable.png | Bin 0 -> 149 bytes gtk-2.0/arrow/arrow-down.png | Bin 0 -> 138 bytes gtk-2.0/arrow/arrow-left.png | Bin 0 -> 158 bytes gtk-2.0/arrow/arrow-right.png | Bin 0 -> 158 bytes gtk-2.0/arrow/arrow-up-active-combo.png | Bin 0 -> 226 bytes gtk-2.0/arrow/arrow-up-combo.png | Bin 0 -> 226 bytes gtk-2.0/arrow/arrow-up-disable.png | Bin 0 -> 154 bytes gtk-2.0/arrow/arrow-up.png | Bin 0 -> 145 bytes gtk-2.0/button.rc | 60 +++++ gtk-2.0/button/button-ins.png | Bin 0 -> 173 bytes gtk-2.0/button/button-pressed.png | Bin 0 -> 178 bytes gtk-2.0/button/button-spin.png | Bin 0 -> 167 bytes gtk-2.0/button/button.png | Bin 0 -> 173 bytes gtk-2.0/c_box.rc | 47 ++++ gtk-2.0/c_box/c_box-pressed.png | Bin 0 -> 185 bytes gtk-2.0/c_box/c_box.png | Bin 0 -> 146 bytes gtk-2.0/combo.rc | 98 +++++++ gtk-2.0/entry.rc | 25 ++ gtk-2.0/entry/entry.png | Bin 0 -> 181 bytes gtk-2.0/gtkrc | 112 ++++++++ gtk-2.0/menubar.rc | 99 ++++++++ gtk-2.0/menubar/line-h.png | Bin 0 -> 133 bytes gtk-2.0/menubar/line-v.png | Bin 0 -> 139 bytes gtk-2.0/menubar/menubar.png | Bin 0 -> 114 bytes gtk-2.0/menubar/menuitem.png | Bin 0 -> 158 bytes gtk-2.0/notebook.rc | 187 ++++++++++++++ gtk-2.0/notebook/bottom-gap.png | Bin 0 -> 113 bytes gtk-2.0/notebook/left-gap.png | Bin 0 -> 114 bytes gtk-2.0/notebook/notebook.png | Bin 0 -> 126 bytes gtk-2.0/notebook/right-gap.png | Bin 0 -> 114 bytes gtk-2.0/notebook/tab-bottom-active.png | Bin 0 -> 158 bytes gtk-2.0/notebook/tab-bottom.png | Bin 0 -> 180 bytes gtk-2.0/notebook/tab-left-active.png | Bin 0 -> 161 bytes gtk-2.0/notebook/tab-left.png | Bin 0 -> 181 bytes gtk-2.0/notebook/tab-right-active.png | Bin 0 -> 171 bytes gtk-2.0/notebook/tab-right.png | Bin 0 -> 197 bytes gtk-2.0/notebook/tab-top-active.png | Bin 0 -> 159 bytes gtk-2.0/notebook/tab-top.png | Bin 0 -> 178 bytes gtk-2.0/notebook/top-gap.png | Bin 0 -> 114 bytes gtk-2.0/null.png | Bin 0 -> 130 bytes gtk-2.0/progressbar.rc | 81 ++++++ gtk-2.0/progressbar/progressbar-horiz.png | Bin 0 -> 162 bytes gtk-2.0/progressbar/progressbar-vert.png | Bin 0 -> 162 bytes gtk-2.0/progressbar/trough-h.png | Bin 0 -> 202 bytes gtk-2.0/progressbar/trough-tree.png | Bin 0 -> 177 bytes gtk-2.0/progressbar/trough-v.png | Bin 0 -> 202 bytes gtk-2.0/radio.rc | 47 ++++ gtk-2.0/radio/radio-pressed.png | Bin 0 -> 189 bytes gtk-2.0/radio/radio.png | Bin 0 -> 156 bytes gtk-2.0/scale.rc | 65 +++++ gtk-2.0/scale/slider-horiz.png | Bin 0 -> 148 bytes gtk-2.0/scale/slider-vert.png | Bin 0 -> 148 bytes gtk-2.0/scale/thumb-h.png | Bin 0 -> 166 bytes gtk-2.0/scale/thumb-v.png | Bin 0 -> 166 bytes gtk-2.0/scale/trough-horiz.png | Bin 0 -> 176 bytes gtk-2.0/scale/trough-vert.png | Bin 0 -> 149 bytes gtk-2.0/scrollbar.rc | 239 ++++++++++++++++++ gtk-2.0/scrollbar/arrow_down.png | Bin 0 -> 215 bytes gtk-2.0/scrollbar/arrow_down_clicked.png | Bin 0 -> 211 bytes gtk-2.0/scrollbar/arrow_left.png | Bin 0 -> 220 bytes gtk-2.0/scrollbar/arrow_left_clicked.png | Bin 0 -> 224 bytes gtk-2.0/scrollbar/arrow_right.png | Bin 0 -> 213 bytes gtk-2.0/scrollbar/arrow_right_clicked.png | Bin 0 -> 221 bytes gtk-2.0/scrollbar/arrow_up.png | Bin 0 -> 220 bytes gtk-2.0/scrollbar/arrow_up_clicked.png | Bin 0 -> 217 bytes gtk-2.0/scrollbar/scrollbar_horizontal.png | Bin 0 -> 215 bytes gtk-2.0/scrollbar/scrollbar_vertical.png | Bin 0 -> 201 bytes gtk-2.0/scrollbar/thumb-h.png | Bin 0 -> 166 bytes gtk-2.0/scrollbar/thumb-v.png | Bin 0 -> 166 bytes gtk-2.0/scrollbar/trough-dots.png | Bin 0 -> 101 bytes gtk-2.0/scrollbar/trough-h.png | Bin 0 -> 178 bytes gtk-2.0/scrollbar/trough-v.png | Bin 0 -> 160 bytes gtk-2.0/spin.rc | 110 ++++++++ gtk-2.0/statusbar.rc | 20 ++ gtk-2.0/statusbar/resizer.png | Bin 0 -> 124 bytes gtk-3.0/colors_ami.css | 21 ++ gtk-3.0/gtk.css | 97 +++++++ gtk-3.0/settings.ini | 5 + gtk-3.0/widgets/app-notification.css | 11 + gtk-3.0/widgets/arrow.css | 22 ++ gtk-3.0/widgets/assets/arrow_down.png | Bin 0 -> 200 bytes gtk-3.0/widgets/assets/arrow_left.png | Bin 0 -> 204 bytes gtk-3.0/widgets/assets/arrow_right.png | Bin 0 -> 206 bytes gtk-3.0/widgets/assets/arrow_up.png | Bin 0 -> 195 bytes gtk-3.0/widgets/assets/check.svg | 4 + .../widgets/assets/pane-handle-vertical.svg | 7 + gtk-3.0/widgets/assets/pane-handle.svg | 7 + gtk-3.0/widgets/assets/radio.svg | 4 + gtk-3.0/widgets/button.css | 129 ++++++++++ gtk-3.0/widgets/button_hacks.css | 57 +++++ gtk-3.0/widgets/checkbox.css | 73 ++++++ gtk-3.0/widgets/combobox.css | 50 ++++ gtk-3.0/widgets/entry.css | 0 gtk-3.0/widgets/filechooser.css | 11 + gtk-3.0/widgets/frame.css | 3 + gtk-3.0/widgets/global_hacks.css | 0 gtk-3.0/widgets/headerbar.css | 23 ++ gtk-3.0/widgets/list.css | 26 ++ gtk-3.0/widgets/menu.css | 64 +++++ gtk-3.0/widgets/menu_hacks.css | 17 ++ gtk-3.0/widgets/notebook.css | 90 +++++++ gtk-3.0/widgets/pane-separator.css | 17 ++ gtk-3.0/widgets/popover.css | 30 +++ gtk-3.0/widgets/progress_bar.css | 21 ++ gtk-3.0/widgets/scale.css | 44 ++++ gtk-3.0/widgets/scrollbar.css | 83 ++++++ gtk-3.0/widgets/scrolledwindow.css | 18 ++ gtk-3.0/widgets/spinner.css | 13 + gtk-3.0/widgets/statusbar.css | 20 ++ gtk-3.0/widgets/switch.css | 32 +++ gtk-3.0/widgets/tooltip.css | 6 + gtk-3.0/widgets/treeview.css | 58 +++++ xfwm4/README | 11 + xfwm4/bottom-active.xpm | 19 ++ xfwm4/bottom-inactive.xpm | 19 ++ xfwm4/bottom-left-active.xpm | 19 ++ xfwm4/bottom-left-inactive.xpm | 19 ++ xfwm4/bottom-right-active.xpm | 19 ++ xfwm4/bottom-right-inactive.xpm | 19 ++ xfwm4/close-active.xpm | 22 ++ xfwm4/close-inactive.xpm | 22 ++ xfwm4/close-pressed.xpm | 22 ++ xfwm4/hide-active.xpm | 23 ++ xfwm4/hide-inactive.xpm | 22 ++ xfwm4/hide-pressed.xpm | 23 ++ xfwm4/left-active.xpm | 39 +++ xfwm4/left-inactive.xpm | 39 +++ xfwm4/maximize-active.xpm | 22 ++ xfwm4/maximize-inactive.xpm | 22 ++ xfwm4/maximize-pressed.xpm | 22 ++ xfwm4/menu-active.xpm | 24 ++ xfwm4/menu-inactive.xpm | 24 ++ xfwm4/menu-pressed.xpm | 23 ++ xfwm4/right-active.xpm | 39 +++ xfwm4/right-inactive.xpm | 39 +++ xfwm4/shade-active.xpm | 24 ++ xfwm4/shade-inactive.xpm | 24 ++ xfwm4/shade-pressed.xpm | 23 ++ xfwm4/stick-active.xpm | 22 ++ xfwm4/stick-inactive.xpm | 22 ++ xfwm4/stick-pressed.xpm | 22 ++ xfwm4/stick-toggled-active.xpm | 22 ++ xfwm4/stick-toggled-inactive.xpm | 22 ++ xfwm4/stick-toggled-pressed.xpm | 22 ++ xfwm4/themerc | 9 + xfwm4/title-1-active.xpm | 23 ++ xfwm4/title-1-inactive.xpm | 23 ++ xfwm4/title-2-active.xpm | 22 ++ xfwm4/title-2-inactive.xpm | 22 ++ xfwm4/title-3-active.xpm | 22 ++ xfwm4/title-3-inactive.xpm | 22 ++ xfwm4/title-4-active.xpm | 22 ++ xfwm4/title-4-inactive.xpm | 22 ++ xfwm4/title-5-active.xpm | 23 ++ xfwm4/title-5-inactive.xpm | 23 ++ xfwm4/top-left-active.xpm | 22 ++ xfwm4/top-left-inactive.xpm | 22 ++ xfwm4/top-right-active.xpm | 22 ++ xfwm4/top-right-inactive.xpm | 22 ++ 163 files changed, 3421 insertions(+) create mode 100644 Makefile create mode 100644 README create mode 100644 gtk-2.0/arrow/arrow-down-active-combo.png create mode 100644 gtk-2.0/arrow/arrow-down-combo.png create mode 100755 gtk-2.0/arrow/arrow-down-disable.png create mode 100644 gtk-2.0/arrow/arrow-down.png create mode 100644 gtk-2.0/arrow/arrow-left.png create mode 100644 gtk-2.0/arrow/arrow-right.png create mode 100644 gtk-2.0/arrow/arrow-up-active-combo.png create mode 100644 gtk-2.0/arrow/arrow-up-combo.png create mode 100755 gtk-2.0/arrow/arrow-up-disable.png create mode 100644 gtk-2.0/arrow/arrow-up.png create mode 100644 gtk-2.0/button.rc create mode 100644 gtk-2.0/button/button-ins.png create mode 100644 gtk-2.0/button/button-pressed.png create mode 100644 gtk-2.0/button/button-spin.png create mode 100644 gtk-2.0/button/button.png create mode 100644 gtk-2.0/c_box.rc create mode 100644 gtk-2.0/c_box/c_box-pressed.png create mode 100644 gtk-2.0/c_box/c_box.png create mode 100644 gtk-2.0/combo.rc create mode 100644 gtk-2.0/entry.rc create mode 100644 gtk-2.0/entry/entry.png create mode 100644 gtk-2.0/gtkrc create mode 100644 gtk-2.0/menubar.rc create mode 100644 gtk-2.0/menubar/line-h.png create mode 100644 gtk-2.0/menubar/line-v.png create mode 100755 gtk-2.0/menubar/menubar.png create mode 100755 gtk-2.0/menubar/menuitem.png create mode 100644 gtk-2.0/notebook.rc create mode 100644 gtk-2.0/notebook/bottom-gap.png create mode 100644 gtk-2.0/notebook/left-gap.png create mode 100644 gtk-2.0/notebook/notebook.png create mode 100644 gtk-2.0/notebook/right-gap.png create mode 100644 gtk-2.0/notebook/tab-bottom-active.png create mode 100644 gtk-2.0/notebook/tab-bottom.png create mode 100644 gtk-2.0/notebook/tab-left-active.png create mode 100644 gtk-2.0/notebook/tab-left.png create mode 100644 gtk-2.0/notebook/tab-right-active.png create mode 100644 gtk-2.0/notebook/tab-right.png create mode 100644 gtk-2.0/notebook/tab-top-active.png create mode 100644 gtk-2.0/notebook/tab-top.png create mode 100644 gtk-2.0/notebook/top-gap.png create mode 100755 gtk-2.0/null.png create mode 100644 gtk-2.0/progressbar.rc create mode 100755 gtk-2.0/progressbar/progressbar-horiz.png create mode 100755 gtk-2.0/progressbar/progressbar-vert.png create mode 100755 gtk-2.0/progressbar/trough-h.png create mode 100644 gtk-2.0/progressbar/trough-tree.png create mode 100644 gtk-2.0/progressbar/trough-v.png create mode 100644 gtk-2.0/radio.rc create mode 100644 gtk-2.0/radio/radio-pressed.png create mode 100644 gtk-2.0/radio/radio.png create mode 100644 gtk-2.0/scale.rc create mode 100755 gtk-2.0/scale/slider-horiz.png create mode 100755 gtk-2.0/scale/slider-vert.png create mode 100644 gtk-2.0/scale/thumb-h.png create mode 100644 gtk-2.0/scale/thumb-v.png create mode 100755 gtk-2.0/scale/trough-horiz.png create mode 100755 gtk-2.0/scale/trough-vert.png create mode 100644 gtk-2.0/scrollbar.rc create mode 100755 gtk-2.0/scrollbar/arrow_down.png create mode 100755 gtk-2.0/scrollbar/arrow_down_clicked.png create mode 100755 gtk-2.0/scrollbar/arrow_left.png create mode 100755 gtk-2.0/scrollbar/arrow_left_clicked.png create mode 100755 gtk-2.0/scrollbar/arrow_right.png create mode 100755 gtk-2.0/scrollbar/arrow_right_clicked.png create mode 100755 gtk-2.0/scrollbar/arrow_up.png create mode 100755 gtk-2.0/scrollbar/arrow_up_clicked.png create mode 100755 gtk-2.0/scrollbar/scrollbar_horizontal.png create mode 100755 gtk-2.0/scrollbar/scrollbar_vertical.png create mode 100644 gtk-2.0/scrollbar/thumb-h.png create mode 100644 gtk-2.0/scrollbar/thumb-v.png create mode 100644 gtk-2.0/scrollbar/trough-dots.png create mode 100644 gtk-2.0/scrollbar/trough-h.png create mode 100755 gtk-2.0/scrollbar/trough-v.png create mode 100644 gtk-2.0/spin.rc create mode 100644 gtk-2.0/statusbar.rc create mode 100755 gtk-2.0/statusbar/resizer.png create mode 100644 gtk-3.0/colors_ami.css create mode 100644 gtk-3.0/gtk.css create mode 100644 gtk-3.0/settings.ini create mode 100644 gtk-3.0/widgets/app-notification.css create mode 100644 gtk-3.0/widgets/arrow.css create mode 100644 gtk-3.0/widgets/assets/arrow_down.png create mode 100644 gtk-3.0/widgets/assets/arrow_left.png create mode 100644 gtk-3.0/widgets/assets/arrow_right.png create mode 100644 gtk-3.0/widgets/assets/arrow_up.png create mode 100644 gtk-3.0/widgets/assets/check.svg create mode 100644 gtk-3.0/widgets/assets/pane-handle-vertical.svg create mode 100644 gtk-3.0/widgets/assets/pane-handle.svg create mode 100644 gtk-3.0/widgets/assets/radio.svg create mode 100644 gtk-3.0/widgets/button.css create mode 100644 gtk-3.0/widgets/button_hacks.css create mode 100644 gtk-3.0/widgets/checkbox.css create mode 100644 gtk-3.0/widgets/combobox.css create mode 100644 gtk-3.0/widgets/entry.css create mode 100644 gtk-3.0/widgets/filechooser.css create mode 100644 gtk-3.0/widgets/frame.css create mode 100644 gtk-3.0/widgets/global_hacks.css create mode 100644 gtk-3.0/widgets/headerbar.css create mode 100644 gtk-3.0/widgets/list.css create mode 100644 gtk-3.0/widgets/menu.css create mode 100644 gtk-3.0/widgets/menu_hacks.css create mode 100644 gtk-3.0/widgets/notebook.css create mode 100644 gtk-3.0/widgets/pane-separator.css create mode 100644 gtk-3.0/widgets/popover.css create mode 100644 gtk-3.0/widgets/progress_bar.css create mode 100644 gtk-3.0/widgets/scale.css create mode 100644 gtk-3.0/widgets/scrollbar.css create mode 100644 gtk-3.0/widgets/scrolledwindow.css create mode 100644 gtk-3.0/widgets/spinner.css create mode 100644 gtk-3.0/widgets/statusbar.css create mode 100644 gtk-3.0/widgets/switch.css create mode 100644 gtk-3.0/widgets/tooltip.css create mode 100644 gtk-3.0/widgets/treeview.css create mode 100644 xfwm4/README create mode 100644 xfwm4/bottom-active.xpm create mode 100644 xfwm4/bottom-inactive.xpm create mode 100644 xfwm4/bottom-left-active.xpm create mode 100644 xfwm4/bottom-left-inactive.xpm create mode 100644 xfwm4/bottom-right-active.xpm create mode 100644 xfwm4/bottom-right-inactive.xpm create mode 100644 xfwm4/close-active.xpm create mode 100644 xfwm4/close-inactive.xpm create mode 100644 xfwm4/close-pressed.xpm create mode 100644 xfwm4/hide-active.xpm create mode 100644 xfwm4/hide-inactive.xpm create mode 100644 xfwm4/hide-pressed.xpm create mode 100644 xfwm4/left-active.xpm create mode 100644 xfwm4/left-inactive.xpm create mode 100644 xfwm4/maximize-active.xpm create mode 100644 xfwm4/maximize-inactive.xpm create mode 100644 xfwm4/maximize-pressed.xpm create mode 100644 xfwm4/menu-active.xpm create mode 100644 xfwm4/menu-inactive.xpm create mode 100644 xfwm4/menu-pressed.xpm create mode 100644 xfwm4/right-active.xpm create mode 100644 xfwm4/right-inactive.xpm create mode 100644 xfwm4/shade-active.xpm create mode 100644 xfwm4/shade-inactive.xpm create mode 100644 xfwm4/shade-pressed.xpm create mode 100644 xfwm4/stick-active.xpm create mode 100644 xfwm4/stick-inactive.xpm create mode 100644 xfwm4/stick-pressed.xpm create mode 100644 xfwm4/stick-toggled-active.xpm create mode 100644 xfwm4/stick-toggled-inactive.xpm create mode 100644 xfwm4/stick-toggled-pressed.xpm create mode 100644 xfwm4/themerc create mode 100644 xfwm4/title-1-active.xpm create mode 100644 xfwm4/title-1-inactive.xpm create mode 100644 xfwm4/title-2-active.xpm create mode 100644 xfwm4/title-2-inactive.xpm create mode 100644 xfwm4/title-3-active.xpm create mode 100644 xfwm4/title-3-inactive.xpm create mode 100644 xfwm4/title-4-active.xpm create mode 100644 xfwm4/title-4-inactive.xpm create mode 100644 xfwm4/title-5-active.xpm create mode 100644 xfwm4/title-5-inactive.xpm create mode 100644 xfwm4/top-left-active.xpm create mode 100644 xfwm4/top-left-inactive.xpm create mode 100644 xfwm4/top-right-active.xpm create mode 100644 xfwm4/top-right-inactive.xpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c96c8f6 --- /dev/null +++ b/Makefile @@ -0,0 +1,29 @@ + +prefix=/usr +theme=Workbench2.0 + +DIRS= \ + gtk-2.0 \ + gtk-2.0/arrow \ + gtk-2.0/button \ + gtk-2.0/c_box \ + gtk-2.0/entry \ + gtk-2.0/menubar \ + gtk-2.0/notebook \ + gtk-2.0/progressbar \ + gtk-2.0/radio \ + gtk-2.0/scale \ + gtk-2.0/scrollbar \ + gtk-2.0/statusbar \ + gtk-3.0 \ + gtk-3.0/widgets \ + gtk-3.0/widgets/assets \ + xfwm4 + +all: + echo "Nothing to make" + +install: + for dir in $(DIRS) ; do \ + install -vD -t "$(DESTDIR)$(prefix)/share/themes/$(theme)/$$dir" $$dir/* ; \ + done diff --git a/README b/README new file mode 100644 index 0000000..58512a6 --- /dev/null +++ b/README @@ -0,0 +1,63 @@ + +INTRODUCTION +------------ + +This is a quick hack that joins three separate theme together to +create an AmigaOS-ish look across xfce4. + +INSTALL +------- + +# make install + +Will copy the theme to /usr/share/themes. DESTDIR is supported. + +STATUS +------ + +Mostly I just merged the directories from the three separate themes +with some minor changes: + + o Set the gtk-3.0 theme colours to match the gtk-2.0 one. + o Tweaked the header bar (CSD window title) to add colour when focused. + +However it is somewhat rough around the edges in places, and is a mix +of Workbench 2.0 ish and Workbench 3.x ish as one would expect from +the source themes. + +PARTS +----- + +xfwm4 theme +- - - - - - + +I wrote this. It's a basic pixmap theme for the xfce4 window manager. +Apart from the look it makes windows MUCH easier to resize than most +themes. + +Copyright (c) Michael Zucchi + +It's public dommain. + +gtk-3.0 theme +- - - - - - - + +Taken from AmiTK + + + +This was published by Alexandru Lazăr but uses work from +Campbell Barton. It is unclear what the license is. + +It uses a much larger palette than AmigaOS or the gtk-2.0 theme below +and was too dark so I changed a few of the numbers around. + +gtk-2.0 theme +- - - - - - - + +Taken from Amiga3.x + + +Copyright(C) Andrey Tverdov 2010 + +License is GNU General Public License version 2. diff --git a/gtk-2.0/arrow/arrow-down-active-combo.png b/gtk-2.0/arrow/arrow-down-active-combo.png new file mode 100644 index 0000000000000000000000000000000000000000..3c561a23e00f05e76013567a15a54f6b3d51bb03 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=f!eJ=n2}jYt`#WAUgGKN%6^MmnpK-S(FyB4!s=d9;{oOfrRs?XwWieGgfJ@o>b!QkoY K=d#Wzp$P!56-Gt? literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-down-combo.png b/gtk-2.0/arrow/arrow-down-combo.png new file mode 100644 index 0000000000000000000000000000000000000000..c091ca288c5cb220ffcc6f52846d4a3a7c841e8b GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=f!eJ=n2}jYt`#WAUgGKN%6^MmnpI2Xmejlwppa~dYeb22er|4R zUI~M9QEFmIYKlU6W=V!ZNJgrHyQgo!`xMnYph62z7sn8Z%e{Sud<+T#hr0g%FP1fV zw&?Il7Uot4rWFe{IvJY%b}^j(^<>(FyB4!s=d9;{oOfrRs?XwWieGgfJ@o>b!QkoY K=d#Wzp$Pz^`bI7Q literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-down-disable.png b/gtk-2.0/arrow/arrow-down-disable.png new file mode 100755 index 0000000000000000000000000000000000000000..e3ec95724142dc4d14d313af248ed50c554b26a1 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^>>$j+1|*LJgbCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?l=F0P4B?oWoUp(?AtfOp oVTNV#v-*>$j+1|*LJgbCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?6!vs+4B?oWoUp(?q2<#5 dk0&NFG6e83GR>0#W6%;YI4c}-hajhK=5c% v1EX7vkbxzLIM8yO_egXjUxAg-YA1#j*6eI7veL(Z+88`t{an^LB{Ts5m_R2- literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-right.png b/gtk-2.0/arrow/arrow-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c192eb5a70e8bc43deda0426c222f1dfe6b2d103 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqoCO|{#S9GG!XV7ZFl&wkP*AeO zHKN2hKQ}iuuY|$5C^fMpHASI3vm`^o-P1Q9ypc~Fs7Tw>#W6%;YH~tC!VmtV5sb=W zo^CNRYq%sO4H&ze)MCmer?AGkZ+bAPfsx@9J3H5fBioyS+88`t{an^LB{Ts5g~2E$ literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-up-active-combo.png b/gtk-2.0/arrow/arrow-up-active-combo.png new file mode 100644 index 0000000000000000000000000000000000000000..e54de468f4837d79803278a559a7a5fc75e544b8 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=f!eJ=n2}jYt`#WAUgGKN%6^MmnpIokP2S~AKq1)@*N775{M_8s zyb=cIqSVBa)D(sC%#sX+kc?CXcTeAd_bIA*K!ui`E{-7*ms|TB`4|*94x9b^|GX+d z=;+}xDVAAM0mscIvFs>cI$_rR&F)Qo%)39Go%o>m?~MC$6E`sQ8p-|*l!?&*8p7b| L>gTe~DWM4fT2Mx^ literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-up-combo.png b/gtk-2.0/arrow/arrow-up-combo.png new file mode 100644 index 0000000000000000000000000000000000000000..f3980800188135d07283014f6f8b604c8b24a978 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^93afW1|*O0@9PFqjKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=f!eJ=n2}jYt`#WAUgGKN%6^MmnpIoAh|5h7C?s3r8d2h$pPQSS zSHj?2l$uzQnxasiS(2d;l98(5?&%xwK1DSTsL;~W#W6(Ua%-O>AA>$j+1|*LJgbCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?RQ7an4B?oWoUnjvhGp@y s`V>21yQ4ifN(_Kt$@1mKlk#;K1cEtd71i^Y0F^U%y85}Sb4q9e0A4pJVgLXD literal 0 HcmV?d00001 diff --git a/gtk-2.0/arrow/arrow-up.png b/gtk-2.0/arrow/arrow-up.png new file mode 100644 index 0000000000000000000000000000000000000000..8d2dac1b353a37d6b307de0fc9d24c30d091549a GIT binary patch literal 145 zcmeAS@N?(olHy`uVBq!ia0vp^>>$j+1|*LJgbCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?l=5_O4B?oWoUlObNB^0` kL(3-#&gL_*H0ohx_}$9PqJKIf9H@%H)78&qol`;+0RJZ?tN;K2 literal 0 HcmV?d00001 diff --git a/gtk-2.0/button.rc b/gtk-2.0/button.rc new file mode 100644 index 0000000..194b3dc --- /dev/null +++ b/gtk-2.0/button.rc @@ -0,0 +1,60 @@ +######################################################################## +# 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 new file mode 100644 index 0000000000000000000000000000000000000000..35eaede341420c28113d92d7dd3537a7c3c95133 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjy&H|6fVg?4jBOuH;Rhv&5C@5Fr z8d2gL-HT4 P8o=P`>gTe~DWM4f3x77^ literal 0 HcmV?d00001 diff --git a/gtk-2.0/button/button-pressed.png b/gtk-2.0/button/button-pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..60a1cd746658f2764512bce26c5ca17edb437361 GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjy&H|6fVg?4jBOuH;Rhv&5C@5Fr z8d2gLFLoC=v%Z%Nz%-C;==Th&nunFVdQ&MBb@0HL=vX8-^I literal 0 HcmV?d00001 diff --git a/gtk-2.0/button/button-spin.png b/gtk-2.0/button/button-spin.png new file mode 100644 index 0000000000000000000000000000000000000000..c983f89dd1053aec471497e0587d947c06f4cd8c GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^oIotd!2~25$^ee-J}@UVd(>Zb4#RYL0Gka#3n(UU5c#iOh8Ka-d3mPZ!4!iK)p62l)Rb zH&_-wGcYjN;IQQT+uQ9c+d2Cyw@hf>_4ME0-xVSc84lm9XULE-4F1q`Mggdm!PC{x JWt~$(69DScHIV=S literal 0 HcmV?d00001 diff --git a/gtk-2.0/button/button.png b/gtk-2.0/button/button.png new file mode 100644 index 0000000000000000000000000000000000000000..35eaede341420c28113d92d7dd3537a7c3c95133 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1SFYWcSQjy&H|6fVg?4jBOuH;Rhv&5C@5Fr z8d2gL-HT4 P8o=P`>gTe~DWM4f3x77^ literal 0 HcmV?d00001 diff --git a/gtk-2.0/c_box.rc b/gtk-2.0/c_box.rc new file mode 100644 index 0000000..a3d3d5c --- /dev/null +++ b/gtk-2.0/c_box.rc @@ -0,0 +1,47 @@ +######################################################################## +# 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 new file mode 100644 index 0000000000000000000000000000000000000000..4432c735a6528ea445c26ac3cc8c59672e5e5c33 GIT binary patch literal 185 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4foCO|{#S9GGf*{OTpAtV2D46Z( z;uvDl`}UF}*8v3{hJ(H@-+zkx8&@T?WrfRaIj)`NMSHU%I%jd^e ztYX^oL62!dP}a9?51Z~Cy!4TktGP4X|H}e{89VGk;vc!T7x2eBE-&E!xah$TQSAtE fv5C40U4LTzsx?|T*NQ&`TFc<+>gTe~DWM4f;3z{L literal 0 HcmV?d00001 diff --git a/gtk-2.0/c_box/c_box.png b/gtk-2.0/c_box/c_box.png new file mode 100644 index 0000000000000000000000000000000000000000..85511b0390d2743cdbf12cb0de006b3b548f4876 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^Vj#@H1|*Mc$*~4foCO|{#S9GGf*{OTpAtV2DCpwp z;uvDl`}VRS-vI?4mV>ra?*H8XZ(gR7%Ve&OmXhFIH&*kM=`x0d=JtBod{#7`zF3ga pAzH7t;KoDw!;c+R=H4=>E)Dt3E}zk!a922WQ%mvv4FO#ryPEwlgt literal 0 HcmV?d00001 diff --git a/gtk-2.0/combo.rc b/gtk-2.0/combo.rc new file mode 100644 index 0000000..3eae5d3 --- /dev/null +++ b/gtk-2.0/combo.rc @@ -0,0 +1,98 @@ +style "arrow" { + # UP + engine "pixmap" { + image + { + function = ARROW + state = NORMAL + recolorable = TRUE + overlay_file = "arrow/arrow-up-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = PRELIGHT + recolorable = TRUE + overlay_file = "arrow/arrow-up-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = ACTIVE + recolorable = TRUE + overlay_file = "arrow/arrow-up-active-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + image + { + function = ARROW + state = INSENSITIVE + recolorable = TRUE + overlay_file = "arrow/arrow-up-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = UP + } + + # DOWN + image + { + function = ARROW + state = NORMAL + recolorable = TRUE + overlay_file = "arrow/arrow-down-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = PRELIGHT + recolorable = TRUE + overlay_file = "arrow/arrow-down-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = ACTIVE + recolorable = TRUE + overlay_file = "arrow/arrow-down-active-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + image + { + function = ARROW + state = INSENSITIVE + recolorable = TRUE + overlay_file = "arrow/arrow-down-combo.png" + overlay_border = { 0, 0, 0, 0 } + overlay_stretch = FALSE + arrow_direction = DOWN + } + + image # used for dialog bg. in apps. like Inkscape + { + function = BOX + recolorable = TRUE + file = "null.png" + border = { 2, 2, 2, 2 } + stretch = TRUE + } + } +} + +class "GtkArrow*" style "arrow" diff --git a/gtk-2.0/entry.rc b/gtk-2.0/entry.rc new file mode 100644 index 0000000..31b02c1 --- /dev/null +++ b/gtk-2.0/entry.rc @@ -0,0 +1,25 @@ +######################################################################## +# 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 + } + } +} + +class "GtkEntry*" style "entry" + diff --git a/gtk-2.0/entry/entry.png b/gtk-2.0/entry/entry.png new file mode 100644 index 0000000000000000000000000000000000000000..4e1c70674d30395066f53b6d61fae43e0a55d2e7 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^!XV7S1|*9D%+3HQ&H|6fVg?3opai!tBg3pY5aiAh6PZ!4!i{7_aHVQH*a5!H) zQv5%6#{1}pOdBVMIDG8WV!P0MQvjOA;OXk;vd$@?2>>~EH*o*} literal 0 HcmV?d00001 diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc new file mode 100644 index 0000000..b7006ab --- /dev/null +++ b/gtk-2.0/gtkrc @@ -0,0 +1,112 @@ +######################################################################## +# Amiga3.x +# Andrey Tverdov 2010 +# GPL2 +######################################################################## + +gtk_color_scheme = "fg_color:#000\nbg_color:#B5B5B5\nbase_color:#B5B5B5\ntext_color:#000\nselected_bg_color:#6688BB\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" +gtk-button-images = 0 +gtk-menu-images = 1 + +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" +include "combo.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" + +style "color-fix" +{ + fg[ACTIVE] = "#000" + fg[INSENSITIVE] = shade (0.7,@bg_color) + fg[NORMAL] = "#000" + fg[PRELIGHT] = "#000" + fg[SELECTED] = "#000" + + text[ACTIVE] = "#000" + text[INSENSITIVE] = shade (0.7,@bg_color) + text[NORMAL] = "#000" + text[PRELIGHT] = "#000" + text[SELECTED] = "#000" +} + +class "*" style "color-fix" +class "*.gtk-combobox-popup-menu.*" style "color-fix" +class "GtkMenuBar*" style "color-fix" + +class "GtkMenuItem*" style "color-fix" +class "GtkImageMenuItem*" style "color-fix" +class "GtkTearoffMenuItem*" style "color-fix" +class "GtkItem*" style "color-fix" + +widget_class "**" style "color-fix" +widget_class "**" style "color-fix" +widget_class "**" style "color-fix" +widget_class "*MenuBar.*" style "color-fix" +widget_class "**" style "color-fix" + +style "color-fix-combo" +{ + fg[ACTIVE] = "#000" + fg[INSENSITIVE] = shade (0.7,@bg_color) + fg[NORMAL] = "#000" + fg[PRELIGHT] = "#000" + fg[SELECTED] = "#000" + + text[ACTIVE] = "#000" + text[INSENSITIVE] = shade (0.7,@bg_color) + text[NORMAL] = "#000" + text[PRELIGHT] = "#000" + text[SELECTED] = "#000" +} + +widget_class "*.." style "color-fix-combo" + diff --git a/gtk-2.0/menubar.rc b/gtk-2.0/menubar.rc new file mode 100644 index 0000000..92ed5a5 --- /dev/null +++ b/gtk-2.0/menubar.rc @@ -0,0 +1,99 @@ +######################################################################## +# 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 new file mode 100644 index 0000000000000000000000000000000000000000..0d97ef964efe0a0d96280aff205ffba924a83532 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^96-#(!2~2?|Nrj~ aWnyq;WBUI{C_NA;%i!ti=d#Wzp$Py^I3YU# literal 0 HcmV?d00001 diff --git a/gtk-2.0/menubar/line-v.png b/gtk-2.0/menubar/line-v.png new file mode 100644 index 0000000000000000000000000000000000000000..de682f577ee9cbb3b82901235043654549e25214 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^OhC-R0U~4kcZvcj&H|6fVg?3oVGw3ym^DWNC@5Lt z8d2h$pPQSSSHj?2l$uzQnxasiS(2gP?&%v4-pD5oR3zc);uyj)GdUq4;m7~~_QK3y b@KJl#W6%?tQkCpH{$V#*q6oa8l$~Q`P|6Gxpqn^z4m`fXW#>UHx3v IIVCg!0NouL=l}o! literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/left-gap.png b/gtk-2.0/notebook/left-gap.png new file mode 100644 index 0000000000000000000000000000000000000000..79da77598b967e5808eeef1ee605a22ee5051fb7 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^Oh7Eg!3HE>ee_)kq&N#aB8wRqxP?KOkzv*x380{g zr;B3<$IRp(|NsB5X9I#`YooXSOHTlTq=u%0=Mx$%ee_)kq&N#aB8wRqxP?KOkzv*x380{g zr;B3<$IRpeAo%hB|Nr`9YooXSO9ye28k!ECPiU}|V~9%Owqy1bnGRIX;OXk;vd$@? F2>|2)AFu!b literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-bottom-active.png b/gtk-2.0/notebook/tab-bottom-active.png new file mode 100644 index 0000000000000000000000000000000000000000..5e0448e69e865760db1568341097980213b58c50 GIT binary patch literal 158 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3oVGw3ym^DWNC>Y@B z;uvDl`*yM+*8u|_=B0M$f32UNUe0xdCFs%Ci%VRO>n5cw+r3!YQ-PtxaS}s=e{|xh z)|eCgiZV~Xv^=gk+M;syO|gt1Yrv_TEzJ{R%Jh4`$lh^oa9;*Ao59o7&t;ucLK6Vn CO*0b! literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-bottom.png b/gtk-2.0/notebook/tab-bottom.png new file mode 100644 index 0000000000000000000000000000000000000000..a48121820650a118b8bf1d79300c23145ccc2f5b GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^{2>J_^2M+M;pR#>rNtlsm*4mFI@6LUR z$o+I&{?O7X;Ww0=wuTu^Haw<#r8?fAK_yk~z*?qq_6?E;&iG7fIL&`;b(w@q%ehVW a|1;yO0O8k-^i|&t;ucLK6T2NI>lX literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-left-active.png b/gtk-2.0/notebook/tab-left-active.png new file mode 100644 index 0000000000000000000000000000000000000000..0be133473960f3e89103216d7159ae8b1f5ad892 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3oVGw3ym^DWNC>ZSN z;uvDl`}VRS*8v9(my7m0|CfHL@LR>Q>2BI8hi%0Nmp3{6$ccV^T<_A|I~}>@-&f~N zVPf!NY*0S+Z=$}!q!}|gc3!&|Dyl5FMD^ajM=4G24~4UtG#|z5&QJ#$&*16m=d#Wz Gp$Pzl2{$eP literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-left.png b/gtk-2.0/notebook/tab-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2acf62efb3f7200227f52c44d211e86e37699db2 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^{2$MZaXshXY>C2sxU>wMmPI^=4&8spu&jAwc* z)n|G-7&Ch~H!NBu*DuPU5E$Fakh;9$@b2HLVuC;aeG8IH&Uu)9wfg;)sLMYpWIkPs alA53OH(H>h%Wpr>N(N6?KbLh*2~7Y$a6bb8 literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-right-active.png b/gtk-2.0/notebook/tab-right-active.png new file mode 100644 index 0000000000000000000000000000000000000000..8974bf58bdfacc9335d2c515c8ca1e6705d5ae7b GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3oVGw3ym^DWNC>ZPM z;uvDl`}T?<-vI?4=Zo)GZFi0_Ki<9D;V9S5RaM+UaZ?l%Zi^JVv#3u{*~{VJlHmdKI;Vst0E%umGynhq literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-right.png b/gtk-2.0/notebook/tab-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1275de8f28a13142d9d900a52caaa1ee18c5bb4e GIT binary patch literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^{2fnJWG`kpQf`_z>VM0FdoF}!=Hq%=R+Qj8_-nPz4Ff>leN?meh%S@D$Rr84KU rIS!9(oL6mS@<^$(TD$eO@Lz^Vjd-ujXt7?P6Bs;Q{an^LB{Ts5Z=yie literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/tab-top-active.png b/gtk-2.0/notebook/tab-top-active.png new file mode 100644 index 0000000000000000000000000000000000000000..e46bba6aeb5556de070c4cb60832818e7a834d69 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3oVGw3ym^DWNC>ZGJ z;uvDl`}VRS-vI?4=fK_9Hy7QN(SOO(v|?3M*bm{ZC)*vT7#Y9L?NMPU*cE!Q z#W6%<;@fk(c@HS?FkCcF;xkJUdX}hK&0m$KFg4J{(JuFsmP+xahc2PV`M5u}^Plax z_xo3V*4jWX!G;$LXENqEH%t*az@W0~mCbXllC5D4iu=Ciy(l`@qAnf&F!by3`Ca_i XrF@bexC=7_?PKtC^>bP0l+XkK^F}*K literal 0 HcmV?d00001 diff --git a/gtk-2.0/notebook/top-gap.png b/gtk-2.0/notebook/top-gap.png new file mode 100644 index 0000000000000000000000000000000000000000..214f03a1afe08658d6e4921d113ec6f6b32d3ba6 GIT binary patch literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^VnEEq!3HE_KI?1)Qk(@Ik;M!Q+`=Ht$S`Y;1W-`L z)5S4_W9Hg3jEoEhJcl-X`y|j~o0lXguzjuW^hqB={KFl-GS|*v=a{8_Vi{09gQu&X J%Q~loCIB@e9WVd@ literal 0 HcmV?d00001 diff --git a/gtk-2.0/null.png b/gtk-2.0/null.png new file mode 100755 index 0000000000000000000000000000000000000000..0af7d988cac19550baf335245bc7bf87516e5772 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nR&H|6fVg?3oVGw3ym^DWNC@5Rv z8d2h$pPQSSSHj?2l$uzQnxasiS(2d;l98(5?&%xwK1DSTsF2&!#W93qW^#f9I|G9d V17rTLm#WBR9H~G%4Qf=m^ z4MoA*^6s8uN<2H$xSi+k$&)90dU|+xcytOBJv}`)%{}b0?Ob56o3Es4>J^bc41r#i tm6a27xvuDHYHIeRFm{x=t-8X<5a7pWac9kuDL~^HJYD@<);T3K0RT=yKS}@q literal 0 HcmV?d00001 diff --git a/gtk-2.0/progressbar/trough-tree.png b/gtk-2.0/progressbar/trough-tree.png new file mode 100644 index 0000000000000000000000000000000000000000..16ae58ac0be20792b9f574c76e0ad6efe5cba53b GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^q9Dw{1SHi;jSd1S&H|6fVg?3oVGw3ym^DWNC@5Rv z8d2h$pPQSSSHj?2l$uzQnxasiS(2d;l98(5?&%xwK1DSTsL;yO#WBR9H#uPekAaba z!I_!H?L2c&o;=yp)1xEMw`7S*m#WBR9H~G%4Qf=m^ z4MoA*^6s8uN<2H$xSi+k$&)90dU|+xcytOBJv}`)%{}b0?Ob56o3Es4>J^bc41r#i tm6a27xvuDHYHIeRFm{x=t-8X<5a7pWac9kuDL~^HJYD@<);T3K0RT=yKS}@q literal 0 HcmV?d00001 diff --git a/gtk-2.0/radio.rc b/gtk-2.0/radio.rc new file mode 100644 index 0000000..2f28e48 --- /dev/null +++ b/gtk-2.0/radio.rc @@ -0,0 +1,47 @@ +######################################################################## +# 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 new file mode 100644 index 0000000000000000000000000000000000000000..b56976bfda1e56efd17c09c9134cde3a0cdc21fd GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3opai!dV|_~eM4({4 zr;B5VMeo~52YDM51X!MTq~7S0*V?Ee{V>(~+s3**ES+rnA5ZSlODt!8b8x}YRgr>= zRnDAYSZ1|giqNh`m77ybxNm&hnH@KsxnYhm!%Dk9LLZiR>+cfy-~J=IdW+S1i#vVw ktF}M(;9ASoTOUx!R8y~@JxO)lKcLkNp00i_>zopr02fL_!vFvP literal 0 HcmV?d00001 diff --git a/gtk-2.0/radio/radio.png b/gtk-2.0/radio/radio.png new file mode 100644 index 0000000000000000000000000000000000000000..af332b4abe77b7545283acc41c9b34635ee072cd GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^f*{Pn1|+R>-G2co&H|6fVg?3opai!dV|_~eM4+Ib zr;B5VMeo~5)_eyHIGpFNzSH-+$hO>Te`LmXjr^vA(^?yk3V%Jg&D-hah3%^y)54r3 zCe%p?2r}fPK5aPZ!*c)DOLx|i-@8I?(8f+Y1Hs2LLvCR#sVz{h64fI2k#pO-vpY-;OXk;vd$@?2>?z=FYy2X literal 0 HcmV?d00001 diff --git a/gtk-2.0/scale/thumb-h.png b/gtk-2.0/scale/thumb-h.png new file mode 100644 index 0000000000000000000000000000000000000000..6b97b492c483126d5a9561d1799326005abc968d GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^96-#CBD!6<42E0#E%>ydb_jGX#;h0%^W}_&B z0*{m9ql`Dat0yW={pk65{h~=X*c?7JsW40u%lhs;`B=Z@LE5%HZkh K=d#Wzp$PyjxirE6 literal 0 HcmV?d00001 diff --git a/gtk-2.0/scale/thumb-v.png b/gtk-2.0/scale/thumb-v.png new file mode 100644 index 0000000000000000000000000000000000000000..889a606431b1776877ec56f9195b11685b289905 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!2~4tOL} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(sPF0G7{W1g>8Xu^ z3|Odf#!!Ud;aHE?c2fC@uhKVS9i_nMx*+2=Maye+27vL*3G-0-+g&e%09zh VATYLxM;d4wgQu&X%Q~loCIBl%I-CFi literal 0 HcmV?d00001 diff --git a/gtk-2.0/scale/trough-vert.png b/gtk-2.0/scale/trough-vert.png new file mode 100755 index 0000000000000000000000000000000000000000..e69a866d2fc910ad498ce4fb2574132efd094b9b GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^qCl+3!3HGF{yfkHQk(@Ik;M!Q+`=Ht$S`Y;1W?f3 z)5S5wqx0?6jl2vBJVzYtPnFy>|J=&@!h`Wrbwf7qyY4G@ZF|`omQ;!?Sha5B85g0~ uQC2BeRs=3~lXqiI_*KhvEdP~VCiD7OZoRLkc1;8t$>8bg=d#Wzp$Pza7BD>k literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar.rc b/gtk-2.0/scrollbar.rc new file mode 100644 index 0000000..6630890 --- /dev/null +++ b/gtk-2.0/scrollbar.rc @@ -0,0 +1,239 @@ +######################################################################## +# Scrollbar +######################################################################## + +style "scrollbar" +{ + GtkRange::slider-width = 16 + GtkRange::stepper-size = 14 + + GtkCheckButtonClass::indicator-size = 16 + GtkRadioButtonClass::indicator-size = 16 + + GtkScrollbar::has-backward-stepper = 0 + GtkScrollbar::has-secondary-backward-stepper = 1 + + engine "pixmap" + { +### Trough ### + image + { + function = BOX + detail = "trough" + file = "scrollbar/trough-dots.png" + border = {2, 2, 2, 2} + stretch = FALSE + overlay_file = "scrollbar/trough-v.png" + overlay_border = {4, 4, 3, 3} + overlay_stretch = TRUE + orientation = VERTICAL + } + + image + { + function = BOX + detail = "trough" + file = "scrollbar/trough-dots.png" + border = {2, 2, 2, 2} + stretch = FALSE + overlay_file = "scrollbar/trough-h.png" + overlay_border = {3, 3, 4, 4} + overlay_stretch = TRUE + orientation = HORIZONTAL + } + +### Scrollbar ### + image + { + function = SLIDER + file = "scrollbar/scrollbar_horizontal.png" + border = {4, 4, 4, 4} + stretch = TRUE + overlay_file = "scrollbar/thumb-h.png" + overlay_stretch = FALSE + orientation = HORIZONTAL + } + + image + { + function = SLIDER + file = "scrollbar/scrollbar_vertical.png" + border = {4, 4, 4, 4} + 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 new file mode 100755 index 0000000000000000000000000000000000000000..6afcecc2f941f6ee71da34bbbd5b9bbce5956dc6 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~i!2~2%`f}d|Qk(@Ik;OoHD+UIh*Nn3cH@pD~ z%9glBlsM<-=BDPAFgO>bCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?Oz?DZ4AGdlwErUK z0S6A};-_ZCe#buqhZlHp3B?Tv4!WYyx)(b3e6{Z!)kzbF?hQA KxvXbCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?jPZ1F4AGdlw*MgS z0Rs-^xm~UitZs?A*G^2n`|E{zmXPMUSK=Oar`bHVp0O!+Z(#_yTKp_YdoN>o`S+jq zm_kjX=6}ELmHbME-(i}e_v_L} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(nCj``7@{$8?<8w3 z215>)xkqPL`sGgyTQ79N^^TIjvybYWSbx0&&P=F%Xqv+wMl6rFSV zqT_S-Pk+}5^G}>6Tg}d$@#B88*7w>~iRiOycJI?H*!r4v%I)ZtucT@jjSngnzo_?_ Q1hkOB)78&qol`;+0LXAp2><{9 literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/arrow_left_clicked.png b/gtk-2.0/scrollbar/arrow_left_clicked.png new file mode 100755 index 0000000000000000000000000000000000000000..3db32b74c5d24ac7a1891256a971a1bb051a928f GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^d_XL~!2~2%e!H0qq&N#aB8!3YRtyY0uNh|@Zg>L} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(nCa=_7@{#T`Op9V z_RP%8%F2)DSQbkZG*6i#GEFynn@!ahjzi%gAxBo7J9$!5Rkf9~-!r4(pV!>Eb0_Z9 zIihhWQ!D1~y}i|)r3{I|58D=6GVfkl{r#Qm=D7{bD_(_ZX{0u)uYU3*<&PKRjR*41 U)L} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(80YEY7@{$8Z{J1E z0|p$d^N*gLW1ReBrM`mnaWd5;P zONoD#(k81NE7HQA#Q(SYlwNTwSaYS=y*1Zr78^BOyCqx7&fg=khwW=nI?yHtPgg&e IbxsLQ098OtcK`qY literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/arrow_right_clicked.png b/gtk-2.0/scrollbar/arrow_right_clicked.png new file mode 100755 index 0000000000000000000000000000000000000000..78915931609683064e606bdfdacf4eac8408ad25 GIT binary patch literal 221 zcmeAS@N?(olHy`uVBq!ia0vp^d_XL~!2~2%e!H0qq&N#aB8!3YRtyY0uNh|@Zg>L} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(nC9u?7@{$8@1%pA z2Mjn|_p5gA=vwzEV%@~#G;e+FVdQ&MBb@0L8mZApigX literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/arrow_up.png b/gtk-2.0/scrollbar/arrow_up.png new file mode 100755 index 0000000000000000000000000000000000000000..cf73fafa1a7288f5366c750b0f811d65254def83 GIT binary patch literal 220 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~i!3HGN^yhQ|Db50q$YP+p6$1m$YsOiJ8{Pl~ zWlLNmN}Tg^b5rw57@Uhz6H8K46v{J8G895GQWe}ieFNU7sOA9`rh2+KhGjCdOmH#0T`fe;rNxNN@J->1lpZm;JJM)T6{ZnZbW=&PsKdzU7 P7BYCc`njxgN@xNAi=#?b literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/arrow_up_clicked.png b/gtk-2.0/scrollbar/arrow_up_clicked.png new file mode 100755 index 0000000000000000000000000000000000000000..f5ba939a18b9823a082b62415d2dcc4bbcb90be5 GIT binary patch literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^0zk~i!2~2%`f}d|Qk(@Ik;OoHD+UIh*Nn3cH@pD~ z%9glBlsM<-=BDPAFgO>bCYGe8D3oWGWGIAWq$;?3`UbpDQOyG?O!9Pb4AGdlv~MHt z0Rs+}`-0sSqQ+d=hHSd0D+HHsn4+|h;kmTKugCk>Zau?edDb$sU!`EtvQ?GaI|Lf; zRnObGYHCu$%$b(lHrFQnjLobsEidPHeo>l#zubPk3&Syq&@~IB6QpEp);~Q|1+b%7 literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/scrollbar_horizontal.png b/gtk-2.0/scrollbar/scrollbar_horizontal.png new file mode 100755 index 0000000000000000000000000000000000000000..a1dc3368c729c680da068cc490b92a2c3b49bfc0 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#Xxy01_qwjjI$0mya5Wz zmbgZgIOpf)rskC}I2WZRmZYXAlxLP?D1>CBD!6<42E0#E%>yb-@N{tuvFLp}X(Mlg z0T0Xhj=$y~L_FVyDy0fuZtzgy%F)pH@oM(|?MubWcJ7{hp=w4{wpu^WzniQK7xi6I z*cfKqTw9RM+n^d!xlsNC>wzuIp}frZW*2FyPPS*<`&}e~dHP$iwG}IO9|YRP;OXk; Jvd$@?2>{NTNk0Gp literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/scrollbar_vertical.png b/gtk-2.0/scrollbar/scrollbar_vertical.png new file mode 100755 index 0000000000000000000000000000000000000000..28411d9c5d70ec4fa98819dca066f8440a7aa229 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`oCO|{#Xxy01_qwjjI$0mya5Wz zmbgZgIOpf)rskC}I2WZRmZYXAlxLP?D1>CBD!6<42E0#E%>yb7@^ol&q$5MlB>FVdQ&MBb@0RMJNO#lD@ literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/thumb-h.png b/gtk-2.0/scrollbar/thumb-h.png new file mode 100644 index 0000000000000000000000000000000000000000..6b97b492c483126d5a9561d1799326005abc968d GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^96-#CBD!6<42E0#E%>ydb_jGX#;h0%^W}_&B z0*{m9ql`Dat0yW={pk65{h~=X*c?7JsW40u%lhs;`B=Z@LE5%HZkh K=d#Wzp$PyjxirE6 literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/thumb-v.png b/gtk-2.0/scrollbar/thumb-v.png new file mode 100644 index 0000000000000000000000000000000000000000..889a606431b1776877ec56f9195b11685b289905 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^tU%1c!2~4tOL} zlr3?MC~?lu%}vcKVQ?-=O)N=GQ7F$W$xsN%NL6t6^bL5QqM8R(sPF0G7{W1g>8Xu^ z32N}ZP>FVdQ&MBb@0Qb5XOaK4? literal 0 HcmV?d00001 diff --git a/gtk-2.0/scrollbar/trough-h.png b/gtk-2.0/scrollbar/trough-h.png new file mode 100644 index 0000000000000000000000000000000000000000..4e13efe2ec3be4f1b1d5a4101ad944c9689f46aa GIT binary patch literal 178 zcmeAS@N?(olHy`uVBq!ia0vp^LLkh+1|-AI^@Rf|&H|6fVg?3&UIqq%X^gY`e%Av9 zQ#@T9Lo9mVPI2Tqpuod&{DJeI3F}RNPLTKHUz(&TqGT&7&Q$Hu7E>ntK@%^ONl~G@v;*NxHvRqn|BY24KhFzPc$byIoi~*rIYHuC!$c0#|DA>}>}MVNuT$Z3Xv5T23D*-{oLWf^K@L;cC4hk8Xb1<_bkol+ PK%ESpu6{1-oD!MsM+F+KViXaR$#tDnm{r-UW|h3Gv) literal 0 HcmV?d00001 diff --git a/gtk-3.0/widgets/assets/arrow_left.png b/gtk-3.0/widgets/assets/arrow_left.png new file mode 100644 index 0000000000000000000000000000000000000000..ba5c0ede31010f7b13f8380f8c6be886eab1ab94 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkEw;jw0-+s^>l(NwH3+9L)@Ll3S>PXc tx}f_K@2Yg3?Ga3;G}@!@u&w+&S3bB}&e}?tAqQv;gQu&X%Q~loCIGDlJbVBE literal 0 HcmV?d00001 diff --git a/gtk-3.0/widgets/assets/arrow_up.png b/gtk-3.0/widgets/assets/arrow_up.png new file mode 100644 index 0000000000000000000000000000000000000000..04cd32c618a4b445775a8ed6c5e1f312aa5f6f68 GIT binary patch literal 195 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE(_Pt*0 jq_kt*cdp(CPn&syyX1u*I{jG&G@HTG)z4*}Q$iB}c!xiM literal 0 HcmV?d00001 diff --git a/gtk-3.0/widgets/assets/check.svg b/gtk-3.0/widgets/assets/check.svg new file mode 100644 index 0000000..c0f3b59 --- /dev/null +++ b/gtk-3.0/widgets/assets/check.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/gtk-3.0/widgets/assets/pane-handle-vertical.svg b/gtk-3.0/widgets/assets/pane-handle-vertical.svg new file mode 100644 index 0000000..8a983c7 --- /dev/null +++ b/gtk-3.0/widgets/assets/pane-handle-vertical.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gtk-3.0/widgets/assets/pane-handle.svg b/gtk-3.0/widgets/assets/pane-handle.svg new file mode 100644 index 0000000..7bd3be0 --- /dev/null +++ b/gtk-3.0/widgets/assets/pane-handle.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/gtk-3.0/widgets/assets/radio.svg b/gtk-3.0/widgets/assets/radio.svg new file mode 100644 index 0000000..e3bda8b --- /dev/null +++ b/gtk-3.0/widgets/assets/radio.svg @@ -0,0 +1,4 @@ + + + + diff --git a/gtk-3.0/widgets/button.css b/gtk-3.0/widgets/button.css new file mode 100644 index 0000000..d567109 --- /dev/null +++ b/gtk-3.0/widgets/button.css @@ -0,0 +1,129 @@ +button { + border-radius: 0px; + padding: 1px 2px; + border-width: 1px; + color: @fg_color_input; +} + +button:focus { + /* IIRC, Workbench had no concept of focus, but maybe it's worth*/ + /* taking some poetic license here. */ +} + +/* There is no such thing as a flat button in an UI for real + * computers. I'm sure we'll figure something out when the Amiga tablet + * shows up. */ + +button.flat { + background: @bg_color; + + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +button:hover { + /* IIRC, Workbench had no hovering. I toyed with adding one; it was*/ + /* rather disturbing. Maybe think of something more subtle, like a*/ + /* quiet gradient? */ +} + +button:active, button:checked { + background: @selected_bg_color; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +button:disabled, +button.flat:disabled { + border-style: solid; + border-top-color: @border_color_dim; + border-left-color: @border_color_dim; + border-bottom-color: @border_color_dim; + border-right-color: @border_color_dim; + background: @bg_color; +} + +button.circular { + border-radius: 100em; +} + +button.link label { + color: @focus_color; + text-decoration: underline; +} +button.link:hover label, +button.link:focus label { + color: mix(@focus_color, @fg_color, 0.2); +} +button.link:active label { + color: mix(@focus_color, @fg_color, 0.5); +} + +.linked button, +.linked entry { + border-radius: 0; + border-width: 1px 0 1px 1px; +} +.linked button:last-child, +.linked entry:last-child { + border-width: 1px; +} + +.linked.horizontal button:first-child, +.linked.horizontal entry:first-child { + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; +} +.linked.horizontal button:last-child, +.linked.horizontal entry:last-child { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} + +.linked.vertical button, +.linked.vertical entry { + border-width: 1px 1px 0 1px; +} +.linked.vertical button:first-child, +.linked.vertical entry:first-child { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} +.linked.vertical button:last-child, +.linked.vertical entry:last-child { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; +} + +spinbutton { + border-width: 1px; +} +spinbutton entry { + border-width: 0; +} +spinbutton button { + border-radius: 0; +} +spinbutton.horizontal button { + border-width: 0 0 0 1px; +} +spinbutton.vertical button.up { + border-width: 0 0 1px; +} +spinbutton.vertical button.down { + border-width: 1px 0 0; +} +spinbutton button:focus { + border-color: @border_color; +} + +combobox button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +@import url("button_hacks.css"); diff --git a/gtk-3.0/widgets/button_hacks.css b/gtk-3.0/widgets/button_hacks.css new file mode 100644 index 0000000..2fa6d2e --- /dev/null +++ b/gtk-3.0/widgets/button_hacks.css @@ -0,0 +1,57 @@ +/* Open file... "Open" and "Cancel" documents are badly misaligned by*/ +/* default. I have no idea why. This makes the situation slightly*/ +/* better, but barely. Frankly, this looks like yet another thing that + * ought to be fixed in GTK... */ + +button widget box { + margin-top: 1px; +} + +button widget box image { + margin-top: 1px; +} + +/* Hacks for several Mate application buttons. E.g. Atril toolbar + * buttons are made of a tolbutton->button->box->(image + icon) + * hierarchy. The default left/right badding of boxes is too small and + * this results in images being very close to the button's edge */ + +toolbutton button { + padding: 2px; + min-width: 16px; + margin-left: 0px; + margin-right: 0px; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +toolbutton button { + padding: 2px; + min-width: 16px; + margin-left: 0px; + margin-right: 0px; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; +} + +toolbutton button:not(disabled) { + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +toolbutton button box { + padding-right: 4px; + padding-right: 8px; +} diff --git a/gtk-3.0/widgets/checkbox.css b/gtk-3.0/widgets/checkbox.css new file mode 100644 index 0000000..b85f2d8 --- /dev/null +++ b/gtk-3.0/widgets/checkbox.css @@ -0,0 +1,73 @@ +checkbutton, +radiobutton { + padding: 0px; +} + +radio, +check { + border-width: 1px; + background-color: @bg_color; + color: @fg_color_input; + + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; + border-style: solid; + + min-height: 12px; + min-width: 12px; +} + +radio:not(:last-child), +check:not(:last-child) { + margin-right: 4px; +} + +radio:not(:first-child), +check:not(:first-child) { + margin-left: 4px; +} + +radio { + border-radius: 36%; +} + +check:checked { + -gtk-icon-source: -gtk-recolor(url("./assets/check.svg")); + background: @selected_bg_color; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +check:not(:checked) { + background: @bg_color_input; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +/* Else selected checkbox (in tree-view for eg), doesn't appear checked. */ +check:not(:checked):selected { + background: @bg_color_input; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +radio:checked { + -gtk-icon-source: -gtk-recolor(url("./assets/radio.svg")); + background: @selected_bg_color; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +radio:disabled, check:disabled { + border-color: @border_color_dim; +} diff --git a/gtk-3.0/widgets/combobox.css b/gtk-3.0/widgets/combobox.css new file mode 100644 index 0000000..f3047a3 --- /dev/null +++ b/gtk-3.0/widgets/combobox.css @@ -0,0 +1,50 @@ +entry { + padding: 1px; + border-width: 1px 0px 1px 1px; + background-color: @bg_color_input; + color: @fg_color_input; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +entry:disabled { + border-color: @border_color_dim; +} + +entry:focus { + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +combobox { + border-radius: 0px; + margin: 2px; +} + +combobox button { + border-radius: 0px; + border-left: 0px; + border-style: solid; + border-width: 1px; + + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +combobox button:disabled { + border-radius: 0px; + border-left: 0px; + border-style: solid; + border-width: 1px; + + border-top-color: @border_color_dim; + border-left-color: @border_color_dimt; + border-bottom-color: @border_color_dim; + border-right-color: @border_color_dim; +} diff --git a/gtk-3.0/widgets/entry.css b/gtk-3.0/widgets/entry.css new file mode 100644 index 0000000..e69de29 diff --git a/gtk-3.0/widgets/filechooser.css b/gtk-3.0/widgets/filechooser.css new file mode 100644 index 0000000..c1278b8 --- /dev/null +++ b/gtk-3.0/widgets/filechooser.css @@ -0,0 +1,11 @@ +filechooser label { + margin-left: 3px; +} + +filechooser viewport { + margin-left: 1px; +} + +filechooser combobox button { + margin-right: 4px; +} diff --git a/gtk-3.0/widgets/frame.css b/gtk-3.0/widgets/frame.css new file mode 100644 index 0000000..daabbb8 --- /dev/null +++ b/gtk-3.0/widgets/frame.css @@ -0,0 +1,3 @@ +frame border { + border-width: 1px; +} diff --git a/gtk-3.0/widgets/global_hacks.css b/gtk-3.0/widgets/global_hacks.css new file mode 100644 index 0000000..e69de29 diff --git a/gtk-3.0/widgets/headerbar.css b/gtk-3.0/widgets/headerbar.css new file mode 100644 index 0000000..4461a11 --- /dev/null +++ b/gtk-3.0/widgets/headerbar.css @@ -0,0 +1,23 @@ +headerbar { + background: @bg_color; + color: @fg_color; + padding: 4px; + border-bottom-width: 1px; + box-shadow: 0 0 0.2em @border_color; +} + +headerbar.titlebar { + background: @selected_bg_color +} + +headerbar.titlebar:backdrop { + background: @bg_color; +} + +searchbar { + border-bottom-width: 1px; +} + +decoration { + border-width: 1px; +} diff --git a/gtk-3.0/widgets/list.css b/gtk-3.0/widgets/list.css new file mode 100644 index 0000000..fed3de0 --- /dev/null +++ b/gtk-3.0/widgets/list.css @@ -0,0 +1,26 @@ +list { + background: @bg_color_input; + color: @fg_color_input; + padding-top: 4px; + margin: 2px; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +list row.activatable { + padding: 4px; +} +list row image { + margin-right: 0.5em; +} + +list separator { + border-bottom: 1px solid @border_color; +} diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css new file mode 100644 index 0000000..76fd0ee --- /dev/null +++ b/gtk-3.0/widgets/menu.css @@ -0,0 +1,64 @@ +menubar { + background: @bg_color; + color: @fg_color; + border: 0px; + margin: 0px 2px; +} + +menu { + background: @bg_color_input; + color: @fg_color_input; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + + +menuitem { + padding: 1px 6px 1px 6px; +} + + +menu menuitem { + padding: 1px; + margin: 2px; +} + +menuitem:hover, +menuitem:hover > *, +combobox menuitem:hover * { + background: @selected_bg_color; + color: @selected_fg_color; +} + +toolbar { + background: @bg_color_input; + padding: 4px; + margin: 0px 2px; + + border-style: ridge; + border-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +toolbar button:hover { + background: @bg_color_lighten; +} + +separator { + background-color: @border_color; + margin: 0.2em; + min-width: 1px; + min-height: 1px; +} + +@import url("menu_hacks.css"); diff --git a/gtk-3.0/widgets/menu_hacks.css b/gtk-3.0/widgets/menu_hacks.css new file mode 100644 index 0000000..d0b43bd --- /dev/null +++ b/gtk-3.0/widgets/menu_hacks.css @@ -0,0 +1,17 @@ +/* Combo boxes get lumped together with other buttons on the toolbar, + * and they look really bad */ + +toolitem combobox { + margin-right: 4px; + margin-left: 4px; +} + +/* Mate's bar hates it otherwise */ +.gnome-panel-menu-bar menubar { + border: 0px; +} + +/* pcmanfm: Leave some room between buttons and entry box */ +toolbar entry { + margin-left: 4px; +} diff --git a/gtk-3.0/widgets/notebook.css b/gtk-3.0/widgets/notebook.css new file mode 100644 index 0000000..0eb71ed --- /dev/null +++ b/gtk-3.0/widgets/notebook.css @@ -0,0 +1,90 @@ + +notebook.frame { + background: @bg_color; +} + +notebook tab { + padding: 1px 5px; + border-width: 1px; + color: @fg_color_secondary; + background: @bg_color_darken; +} + +notebook tab:not(checked) { + background: @bg_color_darken; + color: @fg_color; +} + +notebook tab:checked { + background: @bg_color; + color: @fg_color; + outline-style: none; +} + +notebook header { + background: @bg_color; +} + +notebook stack { + padding-top: 4px; + background: @bg_color; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +notebook .top tab { + margin-top: 0px; + border-bottom-color: @bg_color; + border-top-left-radius: 6px; +} + +notebook .top tab:checked { + margin-top: 0px; +} + +notebook .right tab { + margin-right: 0px; +} +notebook .right tab:checked { + margin-right: 0px; + border-left: 0px; + border-bottom-right-radius: 6px; +} + +notebook .bottom tab { + margin-bottom: 0px; + border-bottom-right-radius: 6px; +} + +notebook .bottom tab:checked { + margin-bottom: 0px; + border-top: 0px; +} + +notebook .left tab { + margin-left: 0px; +} +notebook .left tab:checked { + margin-left: 0px; + border-right: 0px; + border-bottom-left-radius: 6px; +} + +/* Keep the buttons in tabs flat, since the tabs already have the ridge + * and 3D looks and whatnot */ + +tab button, tab button.flat { + border-width: 0px; + background: @bg_color_darken; +} + +tab:checked button, tab:checked button.flat { + background: @bg_color; +} diff --git a/gtk-3.0/widgets/pane-separator.css b/gtk-3.0/widgets/pane-separator.css new file mode 100644 index 0000000..6053b51 --- /dev/null +++ b/gtk-3.0/widgets/pane-separator.css @@ -0,0 +1,17 @@ +paned separator { + background-color: @bg_color_darken; + background-image: url("../assets/pane-handle.svg"); + background-repeat: no-repeat; + background-position: center center; + min-width: 4px; + min-height: 8px; +} + +paned.vertical > separator { + background-image: url("../assets/pane-handle-vertical.svg"); + background-color: @bg_color_darken; +} + +paned separator:hover { + background-color: @bg_color_lighten; +} diff --git a/gtk-3.0/widgets/popover.css b/gtk-3.0/widgets/popover.css new file mode 100644 index 0000000..752a0be --- /dev/null +++ b/gtk-3.0/widgets/popover.css @@ -0,0 +1,30 @@ +popover.background, +toolbar.osd { + background: @bg_color_input; + color: @fg_color_input; + border-radius: 0px; + border-width: 1px; +} + +popover modelbutton { + background: none; + color: inherit; + border-width: 1px; + border-color: transparent; + border-radius: 0px; + padding: 0.3em; +} +popover modelbutton:hover { + background: @selected_bg_color; + color: @selected_fg_color; +} +/* First item is initially focused, so using same style + * as :hover would be irritating */ +popover modelbutton:focus { + border: 1px dotted @border_color; +} + +toolbar.osd { + border-radius: 0px; + padding: 2em; +} diff --git a/gtk-3.0/widgets/progress_bar.css b/gtk-3.0/widgets/progress_bar.css new file mode 100644 index 0000000..2208dd9 --- /dev/null +++ b/gtk-3.0/widgets/progress_bar.css @@ -0,0 +1,21 @@ +progressbar { + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; + background: @bg_color_darken; +} + +/* FIXME: there is at least a second wrapper type. I don't know what it is */ +progressbar progress { + background: @selected_bg_color; +} + +entry progress { + border-bottom: 2px solid @selected_bg_color; +} diff --git a/gtk-3.0/widgets/scale.css b/gtk-3.0/widgets/scale.css new file mode 100644 index 0000000..c11d233 --- /dev/null +++ b/gtk-3.0/widgets/scale.css @@ -0,0 +1,44 @@ +scale { + padding: 1px; + min-height: 16px; + min-width: 16px; +} + +scale contents { + border-width: 1px; + background: @bg_color_input; +} + +scale highlight { + background: @selected_bg_color; + min-width: 6px; + min-height: 6px; +} + +scale slider { + border-radius: 0%; + border-width: 1px; + min-width: 8px; + min-height: 8px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; + background: @bg_color_input; + margin: -6px; +} + +scale slider:disabled { + border-top-color: @bg_color_dim; + border-left-color: @bg_color_dim; + border-bottom-color: @bg_color_dim; + border-right-color: @bg_color_dim; + background: @bg_color; +} + +scale mark { + background-color: @bg_color; + margin-top: 2px; + min-height: 5px; + min-width: 1px; +} diff --git a/gtk-3.0/widgets/scrollbar.css b/gtk-3.0/widgets/scrollbar.css new file mode 100644 index 0000000..ed08d90 --- /dev/null +++ b/gtk-3.0/widgets/scrollbar.css @@ -0,0 +1,83 @@ +* { + -GtkScrolledWindow-scrollbar-spacing: 4px; +} + +scrolledwindow { + border-width: 0px; +} + +scrollbar { + -GtkScrollbar-has-backward-stepper: true; + -GtkScrollbar-has-forward-stepper: true; + + background-color: @bg_color_halfblack; + border-style: solid; + border-width: 1px; + padding: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; + margin: 1px 0px; +} + +scrollbar slider { + border-style: solid; + border-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; + background-color: @bg_color; + min-width: 14px; + min-height: 14px; +} + +scrollbar button { + border-style: solid; + border-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; + background-color: @bg_color; + padding: 2px; + min-width: 10px; + min-height: 10px; +} + + +scrollbar slider:active { + background-color: @selected_bg_color; +} + +scrollbar through { + border: 0; +} + +scrollbar button:disabled { + border-style: solid; + border-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; + background-color: @bg_color; +} + +scrollbar.vertical button.up { + -gtk-icon-source: url('assets/arrow_up.png'); +} + +scrollbar.vertical button.down { + -gtk-icon-source: url('assets/arrow_down.png'); +} + +scrollbar.horizontal button.up { + -gtk-icon-source: url('assets/arrow_left.png'); +} + +scrollbar.horizontal button.down { + -gtk-icon-source: url('assets/arrow_right.png'); +} + diff --git a/gtk-3.0/widgets/scrolledwindow.css b/gtk-3.0/widgets/scrolledwindow.css new file mode 100644 index 0000000..cf194fd --- /dev/null +++ b/gtk-3.0/widgets/scrolledwindow.css @@ -0,0 +1,18 @@ +scrolledwindow { + margin-bottom: 4px; + margin-left: 4px; + margin-right: 4px; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} + +scrolledwindow treeview { + background: @bg_color_input; +} diff --git a/gtk-3.0/widgets/spinner.css b/gtk-3.0/widgets/spinner.css new file mode 100644 index 0000000..2606819 --- /dev/null +++ b/gtk-3.0/widgets/spinner.css @@ -0,0 +1,13 @@ +@keyframes spin { + to { -gtk-icon-transform: rotate(1turn); } +} + +spinner { + opacity: 0; + -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); +} + +spinner:checked { + opacity: 1; + animation: spin 1s linear infinite; +} diff --git a/gtk-3.0/widgets/statusbar.css b/gtk-3.0/widgets/statusbar.css new file mode 100644 index 0000000..8034a85 --- /dev/null +++ b/gtk-3.0/widgets/statusbar.css @@ -0,0 +1,20 @@ +/* A bunch of ugly hacks for oversized status bars that have 10-px high*/ +/* text but are 32-px high for some reason */ + +statusbar { + color: @fg_color; +} + +statusbar border { + border: 0; +} + +statusbar { + padding: 0px; + border: 0px; + margin: -2px; +} + +statusbar box { + margin: 0px; +} diff --git a/gtk-3.0/widgets/switch.css b/gtk-3.0/widgets/switch.css new file mode 100644 index 0000000..4fbaf9f --- /dev/null +++ b/gtk-3.0/widgets/switch.css @@ -0,0 +1,32 @@ +switch { + border-width: 1px; + font-weight: bold; + border-radius: 0px; +} + +switch:checked { + background: @selected_bg_color; + color: @selected_fg_color; +} + +switch slider { + /* same as in button */ + background: @bg_color_darken; + border-width: 1px; + border-radius: 3px; + margin: 1px; + + border-right-width: 1px; + border-top-color: @border_color_dark; + border-left-color: @border_color_dark; + border-bottom-color: @border_color_light; + border-right-color: @border_color_light; +} +switch:hover slider, +switch:focus slider { + background: @bg_color; +} + +switch:disabled slider { + background: @bg_color; +} diff --git a/gtk-3.0/widgets/tooltip.css b/gtk-3.0/widgets/tooltip.css new file mode 100644 index 0000000..21a2dde --- /dev/null +++ b/gtk-3.0/widgets/tooltip.css @@ -0,0 +1,6 @@ +tooltip.background { + background-color: @tooltip_bg_color; + color: @tooltip_fg_color; + padding: 0; + border-width: 1px; +} diff --git a/gtk-3.0/widgets/treeview.css b/gtk-3.0/widgets/treeview.css new file mode 100644 index 0000000..d7be58b --- /dev/null +++ b/gtk-3.0/widgets/treeview.css @@ -0,0 +1,58 @@ +/* +You can type here any CSS rule recognized by GTK+. +You can temporarily disable this custom CSS by clicking on the “Pause” button above. + +Changes are applied instantly and globally, for the whole application. +*/ + +treeview button { + padding-right: 8px; + border-style: ridge; + border-top-width: 1px; + border-bottom-width: 1px; + border-left-width: 1px; + border-right-width: 1px; + border-top-color: @border_color_light; + border-left-color: @border_color_light; + border-bottom-color: @border_color_dark; + border-right-color: @border_color_dark; +} + +treeview.view { + background-color: @bg_color_input; + color: @fg_color_input; +} + +treeview.view:selected { + border: 1px dotted @border_color; + background: @bg_color; +} + +treeview.view:selected:focus { + border: 1px dotted @border_color; + background: @bg_color; +} + +treeview.trough { + border-width: 1px; + padding: 1px; +} + +treeview.progressbar { + background-color: alpha(@selected_bg_color, 1); + color: alpha(@selected_fg_color, 1); +} + +treeview.progressbar:selected, +treeview.progressbar:selected:focus { + background-color: @selected_bg_color; + color: @selected_fg_color; +} + +treeview header button { + border-radius: 0; + border-width: 1px; +} +treeview header button:not(:last-child) { + border-right-width: 1px; +} diff --git a/xfwm4/README b/xfwm4/README new file mode 100644 index 0000000..960cad0 --- /dev/null +++ b/xfwm4/README @@ -0,0 +1,11 @@ +Workbench2.0 +------------ + +Started with microcurve. No curves here. + +Amiga Workbench 2.0 will never die. + + /// +\\\/// NotZed + \/// + diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..aaa57af --- /dev/null +++ b/xfwm4/bottom-active.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"32 12 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"................................", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm new file mode 100644 index 0000000..5200a55 --- /dev/null +++ b/xfwm4/bottom-inactive.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"32 12 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"................................", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..0948c13 --- /dev/null +++ b/xfwm4/bottom-left-active.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"12 12 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".++.........", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +"@@@@@@@@@@@@"}; diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 0000000..6c984bc --- /dev/null +++ b/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"12 12 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".++.........", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +".+++++++++++", +"@@@@@@@@@@@@"}; diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..20909f3 --- /dev/null +++ b/xfwm4/bottom-right-active.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"12 12 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".........++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"@@@@@@@@@@@@"}; diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 0000000..8139c4c --- /dev/null +++ b/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"12 12 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".........++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"+++++++++++@", +"@@@@@@@@@@@@"}; diff --git a/xfwm4/close-active.xpm b/xfwm4/close-active.xpm new file mode 100644 index 0000000..cbe27dd --- /dev/null +++ b/xfwm4/close-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_active_xpm[] = { +"17 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".................", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++@@@@@+++++@", +".+++++@...@+++++@", +".+++++@...@+++++@", +".+++++@...@+++++@", +".+++++@@@@@+++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +"@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..fb95fc4 --- /dev/null +++ b/xfwm4/close-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"17 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".................", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++@@@@@+++++@", +".+++++@+++@+++++@", +".+++++@+++@+++++@", +".+++++@+++@+++++@", +".+++++@@@@@+++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +"@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/close-pressed.xpm b/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..29f4262 --- /dev/null +++ b/xfwm4/close-pressed.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"17 15 4 1", +" c None", +". c #000000", +"+ c #667799", +"@ c #FFFFFF", +".................", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".++++++.....++++@", +".++++++.@@@.++++@", +".++++++.@@@.++++@", +".++++++.@@@.++++@", +".++++++.....++++@", +".+++++++++++++++@", +".+++++++++++++++@", +".+++++++++++++++@", +"@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/hide-active.xpm b/xfwm4/hide-active.xpm new file mode 100644 index 0000000..f48f646 --- /dev/null +++ b/xfwm4/hide-active.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"23 15 5 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"# c #AAAAAA", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++@@@@@@@@@@@+++++++@", +".+++@#########@+++++++@", +".+++@###@@@@@@@@@@@+++@", +".+++@###@.........@+++@", +".+++@@@@@.........@+++@", +".+++++++@.........@+++@", +".+++++++@@@@@@@@@@@+++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/hide-inactive.xpm b/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..53b8343 --- /dev/null +++ b/xfwm4/hide-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"23 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++@@@@@@@@@@@+++++++@", +".+++@+++++++++@+++++++@", +".+++@+++@@@@@@@@@@@+++@", +".+++@+++@+++++++++@+++@", +".+++@@@@@+++++++++@+++@", +".+++++++@+++++++++@+++@", +".+++++++@@@@@@@@@@@+++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/hide-pressed.xpm b/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..2d04b08 --- /dev/null +++ b/xfwm4/hide-pressed.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"23 15 5 1", +" c None", +". c #000000", +"+ c #667799", +"@ c #FFFFFF", +"# c #AAAAAA", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".++++...........++++++@", +".++++.#########.++++++@", +".++++.###...........++@", +".++++.###.@@@@@@@@@.++@", +".++++.....@@@@@@@@@.++@", +".++++++++.@@@@@@@@@.++@", +".++++++++...........++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm new file mode 100644 index 0000000..8fe11ff --- /dev/null +++ b/xfwm4/left-active.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * left_active_xpm[] = { +"4 32 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm new file mode 100644 index 0000000..3e6829d --- /dev/null +++ b/xfwm4/left-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"4 32 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/maximize-active.xpm b/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..df5dcbd --- /dev/null +++ b/xfwm4/maximize-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"21 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".....................", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++@@@@@@@@@@@@@+++@", +".+++@@...@@+++++@+++@", +".+++@@...@@+++++@+++@", +".+++@@@@@@@+++++@+++@", +".+++@+++++++++++@+++@", +".+++@+++++++++++@+++@", +".+++@@@@@@@@@@@@@+++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/maximize-inactive.xpm b/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..3816ffd --- /dev/null +++ b/xfwm4/maximize-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"21 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".....................", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++@@@@@@@@@@@@@+++@", +".+++@@+++@@+++++@+++@", +".+++@@+++@@+++++@+++@", +".+++@@@@@@@+++++@+++@", +".+++@+++++++++++@+++@", +".+++@+++++++++++@+++@", +".+++@@@@@@@@@@@@@+++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/maximize-pressed.xpm b/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b1fff0f --- /dev/null +++ b/xfwm4/maximize-pressed.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"21 15 4 1", +" c None", +". c #000000", +"+ c #667799", +"@ c #FFFFFF", +".....................", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +".++++.............++@", +".++++..@@@..+++++.++@", +".++++..@@@..+++++.++@", +".++++.......+++++.++@", +".++++.+++++++++++.++@", +".++++.+++++++++++.++@", +".++++.............++@", +".+++++++++++++++++++@", +".+++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm new file mode 100644 index 0000000..28fb571 --- /dev/null +++ b/xfwm4/menu-active.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"13 15 6 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D6D6CC s active_color_2", +"# c #9B9B8A s active_shadow_2", +"& c #ABABAA s active_mid_2", +".............", +"+++++++++++++", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@..@@@..@@@", +"@@@...@...@@@", +"@@@#.....#@@@", +"@@@@#...#@@@@", +"@@@@@#.#@@@@@", +"@@@@@@#@@@@@@", +"@@@@@@@@@@@@@", +"&&&&&&&&&&&&&", +"#############", +"............."}; diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..acd089f --- /dev/null +++ b/xfwm4/menu-inactive.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"13 15 6 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #D6D6CC s inactive_color_1", +"# c #9B9B8A s inactive_shadow_1", +"& c #ABABAA s inactive_mid_1", +".............", +"+++++++++++++", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@..@@@..@@@", +"@@@...@...@@@", +"@@@#.....#@@@", +"@@@@#...#@@@@", +"@@@@@#.#@@@@@", +"@@@@@@#@@@@@@", +"@@@@@@@@@@@@@", +"&&&&&&&&&&&&&", +"#############", +"............."}; diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..77ffded --- /dev/null +++ b/xfwm4/menu-pressed.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"13 15 5 1", +" c None", +". c #000000", +"+ c #9B9B8A s active_shadow_2", +"@ c #FFFFFF s active_hilight_2", +"# c #D6D6CC s active_mid_2", +".............", +"+++++++++++++", +"+###########+", +"+###########+", +"+###########+", +"+###########+", +"+##..###..##+", +"+##...#...##+", +"+###.....###+", +"+####...####+", +"+#####.#####+", +"+###########+", +"+###########+", +"+++++++++++++", +"............."}; diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm new file mode 100644 index 0000000..65b7492 --- /dev/null +++ b/xfwm4/right-active.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * right_active_xpm[] = { +"4 32 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm new file mode 100644 index 0000000..77ebc14 --- /dev/null +++ b/xfwm4/right-inactive.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"4 32 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/shade-active.xpm b/xfwm4/shade-active.xpm new file mode 100644 index 0000000..ba296ef --- /dev/null +++ b/xfwm4/shade-active.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"13 15 6 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D6D6CC s active_color_2", +"# c #9B9B8A s active_shadow_2", +"& c #ABABAA s active_mid_2", +".............", +"+++++++++++++", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@.@@@@@@", +"@@@@@...@@@@@", +"@@@@.....@@@@", +"@@@...#...@@@", +"@@@..#@#..@@@", +"@@@##@@@##@@@", +"@@@@@@@@@@@@@", +"&&&&&&&&&&&&&", +"#############", +"............."}; diff --git a/xfwm4/shade-inactive.xpm b/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..32d0706 --- /dev/null +++ b/xfwm4/shade-inactive.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"13 15 6 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #D6D6CC s inactive_color_1", +"# c #9B9B8A s inactive_shadow_1", +"& c #ABABAA s inactive_mid_1", +".............", +"+++++++++++++", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@@@@@@@@", +"@@@@@@.@@@@@@", +"@@@@@...@@@@@", +"@@@@.....@@@@", +"@@@...#...@@@", +"@@@..#@#..@@@", +"@@@##@@@##@@@", +"@@@@@@@@@@@@@", +"&&&&&&&&&&&&&", +"#############", +"............."}; diff --git a/xfwm4/shade-pressed.xpm b/xfwm4/shade-pressed.xpm new file mode 100644 index 0000000..06c7ee8 --- /dev/null +++ b/xfwm4/shade-pressed.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"13 15 5 1", +" c None", +". c #000000", +"+ c #9B9B8A s active_shadow_2", +"@ c #D6D6CC s active_mid_2", +"# c #FFFFFF s active_hilight_2", +".............", +"+++++++++++++", +"+@@@@@@@@@@@+", +"+@@@@@@@@@@@+", +"+@@@@@@@@@@@+", +"+@@@@@@@@@@@+", +"+@@@@@.@@@@@+", +"+@@@@...@@@@+", +"+@@@.....@@@+", +"+@@...@...@@+", +"+@@..@@@..@@+", +"+@@@@@@@@@@@+", +"+@@@@@@@@@@@+", +"+++++++++++++", +"............."}; diff --git a/xfwm4/stick-active.xpm b/xfwm4/stick-active.xpm new file mode 100644 index 0000000..a252c76 --- /dev/null +++ b/xfwm4/stick-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"23 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++@@@@@+++++@", +".+++++++++++@...@+++++@", +".+++++@@@@@@@...@+++++@", +".+++++++++++@...@+++++@", +".+++++++++++@@@@@+++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/stick-inactive.xpm b/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..7ce3702 --- /dev/null +++ b/xfwm4/stick-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"23 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++@@@@@+++++@", +".+++++++++++@+++@+++++@", +".+++++@@@@@@@+++@+++++@", +".+++++++++++@+++@+++++@", +".+++++++++++@@@@@+++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/stick-pressed.xpm b/xfwm4/stick-pressed.xpm new file mode 100644 index 0000000..f75df17 --- /dev/null +++ b/xfwm4/stick-pressed.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"23 15 4 1", +" c None", +". c #000000", +"+ c #667799", +"@ c #FFFFFF", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".++++++++.....++++++++@", +".++++++++.@@@.++++++++@", +".++++++++.@@@.++++++++@", +".++++++++.@@@.++++++++@", +".++++++++.....++++++++@", +".++++++++++.++++++++++@", +".++++++.........++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/stick-toggled-active.xpm b/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..c69abe2 --- /dev/null +++ b/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"23 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".++++++++@@@@@++++++++@", +".++++++++@...@++++++++@", +".++++++++@...@++++++++@", +".++++++++@...@++++++++@", +".++++++++@@@@@++++++++@", +".++++++++++@++++++++++@", +".++++++@@@@@@@@@++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/stick-toggled-inactive.xpm b/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..518d958 --- /dev/null +++ b/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"23 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".++++++++@@@@@++++++++@", +".++++++++@+++@++++++++@", +".++++++++@+++@++++++++@", +".++++++++@+++@++++++++@", +".++++++++@@@@@++++++++@", +".++++++++++@++++++++++@", +".++++++@@@@@@@@@++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/stick-toggled-pressed.xpm b/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 0000000..495786d --- /dev/null +++ b/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"23 15 4 1", +" c None", +". c #000000", +"+ c #667799", +"@ c #FFFFFF", +".......................", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++.....+++++@", +".+++++++++++.@@@.+++++@", +".+++++.......@@@.+++++@", +".+++++++++++.@@@.+++++@", +".+++++++++++.....+++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +".+++++++++++++++++++++@", +"@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/xfwm4/themerc b/xfwm4/themerc new file mode 100644 index 0000000..71e7611 --- /dev/null +++ b/xfwm4/themerc @@ -0,0 +1,9 @@ +full_width_title=true +active_text_color=#000000 +inactive_text_color=#000000 +button_offset=0 +button_spacing=0 +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=false +title_shadow_inactive=false diff --git a/xfwm4/title-1-active.xpm b/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..57ff807 --- /dev/null +++ b/xfwm4/title-1-active.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"4 15 5 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D6D6CC s active_color_2", +"# c #9B9B8A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"...."}; diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..2232072 --- /dev/null +++ b/xfwm4/title-1-inactive.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"4 15 5 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #D6D6CC s inactive_color_1", +"# c #9B9B8A s inactive_shadow_1", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"...."}; diff --git a/xfwm4/title-2-active.xpm b/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..68d332b --- /dev/null +++ b/xfwm4/title-2-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"10 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"..........", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +"@@@@@@@@@@"}; diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4/title-2-inactive.xpm new file mode 100644 index 0000000..d32daaf --- /dev/null +++ b/xfwm4/title-2-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"10 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"..........", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +".+++++++++", +"@@@@@@@@@@"}; diff --git a/xfwm4/title-3-active.xpm b/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..af95190 --- /dev/null +++ b/xfwm4/title-3-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"8 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"........", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"@@@@@@@@"}; diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..2a21734 --- /dev/null +++ b/xfwm4/title-3-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"8 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"........", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"++++++++", +"@@@@@@@@"}; diff --git a/xfwm4/title-4-active.xpm b/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..dade02c --- /dev/null +++ b/xfwm4/title-4-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"10 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"..........", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"@@@@@@@@@@"}; diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4/title-4-inactive.xpm new file mode 100644 index 0000000..7250214 --- /dev/null +++ b/xfwm4/title-4-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"10 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"..........", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"+++++++++@", +"@@@@@@@@@@"}; diff --git a/xfwm4/title-5-active.xpm b/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..3eb18e2 --- /dev/null +++ b/xfwm4/title-5-active.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"4 15 5 1", +" c None", +". c #000000", +"+ c #FFFFFF s active_hilight_2", +"@ c #D6D6CC s active_color_2", +"# c #9B9B8A s active_shadow_2", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"...."}; diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4/title-5-inactive.xpm new file mode 100644 index 0000000..987bf60 --- /dev/null +++ b/xfwm4/title-5-inactive.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"4 15 5 1", +" c None", +". c #000000", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #D6D6CC s inactive_color_1", +"# c #9B9B8A s inactive_shadow_1", +"....", +"++++", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"@@@@", +"...."}; diff --git a/xfwm4/top-left-active.xpm b/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..673803c --- /dev/null +++ b/xfwm4/top-left-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"4 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"....", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4/top-left-inactive.xpm new file mode 100644 index 0000000..01db3ab --- /dev/null +++ b/xfwm4/top-left-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"4 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"....", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/top-right-active.xpm b/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..d50bac5 --- /dev/null +++ b/xfwm4/top-right-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"4 15 4 1", +" c None", +". c #FFFFFF", +"+ c #667799", +"@ c #000000", +"....", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm new file mode 100644 index 0000000..fe4ec28 --- /dev/null +++ b/xfwm4/top-right-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"4 15 4 1", +" c None", +". c #FFFFFF", +"+ c #AAAAAA", +"@ c #000000", +"....", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@", +".++@"}; -- 2.39.2