Skip to content

Commit

Permalink
Update theme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO authored Oct 18, 2023
1 parent c8aad5e commit 5471374
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,19 @@ let g:boo_colorscheme_italic = true
- [`forest_stream`](#forest_stream)
- [`crimson_moonlight`](#crimson_moonlight)

These are full colorschemes so you can call them directly

```
colorscheme sunset_cloud
```

or

```lua
require('boo-colorscheme').use({ theme = 'sunset_cloud' })
```

or
or set in combination with the `colorscheme boo` and the following

```vimscript
let g:boo_colorscheme_theme = 'sunset_cloud'
Expand Down

0 comments on commit 5471374

Please sign in to comment.