Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawilly authored Jun 1, 2024
1 parent 0561bbe commit 70a2222
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ Apply without reloading:
:lua require'lualine'.setup {options = {theme = 'ponokai'}}
```
---
## Configuration
| Option | Description | Type | Values | Default |
Expand Down Expand Up @@ -228,6 +230,8 @@ Apply without reloading:
| | colorscheme ponokai | | | |
| | ``` | | | |
    
> [!TIP]
> ### Example
```vim
Expand All @@ -242,6 +246,8 @@ colorscheme ponokai
let g:lightline = {'colorscheme' : 'ponokai'}
```
---
## FAQ
### The colors don't match the screenshots.
Expand All @@ -265,6 +271,7 @@ Add `packadd! ponokai` before applying the color scheme.
```vim
let g:ponokai_enable_italic =
---
### 💡 Inspirations
Ponokai is inspired by:
Expand Down

0 comments on commit 70a2222

Please sign in to comment.