Skip to content

Commit

Permalink
docs(github-nvim-theme): update README.md (#1296)
Browse files Browse the repository at this point in the history
* feat: update github-nvim-theme README.md

* Forgot the original themes without variant names

* Update README.md

---------

Co-authored-by: Uzair Aftab <[email protected]>
  • Loading branch information
pmanole-volvocars and Uzaaft authored Dec 20, 2024
1 parent 1f9146c commit 7eb383b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lua/astrocommunity/colorscheme/github-nvim-theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Github's Neovim themes

## Usage

In your `user/init.lua` file, put:
In your `plugins/astroui.lua` file, put:

```lua
return {
...
colorscheme = "github_dark",
"AstroNvim/astroui",
opts = {
colorscheme = "github_dark",
}
}
```

Expand Down

0 comments on commit 7eb383b

Please sign in to comment.