From f183cfec8b565beeafd93f8f8b76a23fa71e78ff Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 9 Nov 2022 16:04:18 -0500 Subject: add fluxbox --- .../Common/Squared_green/pixmaps/close.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/close_pressed.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/hilite_select.xpm | 18 ++++++++++++++++ .../Squared_green/pixmaps/hilite_unselect.xpm | 18 ++++++++++++++++ .../Common/Squared_green/pixmaps/max.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/max_pressed.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/min.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/min_pressed.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/select.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/stick.xpm | 21 +++++++++++++++++++ .../Common/Squared_green/pixmaps/stuck.xpm | 21 +++++++++++++++++++ .../Squared_green/pixmaps/toolbar_focused.xpm | 24 ++++++++++++++++++++++ .../Common/Squared_green/pixmaps/unselect.xpm | 18 ++++++++++++++++ 13 files changed, 267 insertions(+) create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close_pressed.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_select.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_unselect.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max_pressed.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min_pressed.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/select.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stick.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stuck.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/toolbar_focused.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/unselect.xpm (limited to 'fluxbox/debian/additional-themes/Common/Squared_green/pixmaps') diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close.xpm new file mode 100644 index 0000000..34353d0 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * close_xpm[] = { +"16 15 3 1", +" c None", +". c #383838", +"+ c #3E5C2C", +"................", +"................", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"................", +"................"}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close_pressed.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close_pressed.xpm new file mode 100644 index 0000000..7b28540 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/close_pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"16 15 3 1", +" c None", +". c #383838", +"+ c #5C764D", +"................", +"................", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"+++++++++++++++.", +"................", +"................"}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_select.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_select.xpm new file mode 100644 index 0000000..87df179 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_select.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * hilite_select_xpm[] = { +"13 13 2 1", +" c None", +". c #C0C0C0", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_unselect.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_unselect.xpm new file mode 100644 index 0000000..5bf9eb6 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/hilite_unselect.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * hilite_unselect_xpm[] = { +"13 13 2 1", +" c None", +". c #C0C0C0", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max.xpm new file mode 100644 index 0000000..842169b --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * max_xpm[] = { +"13 15 3 1", +" c None", +". c #383838", +"+ c #4D6B3B", +".............", +".............", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +".............", +"............."}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max_pressed.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max_pressed.xpm new file mode 100644 index 0000000..3835a9d --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/max_pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * max_pressed_xpm[] = { +"13 15 3 1", +" c None", +". c #383838", +"+ c #627C52", +".............", +".............", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +".............", +"............."}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min.xpm new file mode 100644 index 0000000..bf76a72 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * min_xpm[] = { +"13 15 3 1", +" c None", +". c #383838", +"+ c #617953", +".............", +".............", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +".............", +"............."}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min_pressed.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min_pressed.xpm new file mode 100644 index 0000000..6a48a82 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/min_pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * min_pressed_xpm[] = { +"13 15 3 1", +" c None", +". c #383838", +"+ c #748967", +".............", +".............", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +"+++++++++++++", +".............", +"............."}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/select.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/select.xpm new file mode 100644 index 0000000..2889f7f --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/select.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * select_xpm[] = { +"13 16 2 1", +" c None", +". c #C0C0C0", +" ", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stick.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stick.xpm new file mode 100644 index 0000000..3a8f717 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stick.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stick_xpm[] = { +"16 15 3 1", +" c None", +". c #383838", +"+ c #6A6A6A", +"................", +"................", +"................", +"................", +"................", +".....++++++.....", +".....+....+.....", +".....+....+.....", +".....+....+.....", +".....+....+.....", +".....++++++.....", +"................", +"................", +"................", +"................"}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stuck.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stuck.xpm new file mode 100644 index 0000000..9339a36 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/stuck.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * stuck_xpm[] = { +"16 15 3 1", +" c None", +". c #383838", +"+ c #9F9F9F", +"................", +"................", +"................", +"................", +"................", +".....++++++.....", +".....+....+.....", +".....+.++.+.....", +".....+.++.+.....", +".....+....+.....", +".....++++++.....", +"................", +"................", +"................", +"................"}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/toolbar_focused.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/toolbar_focused.xpm new file mode 100644 index 0000000..6bbfad6 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/toolbar_focused.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * toolbar_focused_xpm[] = { +"10 18 3 1", +" c None", +". c #383838", +"+ c #617953", +"..........", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +"++++++++++", +".........."}; diff --git a/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/unselect.xpm b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/unselect.xpm new file mode 100644 index 0000000..b2e3567 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/unselect.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * unselect_xpm[] = { +"13 13 2 1", +" c None", +". c #C0C0C0", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; -- cgit