Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed May 19, 2021
1 parent 3244678 commit f3d2598
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,31 @@ or

```js
// ~/.hyper.js
module.exports = {
plugins: [ "hyper-rose-pine" ]
plugins: ["hyper-rose-pine"],
```

## Options

```js
config: {
theme: {
// Default: base
// Can be base, moon or dawn
variant: 'dawn',
}
}
```

## Gallery

**Rosé Pine**

![Hyper with Rosé Pine](assets/preview.png)

**Rosé Pine Moon**

![Hyper with Rosé Pine Moon](assets/preview-moon.png)

**Rosé Pine Dawn**

![Hyper with Rosé Pine Dawn](assets/preview-dawn.png)

0 comments on commit f3d2598

Please sign in to comment.