Skip to content

Commit

Permalink
Fix example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Jan 24, 2024
1 parent d202d13 commit 2316da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ All color defaults use the naming convention of the Open Color library ([read he

```yaml
color_bg: var(--oc-indigo-8)
color_punct: red
color_punct: black
color_keyval: '#fff'
color_hover: '#cc5de8`
color_hover: '#cc5de8'
```

If you use Open Color names, remember to wrap them in a CSS variable.
Expand Down

0 comments on commit 2316da1

Please sign in to comment.