add Xft support to all of the styles
This commit is contained in:
parent
3a6e590d50
commit
a3f7fa3294
23 changed files with 123 additions and 76 deletions
|
@ -107,3 +107,8 @@ handleWidth: 5
|
||||||
rootCommand: bsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40
|
rootCommand: bsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40
|
||||||
|
|
||||||
*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
|
*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
|
||||||
|
|
||||||
|
*xft.font: Verdana
|
||||||
|
*xft.size: 8
|
||||||
|
|
||||||
|
menu.*.xft.size: 10
|
|
@ -107,3 +107,20 @@ frameWidth: 0
|
||||||
bevelWidth: 1
|
bevelWidth: 1
|
||||||
borderWidth: 0
|
borderWidth: 0
|
||||||
borderColor: #8f8d7d
|
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
|
||||||
|
|
|
@ -5,6 +5,10 @@ style.date: Thu, Mar 21, 2002
|
||||||
style.credits:
|
style.credits:
|
||||||
style.comments:
|
style.comments:
|
||||||
|
|
||||||
|
!*font: gelly
|
||||||
|
*font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
||||||
|
*xft.font: Arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetbg -solid "#414b57"
|
rootCommand: bsetbg -solid "#414b57"
|
||||||
|
|
||||||
|
@ -37,8 +41,6 @@ toolbar: Raised Bevel1 Gradient Vertical
|
||||||
toolbar.color: #414b57
|
toolbar.color: #414b57
|
||||||
toolbar.colorTo: #6a7b8f
|
toolbar.colorTo: #6a7b8f
|
||||||
toolbar.textColor: #d7e0ee
|
toolbar.textColor: #d7e0ee
|
||||||
!toolbar.font: gelly
|
|
||||||
toolbar.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
toolbar.justify: Center
|
toolbar.justify: Center
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,16 +49,12 @@ menu.frame: Flat Gradient Horizontal
|
||||||
menu.frame.color: #2c333b
|
menu.frame.color: #2c333b
|
||||||
menu.frame.colorTo: #6a7b8f
|
menu.frame.colorTo: #6a7b8f
|
||||||
menu.frame.textColor: #becad4
|
menu.frame.textColor: #becad4
|
||||||
!menu.frame.font: gelly
|
|
||||||
menu.frame.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.frame.justify: Left
|
menu.frame.justify: Left
|
||||||
|
|
||||||
menu.title: Raised Gradient Vertical
|
menu.title: Raised Gradient Vertical
|
||||||
menu.title.color: #414b57
|
menu.title.color: #414b57
|
||||||
menu.title.colorTo: #67788b
|
menu.title.colorTo: #67788b
|
||||||
menu.title.textColor: #8998ab
|
menu.title.textColor: #8998ab
|
||||||
!menu.title.font: gelly
|
|
||||||
menu.title.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.title.justify: Center
|
menu.title.justify: Center
|
||||||
|
|
||||||
menu.hilite: Sunken Bevel1 Gradient Horizontal
|
menu.hilite: Sunken Bevel1 Gradient Horizontal
|
||||||
|
@ -99,12 +97,8 @@ window.label.focus: Sunken Bevel1 Gradient Vertical
|
||||||
window.label.focus.color: #21354a
|
window.label.focus.color: #21354a
|
||||||
window.label.focus.colorTo: #406285
|
window.label.focus.colorTo: #406285
|
||||||
window.label.focus.textColor: #d7e0ee
|
window.label.focus.textColor: #d7e0ee
|
||||||
!window.label.focus.font: gelly
|
|
||||||
window.label.focus.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.label.focus.justify: Center
|
window.label.focus.justify: Center
|
||||||
|
|
||||||
!window.font: gelly
|
|
||||||
window.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.justify: Center
|
window.justify: Center
|
||||||
window.label.unfocus: Flat Gradient Vertical
|
window.label.unfocus: Flat Gradient Vertical
|
||||||
window.label.unfocus.color: #414b57
|
window.label.unfocus.color: #414b57
|
||||||
|
@ -152,4 +146,3 @@ bbpager.desktop.focusStyle: border
|
||||||
bbpager.active.window.borderColor: #202020
|
bbpager.active.window.borderColor: #202020
|
||||||
bbpager.inactive.window.borderColor: #000000
|
bbpager.inactive.window.borderColor: #000000
|
||||||
bbpager.active.desktop.borderColor: #73787e
|
bbpager.active.desktop.borderColor: #73787e
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,9 @@ window.frame.unfocus.color: #5e6166
|
||||||
|
|
||||||
! ***** fonts *****
|
! ***** fonts *****
|
||||||
*.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*
|
*.font: -*-lucida-medium-r-*-*-*-100-*-*-*-*-*
|
||||||
|
*.xft.font: arial
|
||||||
|
*.xft.size: 10
|
||||||
|
menu.*.xft.size: 11
|
||||||
toolbar.justify: center
|
toolbar.justify: center
|
||||||
window.justify: right
|
window.justify: right
|
||||||
menu.title.justify: center
|
menu.title.justify: center
|
||||||
|
|
|
@ -83,6 +83,9 @@ window.grip.unfocus: flat solid
|
||||||
borderColor: black
|
borderColor: black
|
||||||
!*font: gelly
|
!*font: gelly
|
||||||
*font: lucidasans-10
|
*font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 9
|
||||||
|
menu*xft*size: 10
|
||||||
*justify: left
|
*justify: left
|
||||||
|
|
||||||
borderWidth: 1
|
borderWidth: 1
|
||||||
|
|
|
@ -16,20 +16,17 @@ toolbar.clock.color: rgb:8/8/7
|
||||||
toolbar.clock.colorTo: rgb:f/f/d
|
toolbar.clock.colorTo: rgb:f/f/d
|
||||||
toolbar.clock.textColor: rgb:2/2/1c
|
toolbar.clock.textColor: rgb:2/2/1c
|
||||||
toolbar.justify: right
|
toolbar.justify: right
|
||||||
toolbar.font: lucidasans-10
|
|
||||||
|
|
||||||
menu.title: flat crossdiagonal gradient
|
menu.title: flat crossdiagonal gradient
|
||||||
menu.title.color: rgb:8/8/7
|
menu.title.color: rgb:8/8/7
|
||||||
menu.title.colorTo: rgb:f/f/d
|
menu.title.colorTo: rgb:f/f/d
|
||||||
menu.title.textColor: rgb:2/2/1c
|
menu.title.textColor: rgb:2/2/1c
|
||||||
menu.title.font: lucidasans-10
|
|
||||||
menu.title.justify: right
|
menu.title.justify: right
|
||||||
|
|
||||||
menu.frame: flat solid
|
menu.frame: flat solid
|
||||||
menu.frame.color: rgb:6/6/54
|
menu.frame.color: rgb:6/6/54
|
||||||
menu.frame.textColor: grey85
|
menu.frame.textColor: grey85
|
||||||
menu.frame.disableColor: rgb:4/4/38
|
menu.frame.disableColor: rgb:4/4/38
|
||||||
menu.frame.font: lucidasans-10
|
|
||||||
menu.frame.justify: center
|
menu.frame.justify: center
|
||||||
|
|
||||||
menu.bullet.position: right
|
menu.bullet.position: right
|
||||||
|
@ -73,7 +70,6 @@ window.grip.unfocus.color: rgb:4/4/38
|
||||||
window.frame.focusColor: rgb:f/f/d
|
window.frame.focusColor: rgb:f/f/d
|
||||||
window.frame.unfocusColor: rgb:6/6/54
|
window.frame.unfocusColor: rgb:6/6/54
|
||||||
|
|
||||||
window.font: lucidasans-10
|
|
||||||
window.justify: right
|
window.justify: right
|
||||||
|
|
||||||
*button.pressed: flat solid
|
*button.pressed: flat solid
|
||||||
|
@ -87,5 +83,7 @@ handleWidth: 3
|
||||||
|
|
||||||
*textColor: grey20
|
*textColor: grey20
|
||||||
*Font: lucidasans-10
|
*Font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetroot -solid rgb:4/4/38
|
rootCommand: bsetroot -solid rgb:4/4/38
|
||||||
|
|
|
@ -84,25 +84,23 @@ window.frame.unfocusColor: #5e6166
|
||||||
window.frame.unfocus.color: #5e6166
|
window.frame.unfocus.color: #5e6166
|
||||||
|
|
||||||
! ***** Xft fonts *****
|
! ***** Xft fonts *****
|
||||||
toolbar.xft.font: tahoma
|
*xft.font: Arial
|
||||||
toolbar.xft.size: 8
|
toolbar.xft.size: 10
|
||||||
toolbar.justify: center
|
toolbar.justify: center
|
||||||
|
|
||||||
window.xft.font: tahoma
|
window.xft.size: 9
|
||||||
window.xft.size: 7
|
!window.xft.flags: bold
|
||||||
window.xft.flags: bold
|
|
||||||
window.justify: left
|
window.justify: left
|
||||||
|
|
||||||
menu.title.xft.font: tahoma
|
menu.title.xft.size: 10
|
||||||
menu.title.xft.size: 8
|
|
||||||
menu.title.xft.flags: bold
|
menu.title.xft.flags: bold
|
||||||
menu.title.justify: center
|
menu.title.justify: center
|
||||||
|
|
||||||
menu.frame.xft.font: tahoma
|
menu.frame.xft.size: 10
|
||||||
menu.frame.xft.size: 8
|
|
||||||
menu.frame.justify: right
|
menu.frame.justify: right
|
||||||
|
|
||||||
! ***** fonts *****
|
! ***** fonts *****
|
||||||
|
*Font: lucidasans-10
|
||||||
!toolbar.font: lime
|
!toolbar.font: lime
|
||||||
!toolbar.justify: center
|
!toolbar.justify: center
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,11 @@ style.date: Tue, 03.05.02
|
||||||
style.credits:
|
style.credits:
|
||||||
style.comments: frobust!
|
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"
|
rootCommand: bsetroot -mod 4 4 -bg "#4c4c4c" -fg "#3c3c3c"
|
||||||
|
|
||||||
|
@ -37,25 +42,18 @@ toolbar: Raised Bevel1 Gradient Vertical
|
||||||
toolbar.color: #4c4c4c
|
toolbar.color: #4c4c4c
|
||||||
toolbar.colorTo: #414141
|
toolbar.colorTo: #414141
|
||||||
toolbar.textColor: #d7e0ee
|
toolbar.textColor: #d7e0ee
|
||||||
!toolbar.font: creep
|
|
||||||
toolbar.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
|
|
||||||
toolbar.justify: Center
|
toolbar.justify: Center
|
||||||
|
|
||||||
|
|
||||||
! Menu settings...
|
! Menu settings...
|
||||||
menu.frame: Raised Solid
|
menu.frame: Raised Solid
|
||||||
menu.frame.color: #4c4c4c
|
menu.frame.color: #4c4c4c
|
||||||
menu.frame.textColor: #d7e0ee
|
menu.frame.textColor: #d7e0ee
|
||||||
!menu.frame.font: creep
|
|
||||||
menu.frame.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
|
|
||||||
menu.frame.justify: Right
|
menu.frame.justify: Right
|
||||||
|
|
||||||
menu.title: Raised Bevel1 Solid PipeCross
|
menu.title: Raised Bevel1 Solid PipeCross
|
||||||
menu.title.color: #8d929a
|
menu.title.color: #8d929a
|
||||||
menu.title.colorTo: #73787e
|
menu.title.colorTo: #73787e
|
||||||
menu.title.textColor: #000000
|
menu.title.textColor: #000000
|
||||||
!menu.title.font: creep
|
|
||||||
menu.title.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
|
|
||||||
menu.title.justify: Center
|
menu.title.justify: Center
|
||||||
|
|
||||||
menu.hilite: Sunken Solid
|
menu.hilite: Sunken Solid
|
||||||
|
@ -98,8 +96,6 @@ window.label.focus.colorTo: #73787e
|
||||||
window.label.focus.textColor: #000000
|
window.label.focus.textColor: #000000
|
||||||
window.label.focus.justify: Center
|
window.label.focus.justify: Center
|
||||||
|
|
||||||
!window.font: creep
|
|
||||||
window.font: -Adobe-Helvetica-Medium-R-Normal--10-100-75-75-P-56-ISO8859-2
|
|
||||||
window.justify: Center
|
window.justify: Center
|
||||||
window.label.unfocus: Flat Gradient Vertical
|
window.label.unfocus: Flat Gradient Vertical
|
||||||
window.label.unfocus.color: #4c4c4c
|
window.label.unfocus.color: #4c4c4c
|
||||||
|
|
|
@ -87,4 +87,10 @@ handleWidth: 3
|
||||||
frameWidth: 1
|
frameWidth: 1
|
||||||
|
|
||||||
*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
|
*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
|
||||||
|
*.xft.font: Georgia
|
||||||
|
*.xft.size: 9
|
||||||
|
menu*xft.size: 11
|
||||||
|
menu.title.xft.flags: bold
|
||||||
|
|
||||||
|
|
||||||
rootCommand: bsetbg -solid "#5a6975"
|
rootCommand: bsetbg -solid "#5a6975"
|
||||||
|
|
|
@ -128,4 +128,9 @@ frameWidth: 1
|
||||||
bevelWidth: 1
|
bevelWidth: 1
|
||||||
borderWidth: 1
|
borderWidth: 1
|
||||||
borderColor: #000000
|
borderColor: #000000
|
||||||
*Font: lime
|
|
||||||
|
!*Font: lime
|
||||||
|
*Font: lucidasans-10
|
||||||
|
*xft.font: Arial
|
||||||
|
*xft.size: 9
|
||||||
|
menu.title.xft.size: 10
|
|
@ -99,5 +99,7 @@ handleWidth: 4
|
||||||
|
|
||||||
*textColor: grey85
|
*textColor: grey85
|
||||||
*Font: lucidasans-10
|
*Font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetroot -solid grey20
|
rootCommand: bsetroot -solid grey20
|
||||||
|
|
|
@ -6,7 +6,12 @@ style.credits: nyz's moving_targets.png
|
||||||
style.comments: (kyle) miklos, clone nyz's theme for me.\
|
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'
|
rootCommand: bsetbg -solid '#385070'
|
||||||
|
|
||||||
|
@ -33,8 +38,6 @@ toolbar.clock.textColor: #000000
|
||||||
toolbar: Raised Bevel1 Solid
|
toolbar: Raised Bevel1 Solid
|
||||||
toolbar.color: #c8c8c8
|
toolbar.color: #c8c8c8
|
||||||
toolbar.textColor: #ffffff
|
toolbar.textColor: #ffffff
|
||||||
!toolbar.font: lime
|
|
||||||
toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
toolbar.justify: Center
|
toolbar.justify: Center
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,15 +45,11 @@ toolbar.justify: Center
|
||||||
menu.frame: Raised Bevel1 Solid
|
menu.frame: Raised Bevel1 Solid
|
||||||
menu.frame.color: #c8c8c8
|
menu.frame.color: #c8c8c8
|
||||||
menu.frame.textColor: #000000
|
menu.frame.textColor: #000000
|
||||||
!menu.frame.font: lime
|
|
||||||
menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.frame.justify: Center
|
menu.frame.justify: Center
|
||||||
|
|
||||||
menu.title: Raised Bevel1 Solid
|
menu.title: Raised Bevel1 Solid
|
||||||
menu.title.color: #506c90
|
menu.title.color: #506c90
|
||||||
menu.title.textColor: #ffffff
|
menu.title.textColor: #ffffff
|
||||||
!menu.title.font: lime
|
|
||||||
menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.title.justify: Center
|
menu.title.justify: Center
|
||||||
|
|
||||||
menu.hilite: Flat Solid
|
menu.hilite: Flat Solid
|
||||||
|
@ -85,12 +84,8 @@ window.handle.unfocus.color: #c8c8c8
|
||||||
window.label.focus: Flat Solid
|
window.label.focus: Flat Solid
|
||||||
window.label.focus.color: #506890
|
window.label.focus.color: #506890
|
||||||
window.label.focus.textColor: #ffffff
|
window.label.focus.textColor: #ffffff
|
||||||
!window.label.focus.font: lime
|
|
||||||
window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.label.focus.justify: Center
|
window.label.focus.justify: Center
|
||||||
|
|
||||||
!window.font: lime
|
|
||||||
window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.justify: Center
|
window.justify: Center
|
||||||
window.label.unfocus: Flat Solid
|
window.label.unfocus: Flat Solid
|
||||||
window.label.unfocus.color: #c8c8c8
|
window.label.unfocus.color: #c8c8c8
|
||||||
|
|
|
@ -93,7 +93,13 @@ window.button.pressed: Sunken gradient diagonal
|
||||||
window.button.pressed.color: #666666
|
window.button.pressed.color: #666666
|
||||||
window.button.pressed.colorTo: #444444
|
window.button.pressed.colorTo: #444444
|
||||||
|
|
||||||
*.font: lime
|
!*font: lime
|
||||||
|
*font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
||||||
|
|
||||||
|
*xft.font: Arial
|
||||||
|
*xft.size: 9
|
||||||
|
menu*xft.size: 10
|
||||||
|
|
||||||
window.frame.focusColor: #686868
|
window.frame.focusColor: #686868
|
||||||
window.frame.unfocusColor: #555555
|
window.frame.unfocusColor: #555555
|
||||||
handleWidth: 2
|
handleWidth: 2
|
||||||
|
|
|
@ -82,6 +82,8 @@ handleWidth: 4
|
||||||
|
|
||||||
*textColor: grey85
|
*textColor: grey85
|
||||||
*Font: lucidasans-10
|
*Font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetroot -gradient flatcrossdiagonalgradient -from rgb:4/6/8 -to rgb:3/48/6
|
rootCommand: bsetroot -gradient flatcrossdiagonalgradient -from rgb:4/6/8 -to rgb:3/48/6
|
||||||
|
|
||||||
|
|
|
@ -26,13 +26,11 @@ toolbar.clock.colorTo: rgb:7/8/8
|
||||||
toolbar.clock.textColor: grey85
|
toolbar.clock.textColor: grey85
|
||||||
|
|
||||||
toolbar.justify: center
|
toolbar.justify: center
|
||||||
toolbar.font: lucidasans-bold-10
|
|
||||||
|
|
||||||
menu.title: raised diagonal interlaced gradient bevel1
|
menu.title: raised diagonal interlaced gradient bevel1
|
||||||
menu.title.color: grey20
|
menu.title.color: grey20
|
||||||
menu.title.colorTo: rgb:7/8/8
|
menu.title.colorTo: rgb:7/8/8
|
||||||
menu.title.textColor: grey85
|
menu.title.textColor: grey85
|
||||||
menu.title.font: lucidasans-bold-10
|
|
||||||
menu.title.justify: center
|
menu.title.justify: center
|
||||||
|
|
||||||
menu.frame: raised diagonal gradient bevel1
|
menu.frame: raised diagonal gradient bevel1
|
||||||
|
@ -40,7 +38,6 @@ menu.frame.color: rgb:7/8/8
|
||||||
menu.frame.colorTo: grey10
|
menu.frame.colorTo: grey10
|
||||||
menu.frame.textColor: white
|
menu.frame.textColor: white
|
||||||
menu.frame.disableColor: rgb:38/4/4
|
menu.frame.disableColor: rgb:38/4/4
|
||||||
menu.frame.font: lucidasans-10
|
|
||||||
menu.frame.justify: center
|
menu.frame.justify: center
|
||||||
|
|
||||||
menu.bullet: triangle
|
menu.bullet: triangle
|
||||||
|
@ -97,9 +94,15 @@ window.button.pressed.colorTo: rgb:d/f/f
|
||||||
window.frame.focusColor: grey85
|
window.frame.focusColor: grey85
|
||||||
window.frame.unfocusColor: rgb:54/6/6
|
window.frame.unfocusColor: rgb:54/6/6
|
||||||
|
|
||||||
window.font: lucidasans-bold-10
|
|
||||||
window.justify: center
|
window.justify: center
|
||||||
|
|
||||||
|
! fonts
|
||||||
|
*font: lucidasans-bold-10
|
||||||
|
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
*xft.flags: bold
|
||||||
|
|
||||||
! misc...
|
! misc...
|
||||||
borderColor: rgb:1c/2/2
|
borderColor: rgb:1c/2/2
|
||||||
|
|
||||||
|
|
|
@ -94,6 +94,12 @@ window.button.pressed.color: #666666
|
||||||
window.button.pressed.colorTo: #444444
|
window.button.pressed.colorTo: #444444
|
||||||
|
|
||||||
*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
|
*.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.focusColor: #687085
|
||||||
window.frame.unfocusColor: #bcbdbf
|
window.frame.unfocusColor: #bcbdbf
|
||||||
handleWidth: 1
|
handleWidth: 1
|
||||||
|
|
|
@ -87,5 +87,7 @@ handleWidth: 3
|
||||||
|
|
||||||
*textColor: grey20
|
*textColor: grey20
|
||||||
*Font: lucidasans-10
|
*Font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetroot -solid rgb:4/4/4
|
rootCommand: bsetroot -solid rgb:4/4/4
|
||||||
|
|
|
@ -106,6 +106,11 @@ window.label.focus.justify: Center
|
||||||
|
|
||||||
!window.font: luxus
|
!window.font: luxus
|
||||||
window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
||||||
|
|
||||||
|
*xft.font: Arial
|
||||||
|
*xft.size: 9
|
||||||
|
menu*xft.size: 10
|
||||||
|
|
||||||
window.justify: Center
|
window.justify: Center
|
||||||
window.label.unfocus: Sunken Bevel1 Gradient Rectangle
|
window.label.unfocus: Sunken Bevel1 Gradient Rectangle
|
||||||
window.label.unfocus.color: #44668a
|
window.label.unfocus.color: #44668a
|
||||||
|
|
|
@ -5,6 +5,12 @@ style.credits:
|
||||||
style.comments: The return of \
|
style.comments: The return of \
|
||||||
steelblue
|
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"
|
rootCommand: bsetbg -solid "#6e7a8a"
|
||||||
|
|
||||||
|
@ -37,8 +43,6 @@ toolbar: Raised Bevel1 Gradient Vertical
|
||||||
toolbar.color: #6e7b8b
|
toolbar.color: #6e7b8b
|
||||||
toolbar.colorTo: #555f6b
|
toolbar.colorTo: #555f6b
|
||||||
toolbar.textColor: #ffffff
|
toolbar.textColor: #ffffff
|
||||||
!toolbar.font: lime
|
|
||||||
toolbar.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
toolbar.justify: Left
|
toolbar.justify: Left
|
||||||
|
|
||||||
|
|
||||||
|
@ -47,16 +51,12 @@ menu.frame: Sunken Bevel2 Gradient Diagonal
|
||||||
menu.frame.color: #8fa0b5
|
menu.frame.color: #8fa0b5
|
||||||
menu.frame.colorTo: #6e7b8b
|
menu.frame.colorTo: #6e7b8b
|
||||||
menu.frame.textColor: #ffffff
|
menu.frame.textColor: #ffffff
|
||||||
!menu.frame.font: lime
|
|
||||||
menu.frame.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.frame.justify: Right
|
menu.frame.justify: Right
|
||||||
|
|
||||||
menu.title: Raised Bevel1 Gradient Diagonal
|
menu.title: Raised Bevel1 Gradient Diagonal
|
||||||
menu.title.color: #6e7b8b
|
menu.title.color: #6e7b8b
|
||||||
menu.title.colorTo: #555f6b
|
menu.title.colorTo: #555f6b
|
||||||
menu.title.textColor: #d7e0ee
|
menu.title.textColor: #d7e0ee
|
||||||
!menu.title.font: lime
|
|
||||||
menu.title.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.title.justify: Center
|
menu.title.justify: Center
|
||||||
|
|
||||||
menu.hilite: Raised Bevel1 Gradient Diagonal
|
menu.hilite: Raised Bevel1 Gradient Diagonal
|
||||||
|
@ -99,12 +99,8 @@ window.label.focus: Sunken Bevel1 Gradient Diagonal
|
||||||
window.label.focus.color: #8fa0b5
|
window.label.focus.color: #8fa0b5
|
||||||
window.label.focus.colorTo: #555f6b
|
window.label.focus.colorTo: #555f6b
|
||||||
window.label.focus.textColor: #e6f0ff
|
window.label.focus.textColor: #e6f0ff
|
||||||
!window.label.focus.font: lime
|
|
||||||
window.label.focus.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.label.focus.justify: Left
|
window.label.focus.justify: Left
|
||||||
|
|
||||||
!window.font: lime
|
|
||||||
window.font: -schumacher-clean-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.justify: Left
|
window.justify: Left
|
||||||
window.label.unfocus: Sunken Bevel1 Gradient Diagonal
|
window.label.unfocus: Sunken Bevel1 Gradient Diagonal
|
||||||
window.label.unfocus.color: #6e7b8b
|
window.label.unfocus.color: #6e7b8b
|
||||||
|
|
|
@ -125,5 +125,11 @@ bevelWidth: 1
|
||||||
borderWidth: 1
|
borderWidth: 1
|
||||||
borderColor: #000000
|
borderColor: #000000
|
||||||
|
|
||||||
!*font: mints-strong
|
!*font: mints-strong
|
||||||
*font: -b&h-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-*
|
*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
|
||||||
|
|
|
@ -4,6 +4,12 @@ style.date: March 25, 2002
|
||||||
style.credits:
|
style.credits:
|
||||||
style.comments:
|
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"
|
rootCommand: bsetbg -solid "#4b4b4b"
|
||||||
|
|
||||||
|
@ -36,8 +42,6 @@ toolbar: Flat Gradient Vertical
|
||||||
toolbar.color: #d5d5d5
|
toolbar.color: #d5d5d5
|
||||||
toolbar.colorTo: #b4b4b4
|
toolbar.colorTo: #b4b4b4
|
||||||
toolbar.textColor: #ffffff
|
toolbar.textColor: #ffffff
|
||||||
!toolbar.font: mints-strong
|
|
||||||
toolbar.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
toolbar.justify: Center
|
toolbar.justify: Center
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,16 +50,12 @@ menu.frame: Flat Gradient CrossDiagonal
|
||||||
menu.frame.color: #d5d5d5
|
menu.frame.color: #d5d5d5
|
||||||
menu.frame.colorTo: #b4b4b4
|
menu.frame.colorTo: #b4b4b4
|
||||||
menu.frame.textColor: #343434
|
menu.frame.textColor: #343434
|
||||||
!menu.frame.font: mints-strong
|
|
||||||
menu.frame.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.frame.justify: Right
|
menu.frame.justify: Right
|
||||||
|
|
||||||
menu.title: Flat Gradient Vertical
|
menu.title: Flat Gradient Vertical
|
||||||
menu.title.color: #8e8e8e
|
menu.title.color: #8e8e8e
|
||||||
menu.title.colorTo: #5f5f5f
|
menu.title.colorTo: #5f5f5f
|
||||||
menu.title.textColor: #c8c8c8
|
menu.title.textColor: #c8c8c8
|
||||||
!menu.title.font: mints-strong
|
|
||||||
menu.title.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
menu.title.justify: Center
|
menu.title.justify: Center
|
||||||
|
|
||||||
menu.hilite: Flat Gradient Vertical
|
menu.hilite: Flat Gradient Vertical
|
||||||
|
@ -98,12 +98,8 @@ window.label.focus: Flat Gradient Vertical
|
||||||
window.label.focus.color: #3b90dc
|
window.label.focus.color: #3b90dc
|
||||||
window.label.focus.colorTo: #2c5f8c
|
window.label.focus.colorTo: #2c5f8c
|
||||||
window.label.focus.textColor: #8efdff
|
window.label.focus.textColor: #8efdff
|
||||||
!window.label.focus.font: mints-strong
|
|
||||||
window.label.focus.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.label.focus.justify: Center
|
window.label.focus.justify: Center
|
||||||
|
|
||||||
!window.font: mints-strong
|
|
||||||
window.font: -adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*
|
|
||||||
window.justify: Center
|
window.justify: Center
|
||||||
window.label.unfocus: Flat Gradient Vertical
|
window.label.unfocus: Flat Gradient Vertical
|
||||||
window.label.unfocus.color: #8e8e8e
|
window.label.unfocus.color: #8e8e8e
|
||||||
|
|
|
@ -21,13 +21,11 @@ toolbar.clock.color: grey40
|
||||||
toolbar.clock.colorTo: grey20
|
toolbar.clock.colorTo: grey20
|
||||||
toolbar.clock.textColor: grey85
|
toolbar.clock.textColor: grey85
|
||||||
toolbar.justify: right
|
toolbar.justify: right
|
||||||
toolbar.font: lucidasans-10
|
|
||||||
|
|
||||||
menu.title: flat crossdiagonal gradient
|
menu.title: flat crossdiagonal gradient
|
||||||
menu.title.color: rgb:c/6/6
|
menu.title.color: rgb:c/6/6
|
||||||
menu.title.colorTo: rgb:6/3/3
|
menu.title.colorTo: rgb:6/3/3
|
||||||
menu.title.textColor: white
|
menu.title.textColor: white
|
||||||
menu.title.font: lucidasans-10
|
|
||||||
menu.title.justify: right
|
menu.title.justify: right
|
||||||
|
|
||||||
menu.frame: flat crossdiagonal gradient
|
menu.frame: flat crossdiagonal gradient
|
||||||
|
@ -35,7 +33,6 @@ menu.frame.color: grey40
|
||||||
menu.frame.colorTo: grey20
|
menu.frame.colorTo: grey20
|
||||||
menu.frame.textColor: grey85
|
menu.frame.textColor: grey85
|
||||||
menu.frame.disableColor: rgb:4/2/2
|
menu.frame.disableColor: rgb:4/2/2
|
||||||
menu.frame.font: lucidasans-10
|
|
||||||
menu.frame.justify: center
|
menu.frame.justify: center
|
||||||
|
|
||||||
menu.bullet.position: right
|
menu.bullet.position: right
|
||||||
|
@ -88,7 +85,6 @@ window.grip.unfocus.colorTo: grey20
|
||||||
window.frame.focusColor: rgb:c/6/6
|
window.frame.focusColor: rgb:c/6/6
|
||||||
window.frame.unfocusColor: grey30
|
window.frame.unfocusColor: grey30
|
||||||
|
|
||||||
window.font: lucidasans-10
|
|
||||||
window.justify: right
|
window.justify: right
|
||||||
|
|
||||||
borderColor: grey10
|
borderColor: grey10
|
||||||
|
@ -99,5 +95,7 @@ handleWidth: 4
|
||||||
|
|
||||||
*textColor: grey85
|
*textColor: grey85
|
||||||
*Font: lucidasans-10
|
*Font: lucidasans-10
|
||||||
|
*xft.font: arial
|
||||||
|
*xft.size: 10
|
||||||
|
|
||||||
rootCommand: bsetroot -solid grey20
|
rootCommand: bsetroot -solid grey20
|
||||||
|
|
|
@ -95,5 +95,11 @@ frameWidth: 1
|
||||||
|
|
||||||
*.font: -schumacher-clean-medium-r-normal-*-*-120-*-*-c-*-iso646.1991-irv
|
*.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"
|
rootCommand: bsetbg -solid "#4468b2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue