Advertisement
Guest User

Style Elements

a guest
Aug 11th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. ! The toolbar itself
  2. toolbar: Texture
  3. toolbar.color: Color
  4. toolbar.colorTo: Color
  5. toolbar.fontHeight: Font Height
  6. toolbar.fontWeight: Normal/Bold
  7. ! The buttons on the toolbar
  8. toolbar.button: Texture or ParentRelative
  9. toolbar.button.color: Color
  10. toolbar.button.colorTo: Color
  11. ! Color of the button arrows
  12. toolbar.button.picColor: Color
  13. ! Buttons in pressed state
  14. toolbar.button.pressed: Texture or ParentRealtive
  15. toolbar.button.pressed.color: Color
  16. toolbar.button.pressed.colorTo: Color
  17. ! Color of pressed button arrows
  18. toolbar.button.pressed.picColor: Color
  19. ! The toolbar workspace label
  20. toolbar.label: Texture or ParentRelative
  21. toolbar.label.color: Color
  22. toolbar.label.colorTo: Color
  23. toolbar.label.textColor: Color
  24. ! The toolbar window label
  25. toolbar.windowLabel: Texture or ParentRelative
  26. toolbar.windowLabel.color: Color
  27. toolbar.windowLabel.colorTo: Color
  28. toolbar.windowLabel.textColor: Color
  29. ! The toolbar clock
  30. toolbar.clock: Texture or ParentRealtive
  31. toolbar.clock.color: Color
  32. toolbar.clock.colorTo: Color
  33. toolbar.clock.textColor: Color
  34. ! How the toolbar's text should be justified
  35. toolbar.justify: center, left, or right
  36. ! Font to be used for all toolbar components
  37. toolbar.font: Font
  38. ! The menu titlebar
  39. menu.title: Texture
  40. menu.title.color: Color
  41. menu.title.colorTo: Color
  42. menu.title.textColor: Color
  43. menu.title.font: Font
  44. menu.title.fontHeight: Font Height
  45. menu.title.fontWeight: Normal/Bold
  46. menu.title.justify: center, left, or right
  47. ! The menu frame
  48. menu.frame: Texture
  49. menu.frame.color: Color
  50. menu.frame.colorTo: Color
  51. menu.frame.textColor: Color
  52. menu.frame.disableColor: Color
  53. menu.frame.font: Font
  54. menu.frame.fontHeight: Font Height
  55. menu.frame.fontWeight: Normal/Bold
  56. menu.frame.justify: center, left, or right
  57. ! Bullets for submenu items
  58. menu.bullet: empty, triangle, square, circle or diamond
  59. menu.bullet.position: right or left
  60. ! The highlighted menu item
  61. menu.hilite: Texture (e.g. Raised)
  62. menu.hilite.color: Color
  63. menu.hilite.colorTo: Color
  64. menu.hilite.textColor: Color
  65. ! A focused window
  66. window.title.focus: Texture
  67. window.title.focus.color: Color
  68. window.title.focus.colorTo: Color
  69. ! An unfocused window
  70. window.title.unfocus: Texture
  71. window.title.unfocus.color: Color
  72. window.title.unfocus.colorTo: Color
  73. ! Window label
  74. window.label.focus: Texture or ParentRelative
  75. window.label.focus.color: Color
  76. window.label.focus.colorTo: Color
  77. window.label.focus.textColor: Color
  78. window.label.unfocus: Texture or ParentRelative
  79. window.label.unfocus.color: Color
  80. window.label.unfocus.colorTo: Color
  81. window.label.unfocus.textColor: Color
  82. ! Handle bar
  83. window.handle.focus: Texture
  84. window.handle.focus.color: Color
  85. window.handle.focus.colorTo: Color
  86. window.handle.unfocus: Texture
  87. window.handle.unfocus.color: Color
  88. window.handle.unfocus.colorTo: Color
  89. ! Resize grips
  90. window.grip.focus: Texture
  91. window.grip.focus.color: Color
  92. window.grip.focus.colorTo: Color
  93. window.grip.unfocus: Texture
  94. window.grip.unfocus.color: Color
  95. window.grip.unfocus.colorTo: Color
  96. ! Window buttons
  97. window.button.focus: Texture or ParentRealtive
  98. window.button.focus.color: Color
  99. window.button.focus.colorTo: Color
  100. window.button.focus.picColor: Color
  101. window.button.unfocus: Texture or ParentRealtive
  102. window.button.unfocus.color: Color
  103. window.button.unfocus.colorTo: Color
  104. window.button.unfocus.picColor: Color
  105. window.button.pressed: Texture
  106. window.button.pressed.color: Color
  107. window.button.pressed.colorTo: Color
  108. window.button.pressed.picColor: Color
  109. ! Frame around window
  110. window.frame.focusColor: Color
  111. window.frame.unfocusColor: Color
  112. ! Font and justification for window labels
  113. window.font: Font
  114. window.justify: center, left, or right
  115. ! Miscellaneous resources
  116. ! A border can be drawn round all components
  117. borderWidth: A number of pixels, e.g. 1
  118. borderColor: Color
  119. bevelWidth: A number of pixels > 0
  120. handleWidth: A number of pixels > 0
  121. ! Width of the window frame (from Blackbox for *nix version 0.61 and later)
  122. ! When not specified, frameWidth defaults to the value of bevelWidth
  123. frameWidth: A number of pixels >= 0
  124. ! This command is executed whenever this style is selected,
  125. ! and typically it sets the wallpaper to a nice picture or gradient
  126. rootCommand: Shell command, e.g. bsetroot -gradient diagonalinterlaced -from 999999 -to 111111
  127. ! Some of the (*nix) bbtools read these old Blackbox for *nix version 0.51 resources...
  128. menuFont: Font
  129. titleFont: Font /p>
  130.  
  131. Texture Option
  132. Color Layout: solid, Horizontal, Vertical, Diagonal, Crossdiag, Pipecross, Elliptic, Rectangle, Pyramid
  133. Style Layout: Flat, Raised, Sunken
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement