Skip to content

Commit

Permalink
Add note about . (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao authored Dec 15, 2023
1 parent 0099e49 commit bf7b70c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/guide/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ textual colors

Here's a list of the colors defined in the default light and dark themes.

!!! note

`$boost` will look different on different backgrounds because of its alpha channel.

```{.rich title="Textual Theme Colors"}
from rich import print
from textual.app import DEFAULT_COLORS
from textual.design import show_design
output = show_design(DEFAULT_COLORS["light"], DEFAULT_COLORS["dark"])
```

0 comments on commit bf7b70c

Please sign in to comment.