Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchiner committed Feb 14, 2024
1 parent b854754 commit c463761
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,17 @@ First install the theme with your preferred package manager:

```vim
colorscheme pastelnight
" There are also a theme variant with greater contrast
colorscheme pastelnight-high-contrast
```
##### Lua

```lua
vim.api.nvim_command [[colorscheme pastelnight]]

-- There are also a theme variant with greater contrast
vim.api.nvim_command [[colorscheme pastelnight-high-contrast]]
```

#### 🔌 Other supported plugins
Expand Down Expand Up @@ -141,6 +147,9 @@ let g:lightline = {'colorscheme': 'pastelnight'}
```lua
require("pastelnight").setup({

--- The theme comes in two styles, `default` and `highContrast`.
style = "default"

--- Enable this to disable setting the background color.
transparent = false,

Expand Down

0 comments on commit c463761

Please sign in to comment.