From 7ea876d3c23cc1793f75f70b425303437fa67626 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 24 May 2011 15:28:18 -0400 Subject: [PATCH] add joshs3colours style based on 3colours - triangle menu bullets! --- blackbox.rc | 2 +- styles/joshs3colours/blue | 132 +++++++++++++++++++++++++++++++++++++ styles/joshs3colours/green | 113 +++++++++++++++++++++++++++++++ styles/joshs3colours/red | 117 ++++++++++++++++++++++++++++++++ 4 files changed, 363 insertions(+), 1 deletion(-) create mode 100644 styles/joshs3colours/blue create mode 100644 styles/joshs3colours/green create mode 100644 styles/joshs3colours/red diff --git a/blackbox.rc b/blackbox.rc index d67818a..aea5620 100644 --- a/blackbox.rc +++ b/blackbox.rc @@ -51,4 +51,4 @@ session.imageDither: true # - menu & style - session.menufile: menu.rc -session.styleFile: styles\3colours\red +session.styleFile: styles\joshs3colours\red diff --git a/styles/joshs3colours/blue b/styles/joshs3colours/blue new file mode 100644 index 0000000..61776a3 --- /dev/null +++ b/styles/joshs3colours/blue @@ -0,0 +1,132 @@ +! Stylefile for blackbox +! Automagically generated by bbstylemaker + +!-- info -- +style.name: blue +style.author: henrik kinnunen +style.date: wed oct 31 2001 +style.credits: modified by grischka - nov 2003 +style.comments: changed fonts and made it a bit lighter + +!-- background -- +rootCommand: bsetroot -gradient interlacedverticalgradient -from rgb:ad/d8/e6 -to rgb:00/00/ff backgrounds/3colours/blue.jpg -hue 120 + +!-- toolbar -- +toolbar.appearance: sunken interlaced solid border +toolbar.textColor: #575757 +toolbar.borderColor: #0000ff +toolbar.borderWidth: 1 +toolbar.marginWidth: 2 +toolbar.font: snap +toolbar.alignment: center +toolbar.label.appearance: parentrelative +toolbar.label.textColor: #000000 +toolbar.label.marginWidth: 2 +toolbar.windowLabel.appearance: sunken solid +toolbar.windowLabel.textColor: #000000 +toolbar.windowLabel.backgroundColor: #eeeeee +toolbar.clock.appearance: parentrelative +toolbar.clock.textColor: #000000 +toolbar.button.appearance: raised diagonal interlaced gradient +toolbar.button.color1: #bfbfbf +toolbar.button.color2: #999999 +toolbar.button.foregroundColor: #000000 +toolbar.button.marginWidth: 2 +toolbar.button.pressed.appearance: sunken solid +toolbar.button.pressed.backgroundColor: #b0b0b0 +toolbar.button.pressed.foregroundColor: #dedede +toolbar.color1: #e5e5e5 +toolbar.color2: #bfbfbf + +!-- menu -- +menu.title.appearance: raised crossdiagonal gradient border +menu.title.color1: #a0c4f0 +menu.title.color2: #0000bd +menu.title.textColor: #ffffff +menu.title.borderColor: #0000ff +menu.title.borderWidth: 1 +menu.title.marginWidth: 3 +menu.title.font: snap +menu.title.alignment: center +menu.frame.appearance: flat vertical gradient border +menu.frame.color1: #add8e6 +menu.frame.color2: #2434ff +menu.frame.foregroundColor: #000000 +menu.frame.textColor: #000000 +menu.frame.disabledColor: #405396 +menu.frame.borderColor: #0000ff +menu.frame.borderWidth: 1 +menu.frame.marginWidth: 1 +menu.frame.font: gelly +menu.frame.alignment: center +menu.active.appearance: sunken pipecross gradient +menu.active.color1: #707070 +menu.active.color2: #f0f0f0 +menu.active.foregroundColor: #000000 +menu.active.textColor: #000000 +menu.active.marginWidth: 4 +menu.bullet: circle +menu.bullet.position: left + +!-- window -- +window.title.focus.appearance: raised crossdiagonal gradient border +window.title.focus.color1: #a0c4f0 +window.title.focus.color2: #0000bd +window.title.focus.borderColor: #0000ff +window.title.focus.borderWidth: 1 +window.label.focus.appearance: parentrelative +window.label.focus.textColor: #ffffff +window.handle.focus.appearance: raised crossdiagonal gradient border +window.handle.focus.color1: #a0c4f0 +window.handle.focus.color2: #0000bd +window.handle.focus.borderColor: #0000ff +window.handle.focus.borderWidth: 1 +window.grip.focus.appearance: raised bevel2 crossdiagonal gradient border +window.grip.focus.color1: #00008b +window.grip.focus.color2: #6094f0 +window.grip.focus.borderColor: #0000ff +window.grip.focus.borderWidth: 1 +window.button.focus.appearance: raised elliptic interlaced gradient +window.button.focus.color1: #bfbfbf +window.button.focus.color2: #969696 +window.button.focus.foregroundColor: #000000 +window.button.pressed.appearance: sunken diagonal gradient +window.button.pressed.color1: #c7c7c7 +window.button.pressed.color2: #a1a1a1 +window.button.pressed.foregroundColor: #ffffff +window.title.unfocus.appearance: raised crossdiagonal gradient border +window.title.unfocus.color1: #546eb0 +window.title.unfocus.color2: #00028f +window.title.unfocus.borderColor: #0000ff +window.title.unfocus.borderWidth: 1 +window.label.unfocus.appearance: parentrelative +window.label.unfocus.textColor: #bfbfbf +window.handle.unfocus.appearance: flat vertical gradient border +window.handle.unfocus.color1: #00008b +window.handle.unfocus.color2: #00008b +window.handle.unfocus.borderColor: #0000ff +window.handle.unfocus.borderWidth: 1 +window.grip.unfocus.appearance: flat vertical gradient border +window.grip.unfocus.color1: #00008b +window.grip.unfocus.color2: #00008b +window.grip.unfocus.borderColor: #0000ff +window.grip.unfocus.borderWidth: 1 +window.button.unfocus.appearance: raised elliptic interlaced gradient +window.button.unfocus.color1: #787878 +window.button.unfocus.color2: #969696 +window.button.unfocus.foregroundColor: #000000 +window.title.marginWidth: 2 +window.label.marginWidth: 2 +window.button.marginWidth: 2 +window.frame.focus.borderColor: #0000ff +window.frame.unfocus.borderColor: #0000ff +window.frame.borderWidth: 1 +window.handleHeight: 5 +window.font: snap +window.alignment: center + +!-- slit -- +slit.appearance: sunken pipecross interlaced gradient +slit.marginWidth: 3 +slit.color1: #9a9a9a +slit.color2: #ffffff diff --git a/styles/joshs3colours/green b/styles/joshs3colours/green new file mode 100644 index 0000000..b0a0bf2 --- /dev/null +++ b/styles/joshs3colours/green @@ -0,0 +1,113 @@ +! Stylefile for blackbox +! Automagically generated by bbstylemaker + +!-- info -- +style.name: green +style.author: grischka +style.date: Sat 20 May 2009 +style.credits: made for bbLean 1.17 release + +!-- background -- +rootCommand: bsetroot -gradient interlacedverticalgradient -from rgb:00/00/00 -to rgb:20/c8/00 + +!-- toolbar -- +toolbar.appearance: raised vertical gradient +toolbar.color1: #93ff21 +toolbar.color2: #32df5f +toolbar.textColor: #000000 +toolbar.marginWidth: 1 +toolbar.font: +toolbar.alignment: center +toolbar.label.appearance: parentrelative +toolbar.label.textColor: #000000 +toolbar.label.marginWidth: 2 +toolbar.windowLabel.appearance: sunken pipecross interlaced gradient +toolbar.windowLabel.color1: #9a9a9a +toolbar.windowLabel.color2: #ffffff +toolbar.windowLabel.textColor: #000000 +toolbar.clock.appearance: parentrelative +toolbar.clock.textColor: #000000 +toolbar.button.appearance: sunken pipecross interlaced gradient +toolbar.button.color1: #b5b5b5 +toolbar.button.color2: #ffffff +toolbar.button.foregroundColor: #000000 +toolbar.button.marginWidth: 1 +toolbar.button.pressed.appearance: sunken pipecross interlaced gradient +toolbar.button.pressed.color1: #828282 +toolbar.button.pressed.color2: #ffffff +toolbar.button.pressed.foregroundColor: #000000 + +!-- menu -- +menu.title.appearance: raised vertical gradient +menu.title.color1: #33df5f +menu.title.color2: #93ff21 +menu.title.textColor: #000000 +menu.title.marginWidth: 2 +menu.title.font: +menu.title.fontWeight: bold +menu.title.alignment: left +menu.frame.appearance: raised vertical gradient +menu.frame.color1: #7dff0b +menu.frame.color2: #21c01d +menu.frame.foregroundColor: #000000 +menu.frame.textColor: #000000 +menu.frame.disabledColor: #000000 +menu.frame.marginWidth: 1 +menu.frame.font: +menu.frame.alignment: right +menu.active.appearance: sunken pipecross interlaced gradient +menu.active.color1: #959595 +menu.active.color2: #f3f3f3 +menu.active.foregroundColor: #000000 +menu.active.textColor: #000000 +menu.active.marginWidth: 3 +menu.bullet: triangle +menu.bullet.position: right + +!-- window -- +window.title.focus.appearance: raised vertical gradient +window.title.focus.color1: #93ff21 +window.title.focus.color2: #32df5f +window.label.focus.appearance: sunken pipecross interlaced gradient +window.label.focus.textColor: #000000 +window.label.focus.color1: #828282 +window.label.focus.color2: #ffffff +window.handle.focus.appearance: sunken pipecross interlaced gradient +window.handle.focus.color1: #707070 +window.handle.focus.color2: #f0f0f0 +window.grip.focus.appearance: raised vertical gradient +window.grip.focus.color1: #93ff21 +window.grip.focus.color2: #32df5f +window.button.focus.appearance: parentrelative +window.button.focus.foregroundColor: #000000 +window.button.pressed.appearance: sunken pipecross interlaced gradient +window.button.pressed.color1: #b5b5b5 +window.button.pressed.color2: #ffffff +window.button.pressed.foregroundColor: #000000 +window.title.unfocus.appearance: raised vertical gradient +window.title.unfocus.color1: #93ff21 +window.title.unfocus.color2: #32df5f +window.label.unfocus.appearance: parentrelative +window.label.unfocus.textColor: #000000 +window.handle.unfocus.appearance: raised vertical gradient +window.handle.unfocus.color1: #93ff21 +window.handle.unfocus.color2: #32df5f +window.grip.unfocus.appearance: parentrelative +window.button.unfocus.appearance: parentrelative +window.button.unfocus.foregroundColor: #000000 +window.title.marginWidth: 1 +window.label.marginWidth: 2 +window.button.marginWidth: 1 +window.frame.focus.borderColor: #e7e7e7 +window.frame.unfocus.borderColor: #33cc33 +window.frame.borderWidth: 1 +window.handleHeight: 5 +window.font: +window.fontWeight: bold +window.alignment: center + +!-- slit -- +slit.appearance: sunken pipecross interlaced gradient +slit.color1: #9a9a9a +slit.color2: #ffffff +slit.marginWidth: 3 diff --git a/styles/joshs3colours/red b/styles/joshs3colours/red new file mode 100644 index 0000000..56c698b --- /dev/null +++ b/styles/joshs3colours/red @@ -0,0 +1,117 @@ +! Stylefile for blackbox +! Automagically generated by bbstylemaker + +!-- info -- +style.name: red +style.author: grischka +style.date: Sat 20 May 2009 +style.credits: blue by henrik kinnunen & sunshine by KizIoR + +!-- background -- +rootCommand: bsetroot -gradient interlacedverticalgradient -from rgb:29/1c/06 -to rgb:ea/58/00 backgrounds/3colours/red.jpg -hue 60 + +!-- toolbar -- +toolbar.appearance: raised vertical gradient +toolbar.color1: #e3b547 +toolbar.color2: #ff6d02 +toolbar.textColor: #000000 +toolbar.marginWidth: 1 +toolbar.font: +toolbar.alignment: center +toolbar.label.appearance: flat vertical gradient +toolbar.label.color1: #e3b547 +toolbar.label.color2: #ff6d02 +toolbar.label.textColor: #000000 +toolbar.label.marginWidth: 2 +toolbar.windowLabel.appearance: sunken pipecross interlaced gradient +toolbar.windowLabel.color1: #9a9a9a +toolbar.windowLabel.color2: #ffffff +toolbar.windowLabel.textColor: #000000 +toolbar.clock.appearance: flat vertical gradient +toolbar.clock.color1: #e3b547 +toolbar.clock.color2: #ff6d02 +toolbar.clock.textColor: #000000 +toolbar.button.appearance: flat pipecross interlaced gradient +toolbar.button.color1: #b5b5b5 +toolbar.button.color2: #ffffff +toolbar.button.foregroundColor: #000000 +toolbar.button.marginWidth: 1 +toolbar.button.pressed.appearance: sunken pipecross interlaced gradient +toolbar.button.pressed.color1: #828282 +toolbar.button.pressed.color2: #ffffff +toolbar.button.pressed.foregroundColor: #000000 + +!-- menu -- +menu.title.appearance: raised vertical gradient +menu.title.color1: #e3b547 +menu.title.color2: #ff6d02 +menu.title.textColor: #000000 +menu.title.marginWidth: 2 +menu.title.font: +menu.title.fontWeight: bold +menu.title.alignment: left +menu.frame.appearance: raised vertical gradient +menu.frame.color1: #e3b547 +menu.frame.color2: #ff6d02 +menu.frame.foregroundColor: #302f2e +menu.frame.textColor: #302f2e +menu.frame.disabledColor: #302f2e +menu.frame.marginWidth: 1 +menu.frame.font: +menu.frame.alignment: right +menu.active.appearance: sunken pipecross interlaced gradient +menu.active.color1: #9a9a9a +menu.active.color2: #ffffff +menu.active.foregroundColor: #000000 +menu.active.textColor: #000000 +menu.active.marginWidth: 3 +menu.bullet: triangle +menu.bullet.position: right + +!-- window -- +window.title.focus.appearance: raised vertical gradient +window.title.focus.color1: #e3b547 +window.title.focus.color2: #ff6d02 +window.label.focus.appearance: sunken pipecross interlaced gradient +window.label.focus.color1: #9a9a9a +window.label.focus.color2: #ffffff +window.label.focus.textColor: #000000 +window.handle.focus.appearance: sunken pipecross interlaced gradient +window.handle.focus.color1: #707070 +window.handle.focus.color2: #f0f0f0 +window.grip.focus.appearance: raised vertical gradient +window.grip.focus.color1: #e3b547 +window.grip.focus.color2: #ff6d02 +window.button.focus.appearance: parentrelative +window.button.focus.foregroundColor: #000000 +window.button.pressed.appearance: sunken vertical gradient +window.button.pressed.color1: #ff6d02 +window.button.pressed.color2: #e3b547 +window.button.pressed.foregroundColor: #555555 +window.title.unfocus.appearance: flat vertical gradient +window.title.unfocus.color1: #e3b547 +window.title.unfocus.color2: #ff6d02 +window.label.unfocus.appearance: parentrelative +window.label.unfocus.textColor: #000000 +window.handle.unfocus.appearance: flat vertical gradient +window.handle.unfocus.color1: #e3b547 +window.handle.unfocus.color2: #ff6d02 +window.grip.unfocus.appearance: parentrelative +window.button.unfocus.appearance: parentrelative +window.button.unfocus.foregroundColor: #000000 +window.title.marginWidth: 1 +window.label.marginWidth: 2 +window.button.marginWidth: 1 +window.frame.focus.borderColor: #e5e5e5 +window.frame.unfocus.borderColor: #ee5500 +window.frame.borderWidth: 1 +window.handleHeight: 5 +window.font: +window.fontWeight: bold +window.alignment: center + +!-- slit -- +slit.appearance: sunken pipecross interlaced gradient +slit.color1: #9a9a9a +slit.color2: #ffffff +slit.marginWidth: 3