|
Revision 372, 379 bytes
(checked in by kickback, 3 years ago)
|
aube: initial import from 0.30.2 tarball.
|
| Line | |
|---|
| 1 |
# style <name> [= <name>] |
|---|
| 2 |
# { |
|---|
| 3 |
# <option> |
|---|
| 4 |
# } |
|---|
| 5 |
# |
|---|
| 6 |
# widget <widget_set> style <style_name> |
|---|
| 7 |
# widget_class <widget_class_set> style <style_name> |
|---|
| 8 |
|
|---|
| 9 |
style "ruler" |
|---|
| 10 |
{ |
|---|
| 11 |
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" |
|---|
| 12 |
} |
|---|
| 13 |
|
|---|
| 14 |
style "default" |
|---|
| 15 |
{ |
|---|
| 16 |
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" |
|---|
| 17 |
} |
|---|
| 18 |
|
|---|
| 19 |
widget_class "*Ruler*" style "ruler" |
|---|
| 20 |
widget_class "*" style "default" |
|---|