Skip to content

Commit

Permalink
Highlight lines in docs code
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 6, 2024
1 parent ff92e72 commit 2357785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ This also allows you to override variables such as `$primary-muted`, described a

In the Gruvbox theme, for example, we override the foreground color of the block cursor (the cursor used in widgets like `OptionList`) to be `$foreground`.

```python
```python hl_lines="14-17"
Theme(
name="gruvbox",
primary="#85A598",
Expand Down

0 comments on commit 2357785

Please sign in to comment.