diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-style.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt index dea8794..6741f41 100644 --- a/doc/asciidoc/fluxbox-style.txt +++ b/doc/asciidoc/fluxbox-style.txt | |||
@@ -248,7 +248,6 @@ options. Have fun. | |||
248 | window.close.pixmap: <filename> | 248 | window.close.pixmap: <filename> |
249 | window.close.pressed.pixmap: <filename> | 249 | window.close.pressed.pixmap: <filename> |
250 | window.close.unfocus.pixmap: <filename> | 250 | window.close.unfocus.pixmap: <filename> |
251 | window.font: <font> | ||
252 | window.frame.focusColor: <color> | 251 | window.frame.focusColor: <color> |
253 | window.frame.unfocusColor: <color> | 252 | window.frame.unfocusColor: <color> |
254 | window.grip.focus: <texture type> | 253 | window.grip.focus: <texture type> |
@@ -277,10 +276,12 @@ options. Have fun. | |||
277 | window.label.focus: <texture type> | 276 | window.label.focus: <texture type> |
278 | window.label.focus.color: <color> | 277 | window.label.focus.color: <color> |
279 | window.label.focus.colorTo: <color> | 278 | window.label.focus.colorTo: <color> |
279 | window.label.focus.font: <font> | ||
280 | window.label.focus.pixmap: <filename> | 280 | window.label.focus.pixmap: <filename> |
281 | window.label.unfocus: <texture type> | 281 | window.label.unfocus: <texture type> |
282 | window.label.unfocus.color: <color> | 282 | window.label.unfocus.color: <color> |
283 | window.label.unfocus.colorTo: <color> | 283 | window.label.unfocus.colorTo: <color> |
284 | window.label.unfocus.font: <font> | ||
284 | window.label.unfocus.pixmap: <filename> | 285 | window.label.unfocus.pixmap: <filename> |
285 | window.label.focus.textColor: <color> | 286 | window.label.focus.textColor: <color> |
286 | window.label.unfocus.textColor: <color> | 287 | window.label.unfocus.textColor: <color> |