diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /themes | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'themes')
30 files changed, 3188 insertions, 0 deletions
diff --git a/themes/.cvsignore b/themes/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/themes/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/themes/Makefile.am b/themes/Makefile.am new file mode 100644 index 00000000..db3bc8d7 --- /dev/null +++ b/themes/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = openbox diff --git a/themes/openbox/.cvsignore b/themes/openbox/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/themes/openbox/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/themes/openbox/Makefile.am b/themes/openbox/Makefile.am new file mode 100644 index 00000000..f2543bf4 --- /dev/null +++ b/themes/openbox/Makefile.am @@ -0,0 +1,15 @@ +themedir=$(datadir)/openbox/themes/openbox + +theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \ + frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \ + purplehaaze shade steelblue steelblue2 the_orange trisb twice \ + warp-xp + +EXTRA_DIST = $(theme_DATA) + +MAINTAINERCLEANFILES = Makefile.in + +distclean-local: + $(RM) *\~ .\#* +uninstall-am: + -rmdir -p $(DESTDIR)$(themedir) diff --git a/themes/openbox/artwiz b/themes/openbox/artwiz new file mode 100644 index 00000000..c563f3f2 --- /dev/null +++ b/themes/openbox/artwiz @@ -0,0 +1,114 @@ +toolbar: raised gradient vertical +toolbar.color: rgb:80/84/88 +toolbar.colorTo: rgb:30/34/38 + +toolbar.button: raised gradient diagonal +toolbar.button.color: rgb:90/94/98 +toolbar.button.colorTo: rgb:20/24/28 +toolbar.button.picColor: white + +toolbar.button.pressed: sunken gradient diagonal +toolbar.button.pressed.color: black +toolbar.button.pressed.colorTo: rgb:80/98/d0 + +toolbar.clock: sunken gradient diagonal +toolbar.clock.color: rgb:10/20/30 +toolbar.clock.colorTo: rgb:70/80/90 +toolbar.clock.textColor: white + +toolbar.label: sunken gradient diagonal +toolbar.label.color: rgb:10/20/30 +toolbar.label.colorTo: rgb:70/80/90 +toolbar.label.textColor: white + +toolbar.windowLabel: sunken gradient diagonal +toolbar.windowLabel.color: rgb:10/20/30 +toolbar.windowLabel.colorTo: rgb:70/80/90 +toolbar.windowLabel.textColor: white + +toolbar.justify: center + + +menu.title: raised gradient diagonal +menu.title.color: rgb:90/94/98 +menu.title.colorTo: rgb:20/24/28 +menu.title.textColor: white +menu.title.justify: center + +menu.frame: sunken gradient diagonal +menu.frame.color: rgb:10/20/30 +menu.frame.colorTo: rgb:70/80/90 +menu.frame.textColor: rgb:90/a0/b0 +menu.frame.justify: center + +menu.hilite: raised gradient diagonal +menu.hilite.color: rgb:90/94/98 +menu.hilite.colorTo: rgb:20/24/28 +menu.hilite.textColor: white + +menu.bullet: empty +menu.bullet.position: right + + +window.title.focus: raised gradient vertical +window.title.focus.color: rgb:80/84/88 +window.title.focus.colorTo: rgb:30/34/38 +window.title.unfocus: raised vertical gradient +window.title.unfocus.color: rgb:50/54/58 +window.title.unfocus.colorTo: black + +window.label.focus: sunken diagonal gradient +window.label.focus.color: rgb:10/20/30 +window.label.focus.colorTo: rgb:70/80/90 +window.label.focus.textColor: white +window.label.unfocus: sunken gradient diagonal +window.label.unfocus.color: black +window.label.unfocus.colorTo: rgb:40/50/60 +window.label.unfocus.textColor: rgb:60/64/68 + +window.button.focus: raised gradient diagonal +window.button.focus.color: rgb:90/94/98 +window.button.focus.colorTo: rgb:20/24/28 +window.button.focus.picColor: white +window.button.unfocus: raised gradient diagonal +window.button.unfocus.color: rgb:50/54/58 +window.button.unfocus.colorTo: black +window.button.unfocus.picColor: rgb:70/74/78 +window.button.pressed: sunken gradient diagonal +window.button.pressed.color: rgb:20/40/50 +window.button.pressed.colorTo: rgb:60/70/80 + +window.frame.focusColor: rgb:40/44/48 +window.frame.unfocusColor: rgb:20/24/28 + +window.handle.focus: raised gradient diagonal +window.handle.focus.color: rgb:70/74/78 +window.handle.focus.colorTo: rgb:40/44/48 +window.handle.unfocus: raised gradient diagonal +window.handle.unfocus.color: rgb:50/54/58 +window.handle.unfocus.colorTo: black + +window.grip.focus: sunken diagonal gradient +window.grip.focus.color: rgb:20/30/40 +window.grip.focus.colorTo: rgb:60/70/80 +window.grip.unfocus: sunken diagonal gradient +window.grip.unfocus.color: black +window.grip.unfocus.colorTo: rgb:30/40/50 + +window.justify: center + + +borderColor: black + +bevelWidth: 2 +borderWidth: 1 +handleWidth: 5 + +rootCommand: bsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40 + +*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Verdana +*xft.size: 8 + +menu.*.xft.size: 10
\ No newline at end of file diff --git a/themes/openbox/bbs b/themes/openbox/bbs new file mode 100644 index 00000000..bb258318 --- /dev/null +++ b/themes/openbox/bbs @@ -0,0 +1,126 @@ +style.name: [b]lack [b]ronze [s]alad +style.author: miklos + +rootCommand: bsetbg -solid '#5d718e' + +!toolbar.button: flat gradient vertical bevel1 +!toolbar.button.color: #e2dfbd +!toolbar.button.colorTo: #6f6d5d +toolbar.button: parentrelative +toolbar.button.picColor: #4d462a + +toolbar.button.pressed: Sunken Bevel1 Solid +toolbar.button.pressed.color: #a19f86 + +!toolbar.label: raised gradient crossdiagonal bevel1 +!toolbar.label.color: #e2dfbd +!toolbar.label.colorTo: #6f6d5d +toolbar.label: parentrelative +toolbar.label.textColor: #334142 + +toolbar.windowLabel: sunken gradient crossdiagonal +toolbar.windowLabel.color: #94927b +toolbar.windowLabel.colorTo: #a19f86 +toolbar.windowLabel.textColor: #334142 + +!toolbar.clock: raised gradient crossdiagonal bevel2 +toolbar.clock: parentrelative +toolbar.clock.color: #e2dfbd +toolbar.clock.colorTo: #6f6d5d +toolbar.clock.textColor: #334142 + +toolbar: raised Gradient vertical bevel1 +toolbar.color: #e2dfbd +toolbar.colorTo: #a19f86 +toolbar.justify: Center + +menu.frame: raised gradient crossdiagonal bevel1 +menu.frame.color: #e2dfbd +menu.frame.colorTo: #6f6d5d +menu.frame.textColor: #334142 +menu.frame.justify: right + +menu.title: sunken gradient crossdiagonal bevel2 +menu.title.color: #94927b +menu.title.colorTo: #a19f86 +menu.title.textColor: #334142 +menu.title.justify: center + +menu.hilite: sunken gradient crossdiagonal bevel2 +menu.hilite.colorTo: #506890 +menu.hilite.color: #a19f86 +menu.hilite.textColor: #4d462a + +menu.bullet: Empty +menu.bullet.position: left +menu.frame.disableColor: #ffffff + +!window.button.focus: flat gradient crossdiagonal bevel1 +window.button.focus: parentrelative +window.button.focus.color: #e2dfbd +window.button.focus.colorTo: #6f6d5d +window.button.focus.picColor: #334142 + +window.button.unfocus: parentrelative +window.button.unfocus.picColor: #556364 + +window.grip.focus: sunken gradient crossdiagonal bevle1 +window.grip.focus.color: #e2dfbd +window.grip.focus.colorTo: #6f6d5d + +window.grip.unfocus: parentrelative + +window.handle.focus: flat gradient crossdiagonal +window.handle.focus.color: #e2dfbd +window.handle.focus.colorTo: #a19f86 + +window.handle.unfocus: flat gradient crossdiagonal +window.handle.unfocus.color: #e2dfbd +window.handle.unfocus.colorTo: #6f6d5d + +window.label.focus: sunken gradient crossdiagonal +window.label.focus.color: #94927b +window.label.focus.colorTo: #a19f86 +window.label.focus.textColor: #334142 +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: parentrelative +window.label.unfocus.textColor: #758384 + +window.title.focus: raised gradient vertical bevel1 +window.title.focus.color: #e2dfdb +window.title.focus.colorTo: #a19f86 + +window.title.unfocus: raised gradient crossdiagonal bevel1 +window.title.unfocus.color: #e2dfdb +window.title.unfocus.colorTo: #a19f86 + +window.button.pressed: Sunken Bevel1 Gradient crossdiagonal +window.button.pressed.colorTo: #506890 +window.button.pressed.color: #a19f86 + +window.frame.focusColor: #e2dfdb +window.frame.unfocusColor: #6f6d5d +handleWidth: 4 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 0 +borderColor: #8f8d7d + +window.xft.font: Trebuchet MS +window.xft.size: 10 +window.font: lucidasans-10 + +menu.frame.xft.font: Trebuchet MS +menu.frame.xft.size: 12 +menu.frame.font: lucidasans-10 + +menu.title.xft.font: Trebuchet MS +menu.title.xft.size: 12 +menu.title.xft.flags: bold +menu.title.font: lucidasans-10 + +toolbar.xft.font: Trebuchet MS +toolbar.xft.size: 10 +toolbar.font: lucidasans-10 diff --git a/themes/openbox/bluebox b/themes/openbox/bluebox new file mode 100644 index 00000000..b2676200 --- /dev/null +++ b/themes/openbox/bluebox @@ -0,0 +1,148 @@ +! Miscellaneous settings... +style.name: bluebox +style.author: miklos +style.date: Thu, Mar 21, 2002 +style.credits: +style.comments: + +!*font: gelly +*font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-* +*xft.font: Arial +*xft.size: 10 + +rootCommand: bsetbg -solid "#414b57" + +! Toolbar settings... +toolbar.button: Flat Gradient Vertical +toolbar.button.color: #46505d +toolbar.button.colorTo: #67788b +toolbar.button.picColor: #d7e0ee + +toolbar.button.pressed: Sunken Bevel1 Gradient Diagonal +toolbar.button.pressed.color: #6a7482 +toolbar.button.pressed.colorTo: #73787e + +toolbar.label: Flat Gradient Vertical +toolbar.label.color: #414b57 +toolbar.label.colorTo: #6a7b8f +toolbar.label.textColor: #d7e0ee + +toolbar.windowLabel: Sunken Bevel1 Gradient Vertical +toolbar.windowLabel.color: #21354a +toolbar.windowLabel.colorTo: #406285 +toolbar.windowLabel.textColor: #d7e0ee + +toolbar.clock: Flat Gradient Vertical +toolbar.clock.color: #414b57 +toolbar.clock.colorTo: #6a7b8f +toolbar.clock.textColor: #d7e0ee + +toolbar: Raised Bevel1 Gradient Vertical +toolbar.color: #414b57 +toolbar.colorTo: #6a7b8f +toolbar.textColor: #d7e0ee +toolbar.justify: Center + + +! Menu settings... +menu.frame: Flat Gradient Horizontal +menu.frame.color: #2c333b +menu.frame.colorTo: #6a7b8f +menu.frame.textColor: #becad4 +menu.frame.justify: Left + +menu.title: Raised Gradient Vertical +menu.title.color: #414b57 +menu.title.colorTo: #67788b +menu.title.textColor: #8998ab +menu.title.justify: Center + +menu.hilite: Sunken Bevel1 Gradient Horizontal +menu.hilite.color: #21354a +menu.hilite.colorTo: #406285 +menu.hilite.textColor: #a8bed6 + +menu.bullet: Triangle +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Gradient Vertical +window.button.focus.color: #46505d +window.button.focus.colorTo: #67788b +window.button.focus.picColor: #d8e0ee + +window.button.unfocus: Flat Gradient Vertical +window.button.unfocus.color: #46505d +window.button.unfocus.colorTo: #67788b +window.button.unfocus.picColor: #7e8c9d + +window.grip.focus: Raised Bevel1 Solid Vertical +window.grip.focus.color: #46505d +window.grip.focus.colorTo: #ffffff + +window.grip.unfocus: Raised Bevel1 Solid Horizontal +window.grip.unfocus.color: #3c4550 +window.grip.unfocus.colorTo: #ffffff + +window.handle.focus: Raised Bevel1 Solid Vertical +window.handle.focus.color: #46505d +window.handle.focus.colorTo: #ffffff + +window.handle.unfocus: Raised Bevel1 Solid Horizontal +window.handle.unfocus.color: #3c4550 +window.handle.unfocus.colorTo: #ffffff + +window.label.focus: Sunken Bevel1 Gradient Vertical +window.label.focus.color: #21354a +window.label.focus.colorTo: #406285 +window.label.focus.textColor: #d7e0ee +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: Flat Gradient Vertical +window.label.unfocus.color: #414b57 +window.label.unfocus.colorTo: #6a7b8f +window.label.unfocus.textColor: #7e8c9d + +window.title.focus: Raised Bevel1 Gradient Vertical +window.title.focus.color: #414b57 +window.title.focus.colorTo: #6a7b8f + +window.title.unfocus: Raised Bevel1 Gradient Vertical +window.title.unfocus.color: #414b57 +window.title.unfocus.colorTo: #6a7b8f + +window.button.pressed: Sunken Bevel1 Gradient Diagonal +window.button.pressed.color: #6a7482 +window.button.pressed.colorTo: #73787e + +window.frame.focusColor: #73787e +window.frame.unfocusColor: #62666b +handleWidth: 1 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 + +bbpager.frame: raised solid + bbpager.frame.color: #515b67 + +bbpager.desktop: sunken solid + bbpager.desktop.color: #414b57 + +bbpager.desktop.focus: raised solid + bbpager.desktop.focus.color: #ffffff + +bbpager.window.focus: raised gradient vertical + bbpager.window.focus.color: #21354a + bbpager.window.focus.colorTo: #406285 + +bbpager.window: flat gradient vertical + bbpager.window.color: #414b57 + bbpager.window.colorTo: #6a7b8f + +bbpager.desktop.focusStyle: border +bbpager.active.window.borderColor: #202020 +bbpager.inactive.window.borderColor: #000000 +bbpager.active.desktop.borderColor: #73787e diff --git a/themes/openbox/cthulhain b/themes/openbox/cthulhain new file mode 100644 index 00000000..5f55c4ce --- /dev/null +++ b/themes/openbox/cthulhain @@ -0,0 +1,143 @@ +! Title: cthulhain +! By: cthulhain (http://lordzork.com/blackbox/ +! Email: cthulhain@lordzork.com +! Comment: no comment + +! ***** toolbar ***** +toolbar: raised gradient vertical + toolbar.color: #585858 + toolbar.colorTo: #0f1319 + +toolbar.label: parentrelative + toolbar.label.textColor: #cccccc + +toolbar.windowLabel: sunken gradient crossdiagonal + toolbar.windowLabel.color: #151a22 + toolbar.windowLabel.colorTo: #7a8290 + toolbar.windowLabel.textColor: #ffffff + +toolbar.clock: parentrelative + toolbar.clock.textColor: #cccccc + +toolbar.button: parentrelative + toolbar.button.picColor: #cccccc + +toolbar.button.pressed: flat gradient vertical + toolbar.button.pressed.color: #0f1319 + toolbar.button.pressed.colorTo: #7a8290 + + +! ***** menu ***** +menu.title: raised gradient crossdiagonal + menu.title.color: #151a22 + menu.title.colorTo: #7a8290 + menu.title.textColor: #ffffff + +menu.frame: sunken gradient crossdiagonal + menu.frame.color: #0f1319 + menu.frame.colorTo: gray40 + menu.frame.textColor: #cccccc + +menu.hilite: sunken gradient crossdiagonal + menu.hilite.color: #151a22 + menu.hilite.colorTo: #7a8290 + menu.hilite.textColor: #ffffff + +menu.bullet: triangle + menu.bullet.position: right + + +! ***** window focused ***** +window.title.focus: raised gradient diagonal + window.title.focus.color: gray40 + window.title.focus.colorTo: #0f1319 + +window.label.focus: sunken gradient crossdiagonal + window.label.focus.color: #151a22 + window.label.focus.colorTo: #7a8290 + window.label.focus.textColor: gray90 + +window.button.focus: parentrelative + window.button.focus.picColor: #cccccc + +window.button.pressed: flat gradient vertical + window.button.pressed.color: #0f1319 + window.button.pressed.colorTo: #7a8290 + +window.handle.focus: raised gradient diagonal + window.handle.focus.color: gray50 + window.handle.focus.colorTo: #0f1319 + +window.grip.focus: raised gradient diagonal + window.grip.focus.color: #7a8290 + window.grip.focus.colorTo: #151a22 + +window.frame.focusColor: #858585 +window.frame.focus.color: #858585 + + +! ***** window unfocused ***** +window.title.unfocus: raised gradient diagonal + window.title.unfocus.color: gray40 + window.title.unfocus.colorTo: #0f1319 + +window.label.unfocus: parentrelative + window.label.unfocus.textColor: #808080 + +window.button.unfocus: parentrelative + window.button.unfocus.picColor: #727272 + +window.handle.unfocus: raised gradient diagonal + window.handle.unfocus.color: gray50 + window.handle.unfocus.colorTo: #0f1319 + +window.grip.unfocus: raised gradient diagonal + window.grip.unfocus.color: gray50 + window.grip.unfocus.colorTo: #0f1319 + +window.frame.unfocusColor: #5e6166 +window.frame.unfocus.color: #5e6166 + + +! ***** fonts ***** +*.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-* +*.xft.font: arial +*.xft.size: 10 +menu.*.xft.size: 11 + toolbar.justify: center + window.justify: right + menu.title.justify: center + menu.frame.justify: right + +! ***** the rest ***** +borderColor: #202020 +borderWidth: 1 +bevelWidth: 2 +handleWidth: 4 +frameWidth: 0 + +rootCommand: bsetbg -solid "#3a404b" + +! ***** bbpager ***** +bbpager.frame: sunken gradient crossdiagonal + bbpager.frame.color: #151a22 + bbpager.frame.colorTo: #7a8290 + +bbpager.desktop: parentrelative + +bbpager.desktop.focus: flat gradient vertical + bbpager.desktop.focus.color: #0f1319 + bbpager.desktop.focus.colorTo: gray40 + +bbpager.window: raised gradient vertical + bbpager.window.color: gray40 + bbpager.window.colorTo: #0f1319 + +bbpager.window.focus: raised gradient crossdiagonal + bbpager.window.focus.color: #151a22 + bbpager.window.focus.colorTo: #7a8290 + +bbpager.desktop.focusStyle: border +bbpager.active.window.borderColor: #202020 +bbpager.inactive.window.borderColor: #202020 +bbpager.active.desktop.borderColor: #0f1319 diff --git a/themes/openbox/deep b/themes/openbox/deep new file mode 100644 index 00000000..ddcb51eb --- /dev/null +++ b/themes/openbox/deep @@ -0,0 +1,120 @@ +! deep - by safari_al +! tr@rebel.net.au +! +! the scent of deep heat is wafting through the air. inhale. + +toolbar: flat gradient vertical + toolbar.color: #d3d3d3 + toolbar.colorTo: #a3a3a3 + +toolbar.clock: parentrelative + toolbar.clock.textColor: black + +toolbar.label: parentrelative + toolbar.label.textColor: black + +toolbar.windowLabel: flat gradient horizontal + toolbar.windowLabel.color: #223256 + toolbar.windowLabel.colorTo: #3f5881 + toolbar.windowLabel.textColor: #d3d3d3 + +toolbar.button: parentrelative + toolbar.button.picColor: black + +toolbar.button.pressed: flat gradient vertical + toolbar.button.pressed.color: #d3d3d3 + toolbar.button.pressed.colorTo: #3f5881 + +menu.title: flat gradient horizontal + menu.title.color: #223256 + menu.title.colorTo: #3f5881 + menu.title.textColor: #d3d3d3 + +menu.frame: flat gradient horizontal + menu.frame.color: #a3a3a3 + menu.frame.colorTo: #d3d3d3 + menu.frame.textColor: black + +menu.hilite: flat gradient horizontal + menu.hilite.color: #a3a3a3 + menu.hilite.colorTo: #3f5881 + menu.hilite.textColor: black + +menu.bullet: empty + menu.bullet.position: left + +window.title.focus: flat gradient vertical + window.title.focus.color: #d3d3d3 + window.title.focus.colorTo: #a3a3a3 +window.title.unfocus: flat gradient vertical + window.title.unfocus.color: #d3d3d3 + window.title.unfocus.colorTo: #a3a3a3 + +window.label.focus: flat gradient horizontal + window.label.focus.color: #223256 + window.label.focus.colorTo: #3f5881 + window.label.focus.textColor: #d3d3d3 +window.label.unfocus: flat solid + window.label.unfocus.color: #223256 + window.label.unfocus.textColor: #d3d3d3 + +window.button.focus: parentrelative + window.button.focus.picColor: black +window.button.unfocus: parentrelative + window.button.unfocus.picColor: black + +window.button.pressed: flat gradient vertical + window.button.pressed.color: #d3d3d3 + window.button.pressed.colorTo: #3f5881 + +window.frame.focusColor: #d3d3d3 +window.frame.unfocusColor: #a3a3a3 + +window.handle.focus: flat solid + window.handle.focus.color: #d3d3d3 +window.handle.unfocus: flat solid + window.handle.unfocus.color: #a3a3a3 + +window.grip.focus: flat solid + window.grip.focus.color: #3f5881 +window.grip.unfocus: flat solid + window.grip.unfocus.color: #223526 + +borderColor: black +!*font: gelly +*font: lucidasans-10 +*xft.font: arial +*xft.size: 9 +menu*xft*size: 10 +*justify: left + +borderWidth: 1 +bevelWidth: 1 +frameWidth: 1 +handleWidth: 3 + +rootCommand: bsetbg -mod 2 2 -bg rgb:22/35/26 -fg rgb:3f/58/81 + + +bbpager.frame: flat gradient vertical + bbpager.frame.color: #3f5881 + bbpager.frame.colorTo: #223256 + +bbpager.desktop: parentrelative +bbpager.desktop.focus: parentrelative + +bbpager.window: flat gradient vertical + bbpager.window.color: #d3d3d3 + bbpager.window.colorTo: #a3a3a3 +bbpager.window.focus: flat gradient vertical + bbpager.window.focus.color: #d3d3d3 + bbpager.window.focus.colorTo: #3f5881 + +bbpager.desktop.focusStyle: border +bbpager.window.focusStyle: texture + +bbpager.active.desktop.borderColor: #d3d3d3 +bbpager.active.window.borderColor: black +bbpager.inactive.window.borderColor: black + +bbpager.bevelWidth: 1 diff --git a/themes/openbox/fieron b/themes/openbox/fieron new file mode 100644 index 00000000..aacb7fed --- /dev/null +++ b/themes/openbox/fieron @@ -0,0 +1,142 @@ +style.author: miklos +style.date: Sept. 9, 2002 + +rootCommand: bsetbg -solid "#474e56" + +! Toolbar settings... +toolbar.button.pressed: flatborder gradient vertical +toolbar.button.pressed.colorTo: #44657f +toolbar.button.pressed.color: #699cc6 +toolbar.button.pressed.borderColor: #181f24 +toolbar.button.picColor: #25252d + +toolbar.button: flatborder gradient vertical +toolbar.button.color: #d1d9db +toolbar.button.colorTo: #616568 +toolbar.button.borderColor: #25252d + +toolbar.windowLabel: flatborder gradient vertical +toolbar.windowLabel.color: #699cc6 +toolbar.windowLabel.colorTo: #44657f +toolbar.windowLabel.borderColor: #25252d +toolbar.windowLabel.textColor: #acd5eb + +toolbar.label: parentrelative +toolbar.label.textColor: #2c4559 + +toolbar.clock: parentrelative +toolbar.clock.textColor: #2c4559 + +toolbar: flat gradient vertical +toolbar.colorTo: #767677 +toolbar.color: #e4e8e9 + +toolbar.xft.font: tahoma +toolbar.xft.size: 9 +toolbar.justify: center + + +! Menu settings... +menu.frame: flat gradient crossdiagonal +menu.frame.color: #e4e8e9 +menu.frame.colorTo: #767677 +menu.frame.borderColor: #181f24 +menu.frame.textColor: #2c4559 + +menu.frame.xft.font: tahoma +menu.frame.xft.size: 9 +menu.frame.justify: left + +menu.title: flatborder gradient vertical +menu.title.color: #5f7a8f +menu.title.colorTo: #4d6070 +menu.title.borderColor: #c4c8c9 +menu.title.textColor: #1c2f40 + +menu.title.xft.font: tahoma +menu.title.xft.size: 9 +menu.title.justify: center + +menu.hilite: Flatborder gradient vertical +menu.hilite.colorTo: #44657f +menu.hilite.color: #699cc6 +menu.hilite.borderColor: #c4c8c9 +menu.hilite.textColor: #acd5db + +menu.bullet: diamond +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: flatborder gradient vertical +window.button.focus.color: #d1d9db +window.button.focus.colorTo: #616568 +window.button.borderColor: #25252d + +window.button.unfocus: flatborder gradient vertical +window.button.unfocus.color: #5f7a8f +window.button.unfocus.colorTo: #4d6070 +window.button.unfocus.borderColor: #1c2f40 +window.button.unfocus.picColor: #1c2f40 + +window.grip.focus: flat gradient vertical +window.grip.focus.color: #699cc6 +window.grip.focus.colorTo: #44657f +window.grip.focus.borderColor: #1c2f40 + +window.grip.unfocus: flat gradient vertical +window.grip.unfocus.color: #5f7a8f +window.grip.unfocus.colorTo: #4d6070 + +window.handle.focus: flat gradient vertical +window.handle.focus.color: #d1d9db +window.handle.focus.colorTo: #616568 +window.handle.focus.borderColor: #1c2f40 + +window.handle.unfocus: flat gradient vertical +window.handle.unfocus.color: #6f8a9f +window.handle.unfocus.colorTo: #5d7080 + +window.label.focus: flatborder gradient vertical +window.label.focus.color: #699cc6 +window.label.focus.colorTo: #44657f +window.label.focus.borderColor: #25252d +window.label.focus.textColor: #acd5eb + + + +window.xft.font: verdana +window.xft.size: 9 +window.justify: center + +window.label.unfocus: flatborder gradient vertical +window.label.unfocus.color: #6f8a9f +window.label.unfocus.colorTo: #5d7080 +window.label.unfocus.textColor: #2c4559 +window.label.unfocus.borderColor: #25252d + +window.title.focus: flat gradient vertical +window.title.focus.colorTo: #767677 +window.title.focus.color: #e4e8e9 +window.title.focus.borderColor: #25252d + +window.title.unfocus: flat gradient vertical +window.title.unfocus.color: #5f788f +window.title.unfocus.colorTo: #406070 + +window.button.pressed: flatborder gradient vertical +window.button.pressed.colorTo: #44657f +window.button.pressed.color: #699cc6 + +window.frame.focusColor: #c4c8c9 +window.frame.unfocusColor: #6f8a9f +handleWidth: 5 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 1 +borderColor: #25252d + +window.button.max.mask: fieron-max.xbm +window.button.icon.mask: fieron-icon.xbm +window.button.stick.mask:fieron-stick.xbm +window.button.close.mask:fieron-close.xbm diff --git a/themes/openbox/fieron2 b/themes/openbox/fieron2 new file mode 100644 index 00000000..3e69214c --- /dev/null +++ b/themes/openbox/fieron2 @@ -0,0 +1,159 @@ +style.author: miklos +style.date: Oct 26, 2002 + +style.comments: buttons available at http://miklosbox.org/files/fieron-xbms.tar.gz + +rootCommand: bsetbg -solid "#272a2f" + +! Toolbar settings... + +toolbar.button.pressed: sunken gradient crossdiagonal bevel2 +toolbar.button.pressed.colorTo: #5a724c +toolbar.button.pressed.color: #96ba86 +toolbar.button.picColor: #96ba86 + +toolbar.button: raised gradient crossdiagonal bevel2 +toolbar.button.colorTo: #272a2f +toolbar.button.color: #858687 +toolbar.button.borderColor: #25252d + +toolbar.windowLabel: flatborder gradient vertical +toolbar.windowLabel.color: #96ba86 +toolbar.windowLabel.colorTo: #5a724c +toolbar.windowLabel.borderColor: #181f24 +toolbar.windowLabel.textColor: #272a2f + +toolbar.label: sunken gradient crossdiagonal +toolbar.label.color: #858687 +toolbar.label.colorTo: #373a3f +toolbar.label.textColor: #96ba86 + +toolbar.clock: sunken gradient crossdiagonal +toolbar.clock.color: #858687 +toolbar.clock.colorTo: #373a3f +toolbar.clock.textColor: #96ba86 + +toolbar: flat gradient vertical +toolbar.color: #858687 +toolbar.colorTo: #373a3f + + +toolbar.xft.font: verdana +toolbar.xft.size: 7 +toolbar.justify: right +toolbar.xft.flags: normal, shadow + + +! Menu settings... +menu.frame: sunken gradient crossdiagonal bevel2 +menu.frame.color: #555657 +menu.frame.colorTo: #272a2f +menu.frame.borderColor: #181f24 +menu.frame.textColor: #878a8f + +menu.frame.xft.font: verdana +menu.frame.xft.size: 7 +menu.frame.justify: right +menu.frame.xft.flags: normal, shadow + +menu.title: flat gradient vertical +menu.title.color: #96ba86 +menu.title.colorTo: #5a724c +menu.title.borderColor: #181f24 +menu.title.textColor: #181f24 + +menu.title.xft.font: verdana +menu.title.xft.size: 7 +menu.title.justify: right +menu.title.xft.flags: shadow + +menu.hilite: sunken gradient crossdiagonal bevel2 +menu.hilite.color: #555657 +menu.hilite.colorTo: #373a3f +menu.hilite.borderColor: #c4c8c9 +menu.hilite.textColor: #96ba86 + +menu.bullet: empty +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: raised gradient crossdiagonal bevel2 +window.button.focus.color: #858687 +window.button.focus.colorTo: #272a2f +window.button.focus.picColor: #96ba86 + +window.button.unfocus: raised gradient crossdiagonal bevel2 +window.button.unfocus.color: #555657 +window.button.unfocus.colorTo: #171a1f +window.button.unfocus.borderColor: #1c2f40 +window.button.unfocus.picColor: #676869 + +window.grip.focus: flat gradient vertical +window.grip.focus.color: #96ba86 +window.grip.focus.colorTo: #5a724c +window.grip.focus.borderColor: #1c2f40 + +window.grip.unfocus: flat gradient vertical +window.grip.unfocus.color: #555657 +window.grip.unfocus.colorTo: #171a1f + +window.handle.focus: flat gradient vertical +window.handle.focus.color: #858687 +window.handle.focus.colorTo: #373a3f +window.handle.focus.borderColor: #1c2f40 + +window.handle.unfocus: flat gradient vertical +window.handle.unfocus.color: #555657 +window.handle.unfocus.colorTo: #171a1f + +window.label.focus: flatborder gradient vertical +window.label.focus.color: #96ba86 +window.label.focus.colorTo: #5a724c +window.label.focus.borderColor: #181f24 +window.label.focus.textColor: #272a2f + +window.xft.font: verdana +window.xft.size: 8 +window.justify: right +window.xft.flags: shadow + +window.label.unfocus: sunken gradient crossdiagonal bevel +window.label.unfocus.color: #555657 +window.label.unfocus.colorTo: #272a2f +window.label.unfocus.textColor: #676869 +window.label.unfocus.borderColor: #171a1f + +window.title.focus: flat gradient vertical +window.title.focus.colorTo: #373a3f +window.title.focus.color: #858687 + +window.title.unfocus: flat gradient vertical +window.title.unfocus.color: #555657 +window.title.unfocus.colorTo: #171a1f + +window.button.pressed.focus: sunken gradient crossdiagonal bevel2 +window.button.pressed.focus.colorTo: #5a724c +window.button.pressed.focus.color: #96ba86 + +window.button.pressed.unfocus: sunken gradient crossdiagonal bevel2 +window.button.pressed.unfocus.colorTo: #171a1f +window.button.pressed.unfocus.color: #555657 + + +window.frame.focusColor: #858687 +window.frame.unfocusColor: #555657 +handleWidth: 4 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 1 +borderColor: #181f24 + +window.button.max.mask: fieron-max.xbm +window.button.icon.mask: fieron-icon.xbm +window.button.stick.mask:fieron-stick.xbm +window.button.close.mask:fieron-close.xbm + +*.xft.flags: shadow bold +*.xft.shadow.offset: 1 +*.xft.shadow.tint: 20 diff --git a/themes/openbox/flux b/themes/openbox/flux new file mode 100644 index 00000000..46fc8d5d --- /dev/null +++ b/themes/openbox/flux @@ -0,0 +1,89 @@ +toolbar: flat solid +toolbar.color: rgb:6/6/54 +toolbar.button: flat solid +toolbar.button.color: rgb:6/6/54 +toolbar.button.picColor: rgb:2/2/1c +toolbar.label: flat crossdiagonal gradient +toolbar.label.color: rgb:8/8/7 +toolbar.label.colorTo: rgb:f/f/d +toolbar.label.textColor: rgb:2/2/1c +toolbar.windowLabel: flat crossdiagonal gradient +toolbar.windowLabel.color: rgb:8/8/7 +toolbar.windowLabel.colorTo: rgb:f/f/d +toolbar.windowLabel.textColor: rgb:2/2/1c +toolbar.clock: flat crossdiagonal gradient +toolbar.clock.color: rgb:8/8/7 +toolbar.clock.colorTo: rgb:f/f/d +toolbar.clock.textColor: rgb:2/2/1c +toolbar.justify: right + +menu.title: flat crossdiagonal gradient +menu.title.color: rgb:8/8/7 +menu.title.colorTo: rgb:f/f/d +menu.title.textColor: rgb:2/2/1c +menu.title.justify: right + +menu.frame: flat solid +menu.frame.color: rgb:6/6/54 +menu.frame.textColor: grey85 +menu.frame.disableColor: rgb:4/4/38 +menu.frame.justify: center + +menu.bullet.position: right +menu.bullet: triangle + +menu.hilite: flat solid +menu.hilite.color: rgb:4/4/38 +menu.hilite.textColor: white + +window.title.focus: flat solid +window.title.focus.color: rgb:6/6/54 +window.title.unfocus: flat solid +window.title.unfocus.color: rgb:4/4/38 + +window.label.focus: flat crossdiagonal gradient +window.label.focus.color: rgb:8/8/7 +window.label.focus.colorTo: rgb:f/f/d +window.label.focus.textColor: rgb:2/2/1c +window.label.unfocus: flat solid +window.label.unfocus.color: rgb:4/4/38 +window.label.unfocus.textColor: rgb:2/2/1c + +window.button.focus: flat solid +window.button.focus.color: rgb:6/6/54 +window.button.focus.picColor: rgb:2/2/1c +window.button.unfocus: flat solid +window.button.unfocus.color: rgb:4/4/38 +window.button.unfocus.picColor: rgb:2/2/1c + +window.handle.focus: flat crossdiagonal gradient +window.handle.focus.color: rgb:8/8/7 +window.handle.focus.colorTo: rgb:f/f/d +window.handle.unfocus: flat solid +window.handle.unfocus.color: rgb:4/4/38 + +window.grip.focus: flat solid +window.grip.focus.color: rgb:8/8/7 +window.grip.unfocus: flat solid +window.grip.unfocus.color: rgb:4/4/38 + +window.frame.focusColor: rgb:f/f/d +window.frame.unfocusColor: rgb:6/6/54 + +window.justify: right + +*button.pressed: flat solid +*button.pressed.color: rgb:a/a/8c + +borderColor: rgb:2/2/1c + +bevelWidth: 2 +borderWidth: 2 +handleWidth: 3 + +*textColor: grey20 +*Font: lucidasans-10 +*xft.font: arial +*xft.size: 10 + +rootCommand: bsetroot -solid rgb:4/4/38 diff --git a/themes/openbox/frobozz b/themes/openbox/frobozz new file mode 100644 index 00000000..c99005fe --- /dev/null +++ b/themes/openbox/frobozz @@ -0,0 +1,143 @@ +! by kyle (kyle@achilles.net) +! modified from blah23 by cthulhain (lordzork@lordzork.com) + +! ***** toolbar ***** +toolbar: raised solid + toolbar.color: #484848 + +toolbar.label: parentrelative + toolbar.label.textColor: #bcc3ce + +toolbar.windowLabel: sunken solid + toolbar.windowLabel.color: #485561 + toolbar.windowLabel.textColor: #e8f1ff + +toolbar.clock: parentrelative + toolbar.clock.textColor: #bcc3ce + +toolbar.button: flat solid + toolbar.button.color:#484848 + toolbar.button.picColor:#303030 + +toolbar.button.pressed: sunken solid + toolbar.button.pressed.color: #484848 + + +! ***** menu ***** +menu.title: raised solid + menu.title.color: #485561 + menu.title.textColor: #e8f1ff + +menu.frame: raised solid + menu.frame.color: #484848 + menu.frame.textColor: #bcc3ce + +menu.hilite: sunken solid + menu.hilite.color: #485561 + menu.hilite.textColor: #e8f1ff + +menu.bullet: triangle + menu.bullet.position: right + + +! ***** window focused ***** +window.title.focus: raised solid + window.title.focus.color: #485561 + +window.label.focus: parentrelative + window.label.focus.textColor: #e8f1ff + +window.button.focus: flat solid + window.button.focus.color: #485561 + window.button.focus.picColor: #303030 + +window.button.pressed: sunken solid + window.button.pressed.color: #485561 + +window.handle.focus: sunken solid + window.handle.focus.color: #485561 + +window.grip.focus: sunken solid + window.grip.focus.color: #485561 + +window.frame.focusColor: #63707f + window.frame.focus.color: #63707f + +! ***** window unfocused ***** +window.title.unfocus: raised solid + window.title.unfocus.color: #484848 + +window.label.unfocus: parentrelative + window.label.unfocus.textColor: #909090 + +window.button.unfocus:flat solid + window.button.unfocus.color: #484848 + window.button.unfocus.picColor: #303030 + +window.handle.unfocus: sunken solid + window.handle.unfocus.color: #484848 + +window.grip.unfocus: sunken solid + window.grip.unfocus.color: #484848 + +window.frame.unfocusColor: #5e6166 + window.frame.unfocus.color: #5e6166 + +! ***** Xft fonts ***** +*xft.font: Arial +toolbar.xft.size: 10 +toolbar.justify: center + +window.xft.size: 9 +!window.xft.flags: bold +window.justify: left + +menu.title.xft.size: 10 +menu.title.xft.flags: bold +menu.title.justify: center + +menu.frame.xft.size: 10 +menu.frame.justify: right + +! ***** fonts ***** +*Font: lucidasans-10 +!toolbar.font: lime +!toolbar.justify: center + +!window.font: lime +!window.justify: left + +!menu.title.font: lime +!menu.title.justify: center + +!menu.frame.font: lime +!menu.frame.justify: right + +! ***** the rest ***** +borderColor: #000000 +borderWidth: 1 +bevelWidth: 2 +handleWidth: 4 +frameWidth: 0 + +! ***** bbpager ***** +bbpager.desktop.focusStyle: texture + +bbpager.frame: parentrelative +bbpager.frame.color: #5e6166 + +bbpager.desktop: parentrelative +bbpager.desktop.focus: flat solid +bbpager.desktop.focus.color: #484848 + +bbpager.window: raised solid +bbpager.window.color: #6f7a7f +bbpager.window.focus: raised solid +bbpager.window.focus.color: #485561 + +bbpager.active.window.borderColor: black +bbpager.inactive.window.borderColor: black + +! ***** rootCommand ***** +#rootCommand: bsetbg -solid "#484848" +rootCommand: bsetbg -gradient flatinterlaced -bg "#485561" -fg "#"484848 diff --git a/themes/openbox/frobust b/themes/openbox/frobust new file mode 100644 index 00000000..3f8a13f2 --- /dev/null +++ b/themes/openbox/frobust @@ -0,0 +1,148 @@ + +style.name: frobust +style.author: miklos +style.date: Tue, 03.05.02 +style.credits: +style.comments: frobust! + +!*font: creep +*font: -adobe-helvetica-medium-r-*-*-10-*-*-*-*-*-*-* +*xft.font: Trebuchet MS +*xft.size: 9 +menu*xft.size: 11 + +rootCommand: bsetroot -mod 4 4 -bg "#4c4c4c" -fg "#3c3c3c" + +! Toolbar settings... +toolbar.button: Flat Gradient Vertical +toolbar.button.color: #4c4c4c +toolbar.button.colorTo: #414141 +toolbar.button.picColor: #d7e0ee + +toolbar.button.pressed: Sunken Bevel1 Gradient Diagonal +toolbar.button.pressed.color: #484848 +toolbar.button.pressed.colorTo: #73787e + +toolbar.label: Flat Gradient Vertical +toolbar.label.color: #4c4c4c +toolbar.label.colorTo: #414141 +toolbar.label.textColor: #d7e0ee + +toolbar.windowLabel: Sunken Bevel1 Gradient Vertical +toolbar.windowLabel.color: #aab0b9 +toolbar.windowLabel.colorTo: #73787e +toolbar.windowLabel.textColor: #000000 + +toolbar.clock: Flat Gradient Vertical +toolbar.clock.color: #4c4c4c +toolbar.clock.colorTo: #414141 +toolbar.clock.textColor: #d7e0ee + +toolbar: Raised Bevel1 Gradient Vertical +toolbar.color: #4c4c4c +toolbar.colorTo: #414141 +toolbar.textColor: #d7e0ee +toolbar.justify: Center + +! Menu settings... +menu.frame: Raised Solid +menu.frame.color: #4c4c4c +menu.frame.textColor: #d7e0ee +menu.frame.justify: Right + +menu.title: Raised Bevel1 Solid PipeCross +menu.title.color: #8d929a +menu.title.colorTo: #73787e +menu.title.textColor: #000000 +menu.title.justify: Center + +menu.hilite: Sunken Solid +menu.hilite.color: #73787e +menu.hilite.colorTo: #ffffff +menu.hilite.textColor: #d7e0ee + +menu.bullet: Triangle +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Gradient Vertical +window.button.focus.color: #4c4c4c +window.button.focus.colorTo: #414141 +window.button.focus.picColor: #d8e0ee + +window.button.unfocus: Flat Gradient Vertical +window.button.unfocus.color: #4c4c4c +window.button.unfocus.colorTo: #414141 +window.button.unfocus.picColor: #686868 + +window.grip.focus: Raised Bevel1 Solid Vertical +window.grip.focus.color: #aab0b9 + +window.grip.unfocus: Raised Bevel1 Solid Horizontal +window.grip.unfocus.color: #4c4c4c +window.grip.unfocus.colorTo: #ffffff + +window.handle.focus: Raised Bevel1 Solid Vertical +window.handle.focus.color: #8a8f96 + +window.handle.unfocus: Raised Bevel1 Solid Horizontal +window.handle.unfocus.color: #4c4c4c +window.handle.unfocus.colorTo: #ffffff + +window.label.focus: Sunken Bevel1 Gradient Vertical +window.label.focus.color: #aab0b9 +window.label.focus.colorTo: #73787e +window.label.focus.textColor: #000000 +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: Flat Gradient Vertical +window.label.unfocus.color: #4c4c4c +window.label.unfocus.colorTo: #414141 +window.label.unfocus.textColor: #686868 + +window.title.focus: Raised Bevel1 Gradient Vertical +window.title.focus.color: #4c4c4c +window.title.focus.colorTo: #414141 + +window.title.unfocus: Raised Bevel1 Gradient Vertical +window.title.unfocus.color: #4c4c4c +window.title.unfocus.colorTo: #414141 + +window.button.pressed: Sunken Bevel1 Gradient Diagonal +window.button.pressed.color: #484848 +window.button.pressed.colorTo: #73787e + +window.frame.focusColor: #73787e +window.frame.unfocusColor: #62666b +handleWidth: 4 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 + +! ***** bbpager ***** +bbpager.frame: raised solid + bbpager.frame.color: #484848 + +bbpager.desktop: sunken Gradient Vertical bevel1 + bbpager.desktop.color: #4c4c4c + bbpager.desktop.colorTo: #4a4a4a + +bbpager.desktop.focus: raised solid + bbpager.desktop.focus.color: #4c4c4c + +bbpager.window: raised gradient vertical + bbpager.window.color: #4c4c4c + bbpager.window.colorTo: #414141 + +bbpager.window.focus: sunken gradient vertical bevel2 + bbpager.window.focus.color: #aab0b9 + bbpager.window.focus.colorTo: #73787e + +bbpager.desktop.focusStyle: border +bbpager.active.window.borderColor: #202020 +bbpager.inactive.window.borderColor: #000000 +bbpager.active.desktop.borderColor: #73787e + diff --git a/themes/openbox/mbdtex b/themes/openbox/mbdtex new file mode 100644 index 00000000..bee7760d --- /dev/null +++ b/themes/openbox/mbdtex @@ -0,0 +1,96 @@ +! by miklos +! May 16, 2002 + +toolbar: flat gradient vertical +toolbar.color: rgb:6a/7c/8b +toolbar.colorTo: rgb:4a/59/65 +toolbar.button: parentrelative +toolbar.button.picColor: rgb:d1/d1/d1 +toolbar.label: parentrelative +toolbar.label.textColor: rgb:b9/cc/db + +toolbar.windowLabel: parentrelative +toolbar.windowLabel.textColor: rgb:b9/cc/db + +toolbar.clock: parentrelative +toolbar.clock.textColor: rgb:b9/cc/db +toolbar.justify: center + +menu.title: flat gradient crossdiagonal +menu.title.color: rgb:7a/8c/9b +menu.title.colorTo: rgb:5b/6d/7b +menu.title.textColor: rgb:dd/f0/ff +menu.title.justify: center + +menu.frame: flat gradient vertical +menu.frame.colorTo: rgb:5a/69/75 +menu.frame.color: rgb:6b/7d/8b +menu.frame.textColor: rgb:b9/cc/db +menu.frame.disableColor: rgb:4/4/4 + +menu.frame.justify: left + +menu.bullet.position: left + +menu.hilite: flat gradient vertical +menu.hilite.colorTo: rgb:4a/59/65 +menu.hilite.color: rgb:5b/6d/7b +menu.hilite.textColor: rgb:dd/f0/ff + +window.title.focus: flat gradient vertical +window.title.focus.color: rgb:7a/8c/9b +window.title.focus.colorTo: rgb:5b/6d/7b +window.title.textColor: rgb:b9/cc/db + +window.title.unfocus: flat gradient vertical +window.title.unfocus.color: rgb:6a/7c/8b +window.title.unfocus.colorTo: rgb:4a/59/65 + +window.label.focus: parentrelative +window.label.focus.textColor: rgb:dd/f0/ff + +window.label.unfocus: parentrelative +window.label.unfocus.textColor: rgb:b9/cc/db + +window.button.focus: parentrelative +window.button.focus.picColor: rgb:f8/f6/e7 + +window.button.unfocus: parentrelative +window.button.unfocus.picColor: rgb:b9/cc/db + +window.handle.focus: flat gradient vertical +window.handle.focus.color: rgb:7a/8c/9b +window.handle.focus.colorTo: rgb:5b/6d/7b +window.handle.unfocus: flat gradient vertical +window.handle.unfocus.color: rgb:6a/7c/8b +window.handle.unfocus.colorTo: rgb:4a/59/65 +window.grip.focus: flat gradient vertical +window.grip.focus.color: rgb:7a/8c/9b +window.grip.focus.colorTo: rgb:5b/6d/7b +window.grip.unfocus: flat gradient vertical +window.grip.unfocus.color: rgb:6a/7c/8b +window.grip.unfocus.colorTo: rgb:4a/59/65 +window.justify: left + +window.frame.unfocusColor: rgb:56/6d/7b +window.frame.focusColor: rgb:8a/9c/ab + +*button.pressed: flat solid +*button.pressed.color: rgb:d6/5a/36 + +! borderColor: rgb:7c/7e/7f +borderColor: rgb:4a/59/65 + +bevelWidth: 1 +borderWidth: 1 +handleWidth: 3 +frameWidth: 1 + +*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv +*.xft.font: Arial +*.xft.size: 10 +menu*xft.size: 12 +menu.title.xft.flags: bold + + +rootCommand: bsetbg -solid "#5a6975" diff --git a/themes/openbox/miklos b/themes/openbox/miklos new file mode 100644 index 00000000..c75c78a3 --- /dev/null +++ b/themes/openbox/miklos @@ -0,0 +1,136 @@ +! Miscellaneous settings... +style.name: miklos +style.author: miklos +style.date: 03.01.02 +style.credits: +style.comments: + + +! rootCommand: bsetroot -gradient interlaced -from rgb:5b/67/5b -to rgb:6f/78/6b +! rootCommand: Esetroot -scale ~/bg/exonerate.jpg +rootCommand: bsetroot -gradient interlaced -from rgb:47/50/47 -to rgb:5b/67/5b +! rootCommand: bsetroot -gradient interlaced -from rgb:56/5d/53 -to rgb:5b/67/5b + +! Toolbar settings... +toolbar.button: Sunken Bevel1 Gradient Vertical Interlaced +toolbar.button.color: #8a968a +toolbar.button.colorTo: #6d7669 +toolbar.button.picColor: #ffffff + +toolbar.button.pressed: Sunken Bevel1 Gradient Diagonal Interlaced +toolbar.button.pressed.color: #6e7b8b +toolbar.button.pressed.colorTo: #8fa0b5 + +toolbar.label: Flat Gradient Vertical +toolbar.label.color: #8a968a +toolbar.label.colorTo: #6d7669 +toolbar.label.textColor: #ffffff + +toolbar.windowLabel: Sunken Bevel1 Gradient Diagonal +toolbar.windowLabel.color: #6f634a +toolbar.windowLabel.colorTo: #c1b5a1 +toolbar.windowLabel.textColor: #ffffff + +toolbar.clock: Flat Gradient Vertical +toolbar.clock.color: #8a968a +toolbar.clock.colorTo: #6d7669 +toolbar.clock.textColor: #ffffff + +toolbar: Raised Bevel1 Gradient Vertical +toolbar.color: #8a968a +toolbar.colorTo: #6d7669 +toolbar.textColor: #ffffff +! toolbar.font: luxus +toolbar.justify: Left + + +! Menu settings... +menu.frame: Raised Bevel1 Gradient Vertical +menu.frame.color: #8a968a +menu.frame.colorTo: #6d7669 +menu.frame.textColor: #000000 +! menu.frame.font: luxus +menu.frame.justify: Left + +menu.title: Raised Bevel1 Gradient Vertical +menu.title.color: #8a968a +menu.title.colorTo: #6d7669 +menu.title.textColor: #ffffff +! menu.title.font: luxus +menu.title.justify: Center + +menu.hilite: Sunken Bevel2 Gradient Diagonal +menu.hilite.color: #6e7b8b +menu.hilite.colorTo: #8fa0b5 +menu.hilite.textColor: #ffffff + +menu.bullet: Empty +menu.bullet.position: Left +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Sunken Bevel1 Gradient Vertical Interlaced +window.button.focus.color: #8a968a +window.button.focus.colorTo: #6d7669 +window.button.focus.picColor: #ffffff + +window.button.unfocus: Sunken Bevel1 Gradient Vertical +window.button.unfocus.color: #8a968a +window.button.unfocus.colorTo: #6d7669 +window.button.unfocus.picColor: #97a397 + +window.grip.focus: Raised Bevel1 Gradient Vertical Interlaced +window.grip.focus.color: #c1b5a1 +window.grip.focus.colorTo: #6f634a + +window.grip.unfocus: Flat Gradient Vertical Interlaced +window.grip.unfocus.color: #8a968a +window.grip.unfocus.colorTo: #6d7669 + +window.handle.focus: Flat Gradient Vertical Interlaced +window.handle.focus.color: #8a968a +window.handle.focus.colorTo: #6d7669 + +window.handle.unfocus: Flat Gradient Vertical +window.handle.unfocus.color: #6d7669 +window.handle.unfocus.colorTo: #565d53 + +window.label.focus: Sunken Bevel1 Gradient Diagonal +window.label.focus.color: #6f634a +window.label.focus.colorTo: #c1b5a1 +window.label.focus.textColor: #ffffff +! window.label.focus.font: luxus +window.label.focus.justify: Left + +! window.font: luxus +window.justify: Left +window.label.unfocus: Flat Gradient Vertical +window.label.unfocus.color: #8a968a +window.label.unfocus.colorTo: #6d7669 +window.label.unfocus.textColor: #97a397 + +window.title.focus: Raised Bevel1 Gradient Vertical +window.title.focus.color: #8a968a +window.title.focus.colorTo: #6d7669 + +window.title.unfocus: Raised Bevel1 Gradient Vertical +window.title.unfocus.color: #8a968a +window.title.unfocus.colorTo: #6d7669 + +window.button.pressed: Sunken Bevel1 Gradient Diagonal Interlaced +window.button.pressed.color: #6e7b8b +window.button.pressed.colorTo: #8fa0b5 + +window.frame.focusColor: #7b877b +window.frame.unfocusColor: #5b675b +handleWidth: 3 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 + +!*Font: lime +*Font: lucidasans-10 +*xft.font: Arial +*xft.size: 9 +menu.title.xft.size: 10
\ No newline at end of file diff --git a/themes/openbox/nyz b/themes/openbox/nyz new file mode 100644 index 00000000..33f1f347 --- /dev/null +++ b/themes/openbox/nyz @@ -0,0 +1,105 @@ +toolbar: flat diagonal gradient +toolbar.color: rgb:6/9/c +toolbar.colorTo: rgb:4/6/8 +toolbar.button: flat diagonal gradient +toolbar.button.color: rgb:3/48/6 +toolbar.button.colorTo: rgb:5/78/a +toolbar.button.picColor: rgb:1/18/2 +toolbar.button.pressed: flat crossdiagonal gradient +toolbar.button.pressed.color: grey40 +toolbar.button.pressed.colorTo: grey20 +toolbar.label: flat crossdiagonal gradient +toolbar.label.color: grey40 +toolbar.label.colorTo: grey20 +toolbar.label.textColor: grey85 +toolbar.windowLabel: flat crossdiagonal gradient +toolbar.windowLabel.color: grey40 +toolbar.windowLabel.colorTo: grey20 +toolbar.windowLabel.textColor: grey85 +toolbar.clock: flat crossdiagonal gradient +toolbar.clock.color: grey40 +toolbar.clock.colorTo: grey20 +toolbar.clock.textColor: grey85 +toolbar.justify: right +toolbar.font: lucidasans-10 + +menu.title: flat crossdiagonal gradient +menu.title.color: rgb:6/9/c +menu.title.colorTo: rgb:3/48/6 +menu.title.textColor: white +menu.title.font: lucidasans-10 +menu.title.justify: right + +menu.frame: flat crossdiagonal gradient +menu.frame.color: grey40 +menu.frame.colorTo: grey20 +menu.frame.textColor: grey85 +menu.frame.disableColor: rgb:4/4/38 +menu.frame.font: lucidasans-10 +menu.frame.justify: center + +menu.bullet.position: right +menu.bullet: triangle + +menu.hilite: flat crossdiagonal gradient +menu.hilite.color: rgb:6/9/c +menu.hilite.colorTo: rgb:3/48/6 +menu.hilite.textColor: white + +window.title.focus: flat diagonal gradient +window.title.focus.color: rgb:6/9/c +window.title.focus.colorTo: rgb:4/6/8 +window.title.unfocus: flat solid +window.title.unfocus.color: grey30 + +window.label.focus: flat crossdiagonal gradient +window.label.focus.color: grey40 +window.label.focus.colorTo: grey20 +window.label.focus.textColor: white +window.label.unfocus: flat crossdiagonal gradient +window.label.unfocus.color: grey30 +window.label.unfocus.colorTo: grey20 +window.label.unfocus.textColor: grey60 + +window.button.focus: flat diagonal gradient +window.button.focus.color: rgb:4/6/8 +window.button.focus.colorTo: rgb:5/78/a +window.button.focus.picColor: rgb:1/18/2 +window.button.unfocus: flat solid +window.button.unfocus.color: grey30 +window.button.unfocus.picColor: grey20 +window.button.pressed: flat crossdiagonal gradient +window.button.pressed.color: grey40 +window.button.pressed.colorTo: grey20 + +window.handle.focus: flat crossdiagonal gradient +window.handle.focus.color: rgb:6/9/c +window.handle.focus.colorTo: rgb:3/48/6 +window.handle.unfocus: flat solid +window.handle.unfocus.color: grey30 + +window.grip.focus: flat crossdiagonal gradient +window.grip.focus.color: grey40 +window.grip.focus.colorTo: grey20 +window.grip.unfocus: flat crossdiagonal gradient +window.grip.unfocus.color: grey30 +window.grip.unfocus.colorTo: grey20 + +window.frame.focusColor: rgb:6/9/c +window.frame.unfocusColor: grey30 + +window.font: lucidasans-10 +window.justify: right + +borderColor: grey10 + +bevelWidth: 1 +borderWidth: 2 +handleWidth: 4 + +*textColor: grey85 +*Font: lucidasans-10 +*xft.font: arial +*xft.size: 10 + +rootCommand: bsetroot -solid grey20 diff --git a/themes/openbox/nyzclone b/themes/openbox/nyzclone new file mode 100644 index 00000000..46ca5a93 --- /dev/null +++ b/themes/openbox/nyzclone @@ -0,0 +1,131 @@ +! Miscellaneous settings... +style.name: nyzclone +style.author: miklos +style.date: March 3, 2002 +style.credits: nyz's moving_targets.png +style.comments: (kyle) miklos, clone nyz's theme for me.\ + \ + +!*font: lime +*font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Arial +*xft.size: 9 +menu*xft.size: 10 + +rootCommand: bsetbg -solid '#385070' + +! Toolbar settings... +toolbar.button: Flat Solid +toolbar.button.color: #c8c8c8 +toolbar.button.picColor: #000000 + +toolbar.button.pressed: Sunken Bevel1 Solid +toolbar.button.pressed.color: #c8c8c8 + +toolbar.label: Flat Solid +toolbar.label.color: #c8c8c8 +toolbar.label.textColor: #000000 + +toolbar.windowLabel: Flat Solid +toolbar.windowLabel.color: #506c90 +toolbar.windowLabel.textColor: #ffffff + +toolbar.clock: Flat Solid +toolbar.clock.color: #c8c8c8 +toolbar.clock.textColor: #000000 + +toolbar: Raised Bevel1 Solid +toolbar.color: #c8c8c8 +toolbar.textColor: #ffffff +toolbar.justify: Center + + +! Menu settings... +menu.frame: Raised Bevel1 Solid +menu.frame.color: #c8c8c8 +menu.frame.textColor: #000000 +menu.frame.justify: Center + +menu.title: Raised Bevel1 Solid +menu.title.color: #506c90 +menu.title.textColor: #ffffff +menu.title.justify: Center + +menu.hilite: Flat Solid +menu.hilite.color: #506890 +menu.hilite.textColor: #ffffff + +menu.bullet: Empty +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Solid +window.button.focus.color: #506c90 +window.button.focus.picColor: #ffffff + +window.button.unfocus: Flat Solid +window.button.unfocus.color: #c8c8c8 +window.button.unfocus.picColor: #787c78 + +window.grip.focus: Raised Bevel1 Solid +window.grip.focus.color: #506890 + +window.grip.unfocus: Raised Bevel1 Solid +window.grip.unfocus.color: #c8c8c8 + +window.handle.focus: Raised Bevel1 Solid +window.handle.focus.color: #506890 + +window.handle.unfocus: Raised Bevel1 Solid +window.handle.unfocus.color: #c8c8c8 + +window.label.focus: Flat Solid +window.label.focus.color: #506890 +window.label.focus.textColor: #ffffff +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: Flat Solid +window.label.unfocus.color: #c8c8c8 +window.label.unfocus.textColor: #787c78 + +window.title.focus: Raised Bevel1 Solid +window.title.focus.color: #506890 + +window.title.unfocus: Raised Bevel1 Solid +window.title.unfocus.color: #c8c8c8 + +window.button.pressed: Sunken Bevel1 Gradient Diagonal +window.button.pressed.color: #506890 +window.button.pressed.colorTo: #a0a0a0 + +window.frame.focusColor: #ffffff +window.frame.unfocusColor: #202428 +handleWidth: 5 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 +! ***** bbpager ***** +bbpager.frame: raised solid bevel1 + bbpager.frame.color: #c8c8c8 + +bbpager.desktop: sunken solid bevel1 + bbpager.desktop.color: #385070 + +bbpager.desktop.focus: raised solid + bbpager.desktop.focus.color: #486890 + +bbpager.window: raised solid + bbpager.window.color: #c8c8c8 + +bbpager.window.focus: raised solid + bbpager.window.focus.color: #486890 + +bbpager.desktop.focusStyle: border +bbpager.active.window.borderColor: #202020 +bbpager.inactive.window.borderColor: #202020 +bbpager.active.desktop.borderColor: #ffffff + diff --git a/themes/openbox/ob20 b/themes/openbox/ob20 new file mode 100644 index 00000000..32afe96b --- /dev/null +++ b/themes/openbox/ob20 @@ -0,0 +1,109 @@ +style.name: openbox 2.0 +style.author: miklos +style.date: Friday July 12, 2002 + +rootCommand: bsetbg -solid "#333333" + +! Toolbar settings... +toolbar.button: parentrelative +toolbar.button.picColor: #333333 + +toolbar.button.pressed: sunken gradient crossdiagonal +toolbar.button.pressed.color: #666666 +toolbar.button.pressed.colorTo: #555555 + +toolbar.label: parentrelative +toolbar.label.textColor: #333333 + +toolbar.windowLabel: sunken gradient diagonal +toolbar.windowLabel.color: #242424 +toolbar.windowLabel.colorTo: #555555 +toolbar.windowLabel.textColor: #d98a51 + +toolbar.clock: parentrelative +toolbar.clock.textColor: #333333 + +toolbar: flat gradient diagonal +toolbar.color: #666666 +toolbar.colorTo: #555555 +toolbar.justify: left + + +! Menu settings... +menu.frame: flat gradient vertical +menu.frame.color: #666666 +menu.frame.colorTo: #555555 +menu.frame.textColor: #323232 +menu.frame.justify: left + +menu.title: flat gradient diagonal +menu.title.color: #242424 +menu.title.colorTo: #555555 +menu.title.textColor: #d98a51 +menu.title.justify: left + +menu.hilite: sunken gradient diagonal +menu.hilite.color: #242424 +menu.hilite.colorTo: #555555 +menu.hilite.textColor: #ffffff + +menu.bullet: triangle +menu.bullet.position: left +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: parentrelative +window.button.focus.picColor: #333333 + +window.button.unfocus: parentrelative +window.button.unfocus.picColor: #444444 + +window.grip.focus: Flat Solid +window.grip.focus.color: #686868 + +window.grip.unfocus: Flat Solid +window.grip.unfocus.color: #333333 + +window.handle.focus: Flat Solid +window.handle.focus.color: #333333 + +window.handle.unfocus: Flat Solid +window.handle.unfocus.color: #333333 + +window.label.focus: sunken gradient diagonal +window.label.focus.color: #242424 +window.label.focus.colorTo: #555555 +window.label.focus.textColor: #d98a51 + +window.justify: left +window.label.unfocus: sunken gradient diagonal +window.label.unfocus.color: #242424 +window.label.unfocus.colorTo: #444444 +window.label.unfocus.textColor: #999999 + +window.title.focus: flat gradient diagonal +window.title.focus.color: #666666 +window.title.focus.colorTo: #555555 + +window.title.unfocus: flat gradient diagonal +window.title.unfocus.color: #555555 +window.title.unfocus.colorTo: #444444 + +window.button.pressed: Sunken gradient diagonal +window.button.pressed.color: #666666 +window.button.pressed.colorTo: #444444 + +!*font: lime +*font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Arial +*xft.size: 9 +menu*xft.size: 10 + +window.frame.focusColor: #686868 +window.frame.unfocusColor: #555555 +handleWidth: 2 +frameWidth: 1 +bevelWidth: 1 +borderWidth: 0 +borderColor: #555555 diff --git a/themes/openbox/operation b/themes/openbox/operation new file mode 100644 index 00000000..9b3b261c --- /dev/null +++ b/themes/openbox/operation @@ -0,0 +1,93 @@ +toolbar: flat crossdiagonal gradient +toolbar.color: rgb:6/9/c +toolbar.colorTo: rgb:4/6/8 +toolbar.button: parentrelative +toolbar.button.picColor: grey85 +toolbar.button.pressed: flat crossdiagonal gradient +toolbar.button.pressed.color: grey50 +toolbar.button.pressed.colorTo: grey80 +toolbar.label: parentrelative +toolbar.label.textColor: grey85 +toolbar.windowLabel: parentrelative +toolbar.windowLabel.textColor: grey85 +toolbar.clock: parentrelative +toolbar.clock.textColor: grey85 +toolbar.justify: right +toolbar.font: lucidasans-10 + +menu.title: flat crossdiagonal gradient +menu.title.color: rgb:6/9/c +menu.title.colorTo: rgb:3/48/6 +menu.title.textColor: white +menu.title.font: lucidasans-10 +menu.title.justify: right + +menu.frame: flat crossdiagonal gradient +menu.frame.color: grey50 +menu.frame.colorTo: grey80 +menu.frame.textColor: grey20 +menu.frame.disableColor: grey40 +menu.frame.font: lucidasans-10 +menu.frame.justify: center + +menu.bullet.position: right +menu.bullet: triangle + +menu.hilite: flat crossdiagonal gradient +menu.hilite.color: rgb:6/9/c +menu.hilite.colorTo: rgb:3/48/6 +menu.hilite.textColor: white + +window.title.focus: flat crossdiagonal gradient +window.title.focus.color: rgb:6/9/c +window.title.focus.colorTo: rgb:3/48/6 +window.title.unfocus: flat diagonal gradient +window.title.unfocus.color: grey50 +window.title.unfocus.colorTo: grey20 + +window.label.focus: parentrelative +window.label.focus.textColor: white +window.label.unfocus: parentrelative +window.label.unfocus.textColor: grey60 + +window.button.focus: parentrelative +window.button.focus.picColor: grey85 +window.button.unfocus: parentrelative +window.button.unfocus.picColor: grey60 +window.button.pressed: flat crossdiagonal gradient +window.button.pressed.color: grey50 +window.button.pressed.colorTo: grey80 + +window.handle.focus: flat crossdiagonal gradient +window.handle.focus.color: rgb:6/9/c +window.handle.focus.colorTo: rgb:3/48/6 +window.handle.unfocus: flat diagonal gradient +window.handle.unfocus.color: grey50 +window.handle.unfocus.colorTo: grey20 + +window.grip.focus: parentrelative +window.grip.unfocus: parentrelative + +window.frame.focusColor: rgb:6/9/c +window.frame.unfocusColor: grey50 + +window.font: lucidasans-10 +window.justify: right + +borderColor: rgb:2/3/4 + +bevelWidth: 1 +borderWidth: 1 +handleWidth: 4 + +*textColor: grey85 +*Font: lucidasans-10 +*xft.font: arial +*xft.size: 10 + +rootCommand: bsetroot -gradient flatcrossdiagonalgradient -from rgb:4/6/8 -to rgb:3/48/6 + +bbpager.desktop.focus: flat interlaced crossdiagonal gradient +bbpager.desktop.focus.color: rgb:6/9/c +bbpager.desktop.focus.colorTo: rgb:3/48/6 + diff --git a/themes/openbox/outcomes b/themes/openbox/outcomes new file mode 100644 index 00000000..5d8e450f --- /dev/null +++ b/themes/openbox/outcomes @@ -0,0 +1,117 @@ +toolbar: raised diagonal gradient bevel1 +toolbar.color: rgb:7/8/8 +toolbar.colorTo: grey20 + +toolbar.button: raised diagonal gradient bevel1 +toolbar.button.color: grey +toolbar.button.colorTo: grey20 +toolbar.button.picColor: black +toolbar.button.pressed: sunken diagonal interlaced gradient bevel1 +toolbar.button.pressed.color: rgb:38/4/4 +toolbar.button.pressed.colorTo: rgb:d/f/f + +toolbar.label: flat interlaced diagonal gradient +toolbar.label.color: grey20 +toolbar.label.colorTo: rgb:7/8/8 +toolbar.label.textColor: grey85 + +toolbar.windowLabel: flat interlaced diagonal gradient +toolbar.windowLabel.color: grey20 +toolbar.windowLabel.colorTo: rgb:7/8/8 +toolbar.windowLabel.textColor: grey85 + +toolbar.clock: flat interlaced diagonal gradient +toolbar.clock.color: grey20 +toolbar.clock.colorTo: rgb:7/8/8 +toolbar.clock.textColor: grey85 + +toolbar.justify: center + +menu.title: raised diagonal interlaced gradient bevel1 +menu.title.color: grey20 +menu.title.colorTo: rgb:7/8/8 +menu.title.textColor: grey85 +menu.title.justify: center + +menu.frame: raised diagonal gradient bevel1 +menu.frame.color: rgb:7/8/8 +menu.frame.colorTo: grey10 +menu.frame.textColor: white +menu.frame.disableColor: rgb:38/4/4 +menu.frame.justify: center + +menu.bullet: triangle +menu.bullet.position: right + +menu.hilite: raised diagonal gradient bevel1 +menu.hilite.color: grey60 +menu.hilite.colorTo: white +menu.hilite.textColor: grey20 + +window.title.focus: raised diagonal gradient bevel1 +window.title.focus.color: rgb:7/8/8 +window.title.focus.colorTo: grey20 +window.title.unfocus: raised diagonal gradient bevel1 +window.title.unfocus.color: rgb:54/6/6 +window.title.unfocus.colorTo: grey20 + +window.label.focus: interlaced sunken diagonal gradient bevel1 +window.label.focus.color: grey20 +window.label.focus.colorTo: grey +window.label.focus.textColor: white +window.label.unfocus: interlaced flat gradient +window.label.unfocus.color: grey20 +window.label.unfocus.colorTo: rgb:54/6/6 +window.label.unfocus.textColor: grey + +window.handle.focus: raised diagonal gradient bevel1 +window.handle.focus.color: rgb:7/8/8 +window.handle.focus.colorTo: grey20 +window.handle.unfocus: raised diagonal gradient bevel1 +window.handle.unfocus.color: rgb:54/6/6 +window.handle.unfocus.colorTo: grey20 + +window.grip.focus: raised diagonal gradient bevel1 +window.grip.focus.color: grey +window.grip.focus.colorTo: grey20 +window.grip.unfocus: sunken diagonal gradient bevel1 +window.grip.unfocus.color: grey20 +window.grip.unfocus.colorTo: grey + + +window.button.focus: raised diagonal gradient bevel1 +window.button.focus.color: grey +window.button.focus.colorTo: grey20 +window.button.focus.picColor: black +window.button.unfocus: sunken diagonal gradient bevel1 +window.button.unfocus.color: grey20 +window.button.unfocus.colorTo: grey +window.button.unfocus.picColor: grey40 +window.button.pressed: flat diagonal interlaced gradient +window.button.pressed.color: rgb:38/4/4 +window.button.pressed.colorTo: rgb:d/f/f + +window.frame.focusColor: grey85 +window.frame.unfocusColor: rgb:54/6/6 + +window.justify: center + +! fonts +*font: lucidasans-bold-10 + +*xft.font: arial +*xft.size: 10 +*xft.flags: bold + +! misc... +borderColor: rgb:1c/2/2 + +borderWidth: 1 +bevelWidth: 2 +handleWidth: 4 + +rootCommand: bsetroot -mod 4 4 -fg rgb:54/6/6 -bg grey20 + +! for the bbtools +menuFont: lucidasans-10 +titleFont: lucidasans-bold-10 diff --git a/themes/openbox/paper b/themes/openbox/paper new file mode 100644 index 00000000..f8e257b7 --- /dev/null +++ b/themes/openbox/paper @@ -0,0 +1,89 @@ +! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +! t h e m e t i t l e : paper +! a u t h o r : Alexandra Walford +! email: chroma@delusion.de +! d a t e : 2001/11/08 + +! d e f a u l t s ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +*color: rgb:ac/ab/aa +*colorTo: rgb:df/de/dd +*textColor: rgb:66/66/66 +*picColor: rgb:66/66/66 + +!*font: mints-mild +*font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Trebuchet MS +*xft.size: 9 +menu*xft.size: 11 + +*justify: center + +! t o o l b a r ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +toolbar: raised gradient crossdiagonal + +toolbar.button: parentrelative + +toolbar.button.pressed: sunken + +toolbar.label: parentrelative + +toolbar.windowLabel: parentrelative +toolbar.windowLabel.textColor: rgb:66/66/66 + +toolbar.clock: parentrelative + +! m e n u ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +menu.title: raised gradient crossdiagonal +menu.title.textColor: rgb:66/66/66 + +menu.frame: flat +menu.frame.disableColor: rgb:88/88/88 + +menu.bullet: triangle +menu.bullet.position: right + +menu.hilite: raised gradient crossdiagonal +menu.hilite.textColor: rgb:66/66/66 + +! w i n d o w ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +window.title.focus: raised gradient crossdiagonal +window.title.unfocus: flat + +window.label.focus: parentrelative +window.label.focus.textColor: rgb:66/66/66 +window.label.unfocus: parentrelative + +window.button.focus: parentrelative +window.button.focus.picColor: rgb:66/66/66 +window.button.unfocus: parentrelative +window.button.pressed: sunken + +window.handle.focus: raised gradient crossdiagonal +window.handle.unfocus: flat +window.handle.unfocus.color: rgb:8a/89/88 + +window.grip.focus: parentrelative +window.grip.unfocus: parentrelative + +window.frame.focusColor: rgb:79/78/77 +window.frame.unfocusColor: rgb:46/45/44 + +! m i s c ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! + +borderWidth: 1 +borderColor: rgb:68/67/66 + +bevelWidth: 1 +handleWidth: 2 + +frameWidth: 0 + +rootCommand: bsetbg -gradient flatinterlacedhorizontalgradient -from rgb:35/34/33 -to rgb:57/56/55 + +! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! diff --git a/themes/openbox/purplehaaze b/themes/openbox/purplehaaze new file mode 100644 index 00000000..5bf8bd69 --- /dev/null +++ b/themes/openbox/purplehaaze @@ -0,0 +1,109 @@ +style.name: Purple H(aa)ze +style.author: miklos +style.date: Sunday July 14, 2002 + +rootCommand: bsetbg -solid "#8187a1" + +! Toolbar settings... +toolbar.button: parentrelative +toolbar.button.picColor: #616e7f + +toolbar.button.pressed: sunken gradient vertical +toolbar.button.pressed.color: #a0a6be +toolbar.button.pressed.colorTo: #b5bdb2 + +toolbar.label: parentrelative +toolbar.label.textColor: #616e7f + +toolbar.windowLabel: sunken gradient elliptic +toolbar.windowLabel.colorTo: #a8b6d9 +toolbar.windowLabel.color: #b0b6ce +toolbar.windowLabel.textColor: #1d3742 + +toolbar.clock: parentrelative +toolbar.clock.textColor: #616e7f + +toolbar: flat gradient vertical +toolbar.color: #fbfeff +toolbar.colorTo: #bcbdcf +toolbar.justify: center + + +! Menu settings... +menu.frame: flat gradient horizontal +menu.frame.color: #b3b7d2 +menu.frame.colorTo: #687085 +menu.frame.textColor: #061637 +menu.frame.justify: right + +menu.title: flat gradient vertical +menu.title.color: #fbfeff +menu.title.colorTo: #bcbdcf +menu.title.textColor: #1d2742 +menu.title.justify: center + +menu.hilite: flat gradient horizontal +menu.hilite.color: #b3b7d2 +menu.hilite.colorTo: #c2cbda +menu.hilite.textColor: #000000 + +menu.bullet: diamod +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: parentrelative +window.button.focus.picColor: #1d2941 + +window.button.unfocus: parentrelative +window.button.unfocus.picColor: #616e7f + +window.grip.focus: Flat Solid +window.grip.focus.color: #687085 + +window.grip.unfocus: Flat Solid +window.grip.unfocus.color: #bcbdbf + +window.handle.focus: Flat Solid +window.handle.focus.color: #687085 + +window.handle.unfocus: Flat Solid +window.handle.unfocus.color: #bcbdbf + +window.label.focus: parentrelative + +window.justify: center + +window.label.unfocus: flat gradient vertical +window.label.unfocus.color: #fbfeff +window.label.unfocus.colorTo: #bcbdbf +window.label.unfocus.textColor: #616e7f + +window.title.focus: flat gradient vertical +window.title.focus.color: #b3b7d2 +window.title.focus.colorTo: #687085 +window.title.focus.textColor: #0d2041 + +window.title.unfocus: flat gradient vertical +window.title.unfocus.color: #fbfeff +window.title.unfocus.colorTo: #bcbdbf +window.title.unfocus.textColor: #616e7f + +window.button.pressed: Sunken gradient diagonal +window.button.pressed.color: #666666 +window.button.pressed.colorTo: #444444 + +*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv + +*xft.font: Arial +*xft.size: 9 +menu*xft.size: 11 +menu.title.xft.flags: bold + +window.frame.focusColor: #687085 +window.frame.unfocusColor: #bcbdbf +handleWidth: 1 +frameWidth: 2 +bevelWidth: 1 +borderWidth: #434d59 +borderColor: #555555 diff --git a/themes/openbox/shade b/themes/openbox/shade new file mode 100644 index 00000000..43c7f312 --- /dev/null +++ b/themes/openbox/shade @@ -0,0 +1,93 @@ +toolbar: flat solid +toolbar.color: rgb:6/6/6 +toolbar.button: flat solid +toolbar.button.color: rgb:6/6/6 +toolbar.button.picColor: rgb:2/2/2 +toolbar.label: flat crossdiagonal gradient +toolbar.label.color: rgb:8/8/7 +toolbar.label.colorTo: rgb:f/f/d +toolbar.label.textColor: rgb:2/2/1c +toolbar.windowLabel: flat crossdiagonal gradient +toolbar.windowLabel.color: rgb:8/8/7 +toolbar.windowLabel.colorTo: rgb:f/f/d +toolbar.windowLabel.textColor: rgb:2/2/1c +toolbar.clock: flat crossdiagonal gradient +toolbar.clock.color: rgb:8/8/7 +toolbar.clock.colorTo: rgb:f/f/d +toolbar.clock.textColor: rgb:2/2/1c +toolbar.justify: right +toolbar.font: lucidasans-10 + +menu.title: flat crossdiagonal gradient +menu.title.color: rgb:8/8/7 +menu.title.colorTo: rgb:f/f/d +menu.title.textColor: rgb:2/2/1c +menu.title.font: lucidasans-10 +menu.title.justify: right + +menu.frame: flat solid +menu.frame.color: rgb:6/6/6 +menu.frame.textColor: grey85 +menu.frame.disableColor: rgb:4/4/4 +menu.frame.font: lucidasans-10 +menu.frame.justify: center + +menu.bullet.position: right +menu.bullet: triangle + +menu.hilite: flat solid +menu.hilite.color: rgb:4/4/4 +menu.hilite.textColor: white + +window.title.focus: flat solid +window.title.focus.color: rgb:6/6/6 +window.title.unfocus: flat solid +window.title.unfocus.color: rgb:4/4/4 + +window.label.focus: flat crossdiagonal gradient +window.label.focus.color: rgb:8/8/7 +window.label.focus.colorTo: rgb:f/f/d +window.label.focus.textColor: rgb:2/2/1c +window.label.unfocus: flat solid +window.label.unfocus.color: rgb:4/4/4 +window.label.unfocus.textColor: rgb:2/2/2 + +window.button.focus: flat solid +window.button.focus.color: rgb:6/6/6 +window.button.focus.picColor: rgb:2/2/2 +window.button.unfocus: flat solid +window.button.unfocus.color: rgb:4/4/4 +window.button.unfocus.picColor: rgb:2/2/2 + +window.handle.focus: flat crossdiagonal gradient +window.handle.focus.color: rgb:8/8/7 +window.handle.focus.colorTo: rgb:f/f/d +window.handle.unfocus: flat solid +window.handle.unfocus.color: rgb:4/4/4 + +window.grip.focus: flat solid +window.grip.focus.color: rgb:8/8/8 +window.grip.unfocus: flat solid +window.grip.unfocus.color: rgb:4/4/4 + +window.frame.focusColor: rgb:f/f/d +window.frame.unfocusColor: rgb:6/6/6 + +window.font: lucidasans-10 +window.justify: right + +*button.pressed: flat solid +*button.pressed.color: rgb:a/a/8c + +borderColor: rgb:2/2/2 + +bevelWidth: 2 +borderWidth: 2 +handleWidth: 3 + +*textColor: grey20 +*Font: lucidasans-10 +*xft.font: arial +*xft.size: 10 + +rootCommand: bsetroot -solid rgb:4/4/4 diff --git a/themes/openbox/steelblue b/themes/openbox/steelblue new file mode 100644 index 00000000..8fe4b57a --- /dev/null +++ b/themes/openbox/steelblue @@ -0,0 +1,139 @@ +! Miscellaneous settings... +style.name: steelblue +style.author: miklos +style.date: Feb 3, 2002 +style.credits: +style.comments: I prefer the font "luxus.pcf" to be used with this style. + + +!rootCommand: bsetbg -solid "#3c5979" +rootCommand: bsetbg -mod 4 4 -to "#44668a" -from "#7788bb" + +! Toolbar settings... +toolbar.button: Flat Solid PipeCross +toolbar.button.color: #44668a +toolbar.button.colorTo: #ffffff +toolbar.button.picColor: #ffffff + +toolbar.button.pressed: Sunken Bevel1 Solid Diagonal +toolbar.button.pressed.color: #3c5979 +toolbar.button.pressed.colorTo: #ffffff + +toolbar.label: Sunken Bevel1 Gradient Rectangle +toolbar.label.color: #44668a +toolbar.label.colorTo: #3c5979 +toolbar.label.textColor: #d1d9e5 + +toolbar.windowLabel: Sunken Bevel1 Gradient Rectangle +toolbar.windowLabel.color: #5e8dbf +toolbar.windowLabel.colorTo: #3c5979 +toolbar.windowLabel.textColor: #e9f2ff + +toolbar.clock: Sunken Bevel1 Gradient Rectangle +toolbar.clock.color: #44668a +toolbar.clock.colorTo: #3c5979 +toolbar.clock.textColor: #d1d9e5 + +toolbar: Raised Bevel1 Solid Horizontal +toolbar.color: #44668a +toolbar.colorTo: #ffffff +toolbar.textColor: #ffffff +!toolbar.font: luxus* +toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* +toolbar.justify: Center + + +! Menu settings... +menu.frame: Raised Bevel1 Gradient Elliptic +menu.frame.color: #44668a +menu.frame.colorTo: #44668a +menu.frame.textColor: #d1d9e5 +!menu.frame.font: luxus +menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* +menu.frame.justify: Right + +menu.title: Sunken Bevel2 Gradient Elliptic +menu.title.color: #5e8dbf +menu.title.colorTo: #3c5979 +menu.title.textColor: #d7e0ee +!menu.title.font: luxus +menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* +menu.title.justify: Center + +menu.hilite: Sunken Bevel1 Gradient Elliptic +menu.hilite.color: #3c5979 +menu.hilite.colorTo: #5e8dbf +menu.hilite.textColor: #ffffff + +menu.bullet: Triangle +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Solid Horizontal +window.button.focus.color: #44668a +window.button.focus.colorTo: #ffffff +window.button.focus.picColor: #ffffff + +window.button.unfocus: Flat Solid Horizontal +window.button.unfocus.color: #3c5979 +window.button.unfocus.colorTo: #ffffff +window.button.unfocus.picColor: #44668a + +window.grip.focus: Raised Bevel1 Solid PipeCross +window.grip.focus.color: #5e8dbf +window.grip.focus.colorTo: #ffffff + +window.grip.unfocus: Raised Bevel1 Solid Pyramid +window.grip.unfocus.color: #3c5979 +window.grip.unfocus.colorTo: #ffffff + +window.handle.focus: Raised Bevel1 Solid Pyramid +window.handle.focus.color: #44668a +window.handle.focus.colorTo: #ffffff + +window.handle.unfocus: Raised Bevel1 Solid Pyramid +window.handle.unfocus.color: #3c5979 +window.handle.unfocus.colorTo: #ffffff + +window.label.focus: Sunken Bevel1 Gradient Rectangle +window.label.focus.color: #5e8dbf +window.label.focus.colorTo: #3c5979 +window.label.focus.textColor: #e6f0ff +!window.label.focus.font: luxus +window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* +window.label.focus.justify: Center + +!window.font: luxus +window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Arial +*xft.size: 9 +menu*xft.size: 10 + +window.justify: Center +window.label.unfocus: Sunken Bevel1 Gradient Rectangle +window.label.unfocus.color: #44668a +window.label.unfocus.colorTo: #3c5979 +window.label.unfocus.textColor: #5077a1 + +window.title.focus: Raised Bevel1 Solid Diagonal +window.title.focus.color: #44668a +window.title.focus.colorTo: #ffffff + +window.title.unfocus: Raised Bevel1 Solid Diagonal +window.title.unfocus.color: #3c5979 +window.title.unfocus.colorTo: #ffffff + +window.button.pressed: Sunken Bevel1 Solid Diagonal +window.button.pressed.color: #484848 +window.button.pressed.colorTo: #ffffff + +window.frame.focusColor: #63707f +window.frame.unfocusColor: #5e6166 +handleWidth: 4 +frameWidth: 0 +bevelWidth: 0 +borderWidth: 1 +borderColor: #000000 + diff --git a/themes/openbox/steelblue2 b/themes/openbox/steelblue2 new file mode 100644 index 00000000..0b03da45 --- /dev/null +++ b/themes/openbox/steelblue2 @@ -0,0 +1,129 @@ +style.name: steelblue2 +style.author: miklos +style.date: Feb 28, 2002 +style.credits: +style.comments: The return of \ + steelblue + +!window.font: lime +window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Arial +*xft.size: 9 +menu*xft.size: 10 + +rootCommand: bsetbg -solid "#6e7a8a" + +! Toolbar settings... +toolbar.button: Flat Gradient Vertical +toolbar.button.color: #6e7a8a +toolbar.button.colorTo: #555f6b +toolbar.button.picColor: #ffffff + +toolbar.button.pressed: Sunken Bevel1 Gradient Diagonal +toolbar.button.pressed.color: #6e7b8b +toolbar.button.pressed.colorTo: #8fa0b5 + +toolbar.label: Sunken Bevel1 Gradient Diagonal +toolbar.label.color: #6e7b8b +toolbar.label.colorTo: #555f6b +toolbar.label.textColor: #d1d9e5 + +toolbar.windowLabel: Sunken Bevel1 Gradient Diagonal +toolbar.windowLabel.color: #8fa0b5 +toolbar.windowLabel.colorTo: #555f6b +toolbar.windowLabel.textColor: #e9f2ff + +toolbar.clock: Sunken Bevel1 Gradient Diagonal +toolbar.clock.color: #6e7b8b +toolbar.clock.colorTo: #555f6b +toolbar.clock.textColor: #d1d9e5 + +toolbar: Raised Bevel1 Gradient Vertical +toolbar.color: #6e7b8b +toolbar.colorTo: #555f6b +toolbar.textColor: #ffffff +toolbar.justify: Left + + +! Menu settings... +menu.frame: Sunken Bevel2 Gradient Diagonal +menu.frame.color: #8fa0b5 +menu.frame.colorTo: #6e7b8b +menu.frame.textColor: #ffffff +menu.frame.justify: Right + +menu.title: Raised Bevel1 Gradient Diagonal +menu.title.color: #6e7b8b +menu.title.colorTo: #555f6b +menu.title.textColor: #d7e0ee +menu.title.justify: Center + +menu.hilite: Raised Bevel1 Gradient Diagonal +menu.hilite.color: #6e7b8b +menu.hilite.colorTo: #555f6b +menu.hilite.textColor: #ffffff + +menu.bullet: Empty +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Gradient CrossDiagonal +window.button.focus.color: #6e7b8b +window.button.focus.colorTo: #555f6b +window.button.focus.picColor: #ddeeff + +window.button.unfocus: Flat Gradient Vertical +window.button.unfocus.color: #6e7b8b +window.button.unfocus.colorTo: #555f6b +window.button.unfocus.picColor: #748293 + +window.grip.focus: Raised Bevel1 Gradient Diagonal +window.grip.focus.color: #8fa0b5 +window.grip.focus.colorTo: #6e7b8b + +window.grip.unfocus: Raised Bevel1 Gradient Diagonal +window.grip.unfocus.color: #6e7b8b +window.grip.unfocus.colorTo: #555f6b + +window.handle.focus: Raised Bevel1 Gradient Diagonal +window.handle.focus.color: #6e7b8b +window.handle.focus.colorTo: #555f6b + +window.handle.unfocus: Raised Bevel1 Gradient Diagonal +window.handle.unfocus.color: #6e7b8b +window.handle.unfocus.colorTo: #555f6b + +window.label.focus: Sunken Bevel1 Gradient Diagonal +window.label.focus.color: #8fa0b5 +window.label.focus.colorTo: #555f6b +window.label.focus.textColor: #e6f0ff +window.label.focus.justify: Left + +window.justify: Left +window.label.unfocus: Sunken Bevel1 Gradient Diagonal +window.label.unfocus.color: #6e7b8b +window.label.unfocus.colorTo: #555f6b +window.label.unfocus.textColor: #748293 + +window.title.focus: Raised Bevel1 Gradient Vertical +window.title.focus.color: #6e7b8b +window.title.focus.colorTo: #555f6b + +window.title.unfocus: Raised Bevel1 Gradient Vertical +window.title.unfocus.color: #6e7b8b +window.title.unfocus.colorTo: #555f6b + +window.button.pressed: Sunken Bevel1 Gradient Diagonal +window.button.pressed.color: #6e7b8b +window.button.pressed.colorTo: #8fa0b5 + +window.frame.focusColor: #ffffff +window.frame.unfocusColor: #555f6b +handleWidth: 4 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 + diff --git a/themes/openbox/the_orange b/themes/openbox/the_orange new file mode 100644 index 00000000..4d3c6ebc --- /dev/null +++ b/themes/openbox/the_orange @@ -0,0 +1,135 @@ +! the_orange for blackbox. +! Automagically generated by bbconf. + + +! Miscellaneous settings... +style.name: The Orange +style.author: Thread +style.date: Sun Mar 31 2002 +style.credits: +style.comments: + + +rootCommand: bsetroot -solid rgb:50/50/50 + +! Toolbar settings... +toolbar.button: parentrelative +toolbar.button.color: #ffffff +toolbar.button.colorTo: #ffffff +toolbar.button.picColor: #000000 + +toolbar.button.pressed: Sunken Bevel2 Gradient Diagonal +toolbar.button.pressed.color: #6d6d6d +toolbar.button.pressed.colorTo: #898989 + +toolbar.label: parentrelative +toolbar.label.color: #ffffff +toolbar.label.colorTo: #ffffff +toolbar.label.textColor: #000000 + +toolbar.windowLabel: parentrelative +toolbar.windowLabel.color: #ffffff +toolbar.windowLabel.colorTo: #ffffff +toolbar.windowLabel.textColor: #000000 + +toolbar.clock: parentrelative +toolbar.clock.color: #ffffff +toolbar.clock.colorTo: #ffffff +toolbar.clock.textColor: #000000 + +toolbar: Flat Gradient Vertical +toolbar.color: #898989 +toolbar.colorTo: #6d6d6d +toolbar.textColor: #000000 +toolbar.justify: Center + + +! Menu settings... +menu.frame: Flat Gradient Diagonal +menu.frame.color: #898989 +menu.frame.colorTo: #6d6d6d +menu.frame.textColor: #000000 +menu.frame.justify: Center + +menu.title: Flat Gradient Diagonal +menu.title.color: #d6753d +menu.title.colorTo: #8b3d10 +menu.title.textColor: #000000 +menu.title.justify: Center + +menu.hilite: Flat Gradient CrossDiagonal +menu.hilite.color: #8b3d10 +menu.hilite.colorTo: #d6753d +menu.hilite.textColor: #000000 + +menu.bullet: Triangle +menu.bullet.position: Right +menu.frame.disableColor: #6d6d6d + +! Window settings... +window.button.focus: parentrelative +window.button.focus.color: #ffffff +window.button.focus.colorTo: #ffffff +window.button.focus.picColor: #000000 + +window.button.unfocus: parentrelative +window.button.unfocus.color: #ffffff +window.button.unfocus.colorTo: #ffffff +window.button.unfocus.picColor: #000000 + +window.grip.focus: Sunken Bevel2 Gradient Vertical +window.grip.focus.color: #000000 +window.grip.focus.colorTo: #6d6d6d + +window.grip.unfocus: Sunken Bevel2 Gradient Vertical +window.grip.unfocus.color: #000000 +window.grip.unfocus.colorTo: #404040 + +window.handle.focus: Flat Gradient Vertical +window.handle.focus.color: #000000 +window.handle.focus.colorTo: #505050 + +window.handle.unfocus: Flat Gradient Vertical +window.handle.unfocus.color: #000000 +window.handle.unfocus.colorTo: #202020 + +window.label.focus: parentrelative +window.label.focus.color: #ffffff +window.label.focus.colorTo: #ffffff +window.label.focus.textColor: #000000 +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: parentrelative +window.label.unfocus.color: #ffffff +window.label.unfocus.colorTo: #ffffff +window.label.unfocus.textColor: #000000 + +window.title.focus: Flat Gradient Vertical +window.title.focus.color: #d6753d +window.title.focus.colorTo: #8b3d10 + +window.title.unfocus: Flat Gradient Vertical +window.title.unfocus.color: #898989 +window.title.unfocus.colorTo: #6d6d6d + +window.button.pressed: Flat Gradient Diagonal +window.button.pressed.color: #8b3d10 +window.button.pressed.colorTo: #d6753d + +window.frame.focusColor: #ffffff +window.frame.unfocusColor: #ffffff +handleWidth: 4 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 1 +borderColor: #000000 + +!*font: mints-strong +*font: -b&h-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Arial +*xft.size: 9 +menu*xft.font: Trebuchet MS +menu*xft.size: 11 +menu.title.xft.flags: bold diff --git a/themes/openbox/trisb b/themes/openbox/trisb new file mode 100644 index 00000000..66d4450d --- /dev/null +++ b/themes/openbox/trisb @@ -0,0 +1,149 @@ +style.name: trisb +style.author: miklos +style.date: March 25, 2002 +style.credits: +style.comments: + +!*font: mints-strong +*font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-* + +*xft.font: Trebuchet MS +*xft.size: 9 +menu*xft.size: 11 + +rootCommand: bsetbg -solid "#4b4b4b" + +! Toolbar settings... +toolbar.button: Flat Gradient Vertical +toolbar.button.color: #d5d5d5 +toolbar.button.colorTo: #b4b4b4 +toolbar.button.picColor: #343434 + +toolbar.button.pressed: Sunken Bevel1 Solid Vertical +toolbar.button.pressed.color: #c8c8c8 +toolbar.button.pressed.colorTo: #ffffff + +toolbar.label: Flat Gradient Vertical +toolbar.label.color: #d5d5d5 +toolbar.label.colorTo: #b4b4b4 +toolbar.label.textColor: #343434 + +toolbar.windowLabel: Flat Gradient Vertical +toolbar.windowLabel.color: #d5d5d5 +toolbar.windowLabel.colorTo: #b4b4b4 +toolbar.windowLabel.textColor: #343434 + +toolbar.clock: Flat Gradient Vertical +toolbar.clock.color: #d5d5d5 +toolbar.clock.colorTo: #b4b4b4 +toolbar.clock.textColor: #343434 + +toolbar: Flat Gradient Vertical +toolbar.color: #d5d5d5 +toolbar.colorTo: #b4b4b4 +toolbar.textColor: #ffffff +toolbar.justify: Center + + +! Menu settings... +menu.frame: Flat Gradient CrossDiagonal +menu.frame.color: #d5d5d5 +menu.frame.colorTo: #b4b4b4 +menu.frame.textColor: #343434 +menu.frame.justify: Right + +menu.title: Flat Gradient Vertical +menu.title.color: #8e8e8e +menu.title.colorTo: #5f5f5f +menu.title.textColor: #c8c8c8 +menu.title.justify: Center + +menu.hilite: Flat Gradient Vertical +menu.hilite.color: #3b90dc +menu.hilite.colorTo: #2c5f8c +menu.hilite.textColor: #8efdff + +menu.bullet: Triangle +menu.bullet.position: Right +menu.frame.disableColor: #ffffff + +! Window settings... +window.button.focus: Flat Gradient Vertical +window.button.focus.color: #3b90dc +window.button.focus.colorTo: #2c5f8c +window.button.focus.picColor: #8efdff + +window.button.unfocus: Flat Gradient Vertical +window.button.unfocus.color: #8e8e8e +window.button.unfocus.colorTo: #5f5f5f +window.button.unfocus.picColor: #aaaaaa + +window.grip.focus: Flat Solid Vertical +window.grip.focus.color: #3b90dc +window.grip.focus.colorto: #2c5f8c + +window.grip.unfocus: Flat Gradient Vertical +window.grip.unfocus.color: #8e8e8e +window.grip.unfocus.colorTo: #5f5f5f + +window.handle.focus: Flat Gradient Vertical +window.handle.focus.color: #3b90dc +window.handle.focus.colorTo: #2c5f8c + +window.handle.unfocus: Flat Gradient Vertical +window.handle.unfocus.color: #7a7a7a +window.handle.unfocus.colorTo: #555555 + +window.label.focus: Flat Gradient Vertical +window.label.focus.color: #3b90dc +window.label.focus.colorTo: #2c5f8c +window.label.focus.textColor: #8efdff +window.label.focus.justify: Center + +window.justify: Center +window.label.unfocus: Flat Gradient Vertical +window.label.unfocus.color: #8e8e8e +window.label.unfocus.colorTo: #5f5f5f +window.label.unfocus.textColor: #aaaaaa + +window.title.focus: Flat Gradient Vertical +window.title.focus.color: #3b90dc +window.title.focus.colorTo: #2c5f8c + +window.title.unfocus: Flat Gradient Vertical +window.title.unfocus.color: #8e8e8e +window.title.unfocus.colorTo: #5f5f5f + +window.button.pressed: Sunken Bevel1 Solid Vertical +window.button.pressed.color: #3b90dc + +window.frame.focusColor: #343434 +window.frame.unfocusColor: #000000 +handleWidth: 3 +frameWidth: 0 +bevelWidth: 1 +borderWidth: 1 +borderColor: #121212 + +bbpager.frame: flat solid + bbpager.frame.color: #4b4b4b + +bbpager.desktop: sunken solid + bbpager.desktop.color: #4b4b4b + +bbpager.desktop.focus: raised solid + bbpager.desktop.focus.color: #ffffff + +bbpager.window.focus: raised gradient vertical + bbpager.window.focus.color: #3b90dc + bbpager.window.focus.colorTo: #2c5f8c + +bbpager.window: flat gradient vertical + bbpager.window.color: #8e8e8e + bbpager.window.colorTo: #5f5f5f + +bbpager.desktop.focusStyle: border +bbpager.active.window.borderColor: #202020 +bbpager.inactive.window.borderColor: #000000 +bbpager.active.desktop.borderColor: #73787e + diff --git a/themes/openbox/twice b/themes/openbox/twice new file mode 100644 index 00000000..a00c72b4 --- /dev/null +++ b/themes/openbox/twice @@ -0,0 +1,101 @@ +toolbar: flat diagonal gradient +toolbar.color: rgb:c/6/6 +toolbar.colorTo: rgb:8/4/4 +toolbar.button: flat diagonal gradient +toolbar.button.color: rgb:6/3/3 +toolbar.button.colorTo: rgb:a/5/5 +toolbar.button.picColor: rgb:4/2/2 +toolbar.button.pressed: flat crossdiagonal gradient +toolbar.button.pressed.color: grey40 +toolbar.button.pressed.colorTo: grey20 +toolbar.label: flat crossdiagonal gradient +toolbar.label.color: grey40 +toolbar.label.colorTo: grey20 +toolbar.label.textColor: grey85 +toolbar.windowLabel: flat crossdiagonal gradient +toolbar.windowLabel.color: grey40 +toolbar.windowLabel.colorTo: grey20 +toolbar.windowLabel.textColor: grey85 +toolbar.clock: flat crossdiagonal gradient +toolbar.clock.color: grey40 +toolbar.clock.colorTo: grey20 +toolbar.clock.textColor: grey85 +toolbar.justify: right + +menu.title: flat crossdiagonal gradient +menu.title.color: rgb:c/6/6 +menu.title.colorTo: rgb:6/3/3 +menu.title.textColor: white +menu.title.justify: right + +menu.frame: flat crossdiagonal gradient +menu.frame.color: grey40 +menu.frame.colorTo: grey20 +menu.frame.textColor: grey85 +menu.frame.disableColor: rgb:4/2/2 +menu.frame.justify: center + +menu.bullet.position: right +menu.bullet: triangle + +menu.hilite: flat crossdiagonal gradient +menu.hilite.color: rgb:c/6/6 +menu.hilite.colorTo: rgb:6/3/3 +menu.hilite.textColor: white + +window.title.focus: flat diagonal gradient +window.title.focus.color: rgb:c/6/6 +window.title.focus.colorTo: rgb:8/4/4 +window.title.unfocus: flat solid +window.title.unfocus.color: grey30 + +window.label.focus: flat crossdiagonal gradient +window.label.focus.color: grey40 +window.label.focus.colorTo: grey20 +window.label.focus.textColor: white +window.label.unfocus: flat crossdiagonal gradient +window.label.unfocus.color: grey30 +window.label.unfocus.colorTo: grey20 +window.label.unfocus.textColor: grey60 + +window.button.focus: flat diagonal gradient +window.button.focus.color: rgb:8/4/4 +window.button.focus.colorTo: rgb:a/5/5 +window.button.focus.picColor: rgb:4/2/2 +window.button.unfocus: flat solid +window.button.unfocus.color: grey30 +window.button.unfocus.picColor: grey20 +window.button.pressed: flat crossdiagonal gradient +window.button.pressed.color: grey40 +window.button.pressed.colorTo: grey20 + +window.handle.focus: flat crossdiagonal gradient +window.handle.focus.color: rgb:c/6/6 +window.handle.focus.colorTo: rgb:6/3/3 +window.handle.unfocus: flat solid +window.handle.unfocus.color: grey30 + +window.grip.focus: flat crossdiagonal gradient +window.grip.focus.color: grey40 +window.grip.focus.colorTo: grey20 +window.grip.unfocus: flat crossdiagonal gradient +window.grip.unfocus.color: grey30 +window.grip.unfocus.colorTo: grey20 + +window.frame.focusColor: rgb:c/6/6 +window.frame.unfocusColor: grey30 + +window.justify: right + +borderColor: grey10 + +bevelWidth: 1 +borderWidth: 2 +handleWidth: 4 + +*textColor: grey85 +*Font: lucidasans-10 +*xft.font: arial +*xft.size: 10 + +rootCommand: bsetroot -solid grey20 diff --git a/themes/openbox/warp-xp b/themes/openbox/warp-xp new file mode 100644 index 00000000..da1caf33 --- /dev/null +++ b/themes/openbox/warp-xp @@ -0,0 +1,105 @@ +! author: miklos +! the xp lookalike + +toolbar: raised gradient vertical +toolbar.color: rgb:43/66/a8 +toolbar.colorTo: rgb:50/78/c0 +toolbar.button: parentrelative +toolbar.button.picColor: rgb:d1/d1/d1 +toolbar.label: parentrelative +toolbar.label.textColor: rgb:d1/d1/d1 +toolbar.windowLabel: parentrelative +toolbar.windowLabel.textColor: rgb:d1/d1/d1 +toolbar.clock: parentrelative +toolbar.clock.textColor: rgb:d1/d1/d1 +toolbar.justify: right +menu.title: raised vertical gradient +menu.title.color: rgb:00/4a/d9 +menu.title.colorTo: rgb:00/5f/f9 +menu.title.textColor: rgb:f8/f6/e7 +menu.title.justify: right + +menu.frame: flat gradient horizontal +menu.frame.color: rgb:f3/f5/f6 +menu.frame.colorTo: rgb:ee/ea/d4 +menu.frame.textColor: rgb:00/00/00 +menu.frame.disableColor: rgb:4/4/4 +menu.frame.justify: right + +menu.bullet.position: right +menu.bullet: diamond + +menu.hilite: flat solid +menu.hilite.color: rgb:31/6a/c5 +menu.hilite.textColor: rgb:ff/ff/ff + +! window.title.focus: flat vertical gradient +! window.title.focus.color: rgb:6b/8f/e7 +! window.title.focus.colorTo: rgb:4b/6f/cf + +window.title.focus: flat gradient vertical +window.title.focus.color: rgb:24/7d/ff +window.title.focus.colorTo: rgb:00/48/e5 + +! window.title.unfocus: flat vertical gradient +! window.title.unfocus.color: rgb:20/5a/cd +! window.title.unfocus.colorTo: rgb:00/30/9c + +window.title.unfocus: flat gradient vertical +window.title.unfocus.color: rgb:66/8e/cc +window.title.unfocus.colorTo: rgb:44/68/b2 + +window.label.focus: flat vertical gradient +window.label.focus.color: rgb:00/48/e5 +window.label.focus.colorTo: rgb:24/7d/ff +window.label.focus.textColor: rgb:f8/f6/e7 + +window.label.unfocus: flat vertical gradient +window.label.unfocus.color: rgb:44/68/b2 +window.label.unfocus.colorTo: rgb:66/8e/cc +window.label.unfocus.textColor: rgb:d1/d1/d1 + +window.button.focus: flat solid +window.button.focus.color: rgb:d6/5a/36 +window.button.focus.picColor: rgb:e8/ff/f5 + +window.button.unfocus: flat solid +window.button.unfocus.color: rgb:78/64/7d +window.button.unfocus.picColor: rgb:c1/b3/cd + +window.handle.focus: flat solid +window.handle.focus.color: rgb:6b/8f/e7 +window.handle.unfocus: flat solid +window.handle.unfocus.color: rgb:20/5a/cd + +window.grip.focus: raised solid +window.grip.focus.color: rgb:8b/af/f7 +window.grip.unfocus: raised solid +window.grip.unfocus.color: rgb:00/30/9c + +window.frame.focusColor: rgb:24/7d/ff +window.frame.unfocusColor: rgb:50/70/b0 + +window.justify: right + +*button.pressed: sunken solid +*button.pressed.color: rgb:6b/8f/e7 +*button.pressed.colorTo: + +borderColor: rgb:10/30/50 + +bevelWidth: 1 +borderWidth: 1 +handleWidth: 1 +frameWidth: 1 + +*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv + +*xft.font: Arial +*xft.size: 9 +menu.frame.xft.size: 11 +menu.title.xft.size: 12 +menu.title.xft.flags: bold + +rootCommand: bsetbg -solid "#4468b2" + |
