We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f072fae commit aee97d4Copy full SHA for aee97d4
examples/styles.raku
@@ -17,11 +17,12 @@ class StyleUI is TopLevel {
17
# Column 0: basic attributes
18
.widget(:vertical, style => %(padding-width => (0, 1)),
19
.plain-text(text => 'bold', color => 'bold'),
20
+ .plain-text(text => 'faint', color => 'faint'),
21
.plain-text(text => 'italic', color => 'italic'),
22
.plain-text(text => 'inverse', color => 'inverse'),
23
.plain-text(text => 'underline', color => 'underline'),
24
.plain-text(text => 'all of the above',
- color => 'bold italic inverse underline'),
25
+ color => 'bold faint italic inverse underline'),
26
),
27
28
# First divider: light dashed
0 commit comments