diff options
author | B. Stack <bgstack15@gmail.com> | 2024-04-04 08:23:09 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-04-04 08:23:09 -0400 |
commit | a7e37ed8f86543074cb0449f4df431f40f175ee8 (patch) | |
tree | 25d508b5e859b3f8000faddfd192a0cdc580c417 /fluxbox/debian/additional-themes/Common/Squared_green/pixmaps | |
parent | ffs 13.5 (diff) | |
parent | use tuneable everywhere (diff) | |
download | stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.gz stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.bz2 stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.zip |
Merge branch 'fluxbox-bump'
Diffstat (limited to 'fluxbox/debian/additional-themes/Common/Squared_green/pixmaps')
13 files changed, 267 insertions, 0 deletions
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", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; |