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/Doty/pixmaps/button.xpm | 52 +++++++++++++++++++++ .../Common/Doty/pixmaps/button_pressed.xpm | 53 ++++++++++++++++++++++ .../Common/Doty/pixmaps/button_stick.xpm | 52 +++++++++++++++++++++ .../Common/Doty/pixmaps/button_stick_unfocus.xpm | 49 ++++++++++++++++++++ .../Common/Doty/pixmaps/button_stuck.xpm | 53 ++++++++++++++++++++++ .../Common/Doty/pixmaps/button_stuck_unfocus.xpm | 47 +++++++++++++++++++ .../Common/Doty/pixmaps/button_unfocus.xpm | 49 ++++++++++++++++++++ .../Common/Doty/pixmaps/hilite_select.xpm | 18 ++++++++ .../Common/Doty/pixmaps/hilite_unselect.xpm | 18 ++++++++ .../Common/Doty/pixmaps/select.xpm | 18 ++++++++ .../Common/Doty/pixmaps/unselect.xpm | 18 ++++++++ 11 files changed, 427 insertions(+) create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_pressed.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick_unfocus.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck_unfocus.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_unfocus.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_select.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_unselect.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/select.xpm create mode 100644 fluxbox/debian/additional-themes/Common/Doty/pixmaps/unselect.xpm (limited to 'fluxbox/debian/additional-themes/Common/Doty/pixmaps') diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button.xpm new file mode 100644 index 0000000..b6b4934 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * button_xpm[] = { +"13 13 36 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #1B707F", +"& c #07B9D9", +"* c #00D4FA", +"= c #186D7C", +"- c #01D8FF", +"; c #262626", +"> c #06B5D4", +", c #01D5FB", +"' c #01D3F9", +") c #07B4D3", +"! c #212121", +"~ c #04B8D8", +"{ c #04BBDC", +"] c #04B9DA", +"^ c #03BADB", +"/ c #04B6D6", +"( c #1D1D1D", +"_ c #0A89A0", +": c #07A1BD", +"< c #12434C", +"[ c #0A879E", +"} c #131313", +"| c #0E0E0E", +"1 c #11373D", +"2 c #0E5E6C", +"3 c #0D6C7D", +"4 c #141414", +"5 c #090909", +"6 c #101010", +"7 c #040404", +".............", +"+++++++++++++", +"@@#####@@@@@@", +"$#%&*&%#$$$$$", +"#=-----=#;;;;", +"#>*,'**)#!!!!", +"#~{]{]^/#((((", +"#_:::::_#####", +"#<[[[[[<#}}}}", +"|#123214|||||", +"5566666555555", +"7777777777777", +"7777777777777"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_pressed.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_pressed.xpm new file mode 100644 index 0000000..6ba4a1f --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_pressed.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * max_pressed_xpm[] = { +"13 13 37 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #186A6D", +"& c #079499", +"* c #039DA2", +"= c #15686B", +"- c #039DA3", +"; c #262626", +"> c #069195", +", c #039AA0", +"' c #039A9F", +") c #079195", +"! c #212121", +"~ c #05878B", +"{ c #05878C", +"] c #05868B", +"^ c #1D1D1D", +"/ c #096E71", +"( c #077579", +"_ c #104042", +": c #096265", +"< c #096366", +"[ c #096266", +"} c #131313", +"| c #0E0E0E", +"1 c #0F3435", +"2 c #0C4B4D", +"3 c #0B4F52", +"4 c #0C4A4D", +"5 c #141414", +"6 c #090909", +"7 c #101010", +"8 c #040404", +".............", +"+++++++++++++", +"@@#####@@@@@@", +"$#%&*&%#$$$$$", +"#=-----=#;;;;", +"#>,,',')#!!!!", +"#~{{{{{]#^^^^", +"#/(((((/#####", +"#_:<:[:_#}}}}", +"|#123415|||||", +"6677777666666", +"8888888888888", +"8888888888888"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick.xpm new file mode 100644 index 0000000..30cb0eb --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * stick_xpm[] = { +"13 13 36 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #1B707F", +"& c #07B9D9", +"* c #00D4FA", +"= c #262626", +"- c #186D7C", +"; c #01D8FF", +"> c #212121", +", c #07B4D3", +"' c #01D3F9", +") c #01D5FB", +"! c #06B5D4", +"~ c #1D1D1D", +"{ c #04B6D6", +"] c #03BADB", +"^ c #04B9DA", +"/ c #04BBDC", +"( c #04B8D8", +"_ c #0A89A0", +": c #07A1BD", +"< c #131313", +"[ c #12434C", +"} c #0A879E", +"| c #0E0E0E", +"1 c #141414", +"2 c #11373D", +"3 c #0E5E6C", +"4 c #0D6C7D", +"5 c #090909", +"6 c #101010", +"7 c #040404", +".............", +"+++++++++++++", +"@@@@@@#####@@", +"$$$$$#%&*&%#$", +"====#-;;;;;-#", +">>>>#,**')*!#", +"~~~~#{]^/^/(#", +"#####_:::::_#", +"<<<<#[}}}}}[#", +"|||||123432#|", +"5555556666655", +"7777777777777", +"7777777777777"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick_unfocus.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick_unfocus.xpm new file mode 100644 index 0000000..c056ff4 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stick_unfocus.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char * button_stick_unfocus_xpm[] = { +"13 13 33 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #5F5F5F", +"& c #959595", +"* c #AAAAAA", +"= c #262626", +"- c #5C5C5C", +"; c #ADADAD", +"> c #212121", +", c #919191", +"' c #A9A9A9", +") c #ABABAB", +"! c #929292", +"~ c #1D1D1D", +"{ c #969696", +"] c #949494", +"^ c #707070", +"/ c #828282", +"( c #131313", +"_ c #393939", +": c #6E6E6E", +"< c #0E0E0E", +"[ c #141414", +"} c #2F2F2F", +"| c #4E4E4E", +"1 c #595959", +"2 c #090909", +"3 c #101010", +"4 c #040404", +".............", +"+++++++++++++", +"@@@@@@#####@@", +"$$$$$#%&*&%#$", +"====#-;;;;;-#", +">>>>#,**')*!#", +"~~~~#!&&{&{]#", +"#####^/////^#", +"((((#_:::::_#", +"<<<<<[}|1|}#<", +"2222223333322", +"4444444444444", +"4444444444444"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck.xpm new file mode 100644 index 0000000..5952ed8 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * button_stuck_xpm[] = { +"13 13 37 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #186A6D", +"& c #079499", +"* c #039DA2", +"= c #262626", +"- c #15686B", +"; c #039DA3", +"> c #212121", +", c #079195", +"' c #039A9F", +") c #039AA0", +"! c #069195", +"~ c #1D1D1D", +"{ c #05868B", +"] c #05878C", +"^ c #05878B", +"/ c #096E71", +"( c #077579", +"_ c #131313", +": c #104042", +"< c #096265", +"[ c #096266", +"} c #096366", +"| c #0E0E0E", +"1 c #141414", +"2 c #0F3435", +"3 c #0C4A4D", +"4 c #0B4F52", +"5 c #0C4B4D", +"6 c #090909", +"7 c #101010", +"8 c #040404", +".............", +"+++++++++++++", +"@@@@@@#####@@", +"$$$$$#%&*&%#$", +"====#-;;;;;-#", +">>>>#,')'))!#", +"~~~~#{]]]]]^#", +"#####/(((((/#", +"____#:<[<}<:#", +"|||||123452#|", +"6666667777766", +"8888888888888", +"8888888888888"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck_unfocus.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck_unfocus.xpm new file mode 100644 index 0000000..31bfcf4 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_stuck_unfocus.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * button_stuck_unfocus_xpm[] = { +"13 13 31 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #595959", +"& c #767676", +"* c #7D7D7D", +"= c #262626", +"- c #575757", +"; c #212121", +"> c #747474", +", c #7A7A7A", +"' c #1D1D1D", +") c #6B6B6B", +"! c #6C6C6C", +"~ c #5E5E5E", +"{ c #131313", +"] c #363636", +"^ c #4F4F4F", +"/ c #505050", +"( c #0E0E0E", +"_ c #141414", +": c #2C2C2C", +"< c #3D3D3D", +"[ c #414141", +"} c #3E3E3E", +"| c #090909", +"1 c #101010", +"2 c #040404", +".............", +"+++++++++++++", +"@@@@@@#####@@", +"$$$$$#%&*&%#$", +"====#-*****-#", +";;;;#>,,,,,>#", +"''''#)!!!!!!#", +"#####%~~~~~%#", +"{{{{#]^^^/^]#", +"(((((_:<[}:#(", +"||||||11111||", +"2222222222222", +"2222222222222"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_unfocus.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_unfocus.xpm new file mode 100644 index 0000000..893d0e8 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/button_unfocus.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char * button_unfocus_xpm[] = { +"13 13 33 1", +" c None", +". c #3A3A3A", +"+ c #353535", +"@ c #303030", +"# c #181818", +"$ c #2B2B2B", +"% c #5F5F5F", +"& c #959595", +"* c #AAAAAA", +"= c #5C5C5C", +"- c #ADADAD", +"; c #262626", +"> c #929292", +", c #ABABAB", +"' c #A9A9A9", +") c #919191", +"! c #212121", +"~ c #949494", +"{ c #969696", +"] c #1D1D1D", +"^ c #707070", +"/ c #828282", +"( c #393939", +"_ c #6E6E6E", +": c #131313", +"< c #0E0E0E", +"[ c #2F2F2F", +"} c #4E4E4E", +"| c #595959", +"1 c #141414", +"2 c #090909", +"3 c #101010", +"4 c #040404", +".............", +"+++++++++++++", +"@@#####@@@@@@", +"$#%&*&%#$$$$$", +"#=-----=#;;;;", +"#>*,'**)#!!!!", +"#~{&{&&>#]]]]", +"#^/////^#####", +"#(_____(#::::", +"<#[}|}[1<<<<<", +"2233333222222", +"4444444444444", +"4444444444444"}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_select.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_select.xpm new file mode 100644 index 0000000..d976d80 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_select.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * hilite_select_xpm[] = { +"13 13 2 1", +" c None", +". c #01D3F9", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_unselect.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_unselect.xpm new file mode 100644 index 0000000..974a54b --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/hilite_unselect.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * hilite_unselect_xpm[] = { +"13 13 2 1", +" c None", +". c #01D3F9", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/select.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/select.xpm new file mode 100644 index 0000000..999b22b --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/select.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * select_xpm[] = { +"13 13 2 1", +" c None", +". c #FFFFFF", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; diff --git a/fluxbox/debian/additional-themes/Common/Doty/pixmaps/unselect.xpm b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/unselect.xpm new file mode 100644 index 0000000..07ccd62 --- /dev/null +++ b/fluxbox/debian/additional-themes/Common/Doty/pixmaps/unselect.xpm @@ -0,0 +1,18 @@ +/* XPM */ +static char * unselect_xpm[] = { +"13 13 2 1", +" c None", +". c #FFFFFF", +" ", +" ", +" ", +" ..... ", +" . . ", +" . . ", +" . . ", +" ..... ", +" ", +" ", +" ", +" ", +" "}; -- cgit