Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fvrests committed Feb 4, 2023
1 parent 59f85c6 commit 4fc99c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
## Usage

```sh
$ hyper i hyper-rose-pine
hyper i hyper-rose-pine
```

or

```javascript
// ~/.hyper.js
// Hyper config, e.g. ~/.hyper.js
plugins: ["hyper-rose-pine"],
```

Expand All @@ -30,15 +30,15 @@ plugins: ["hyper-rose-pine"],
config: {
theme: {
// @usage 'main' | 'moon' | 'dawn'
// @default 'main'
// @default 'main'
variant: 'dawn',

// Optionally, override Rosé Pine palette per variant:
// https://rosepinetheme.com/palette
main: {},
moon: {},
// Optionally, override Rosé Pine palette per variant
// https://rosepinetheme.com/palette
main: {},
moon: {},
dawn: {
muted: '#dfff00'
muted: '#dfff00'
}
}
}
Expand Down

0 comments on commit 4fc99c3

Please sign in to comment.