Skip to content

Commit 7eb383b

Browse files
docs(github-nvim-theme): update README.md (#1296)
* feat: update github-nvim-theme README.md * Forgot the original themes without variant names * Update README.md --------- Co-authored-by: Uzair Aftab <[email protected]>
1 parent 1f9146c commit 7eb383b

File tree

1 file changed

+5
-3
lines changed
  • lua/astrocommunity/colorscheme/github-nvim-theme

1 file changed

+5
-3
lines changed

lua/astrocommunity/colorscheme/github-nvim-theme/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ Github's Neovim themes
66

77
## Usage
88

9-
In your `user/init.lua` file, put:
9+
In your `plugins/astroui.lua` file, put:
1010

1111
```lua
1212
return {
13-
...
14-
colorscheme = "github_dark",
13+
"AstroNvim/astroui",
14+
opts = {
15+
colorscheme = "github_dark",
16+
}
1517
}
1618
```
1719

0 commit comments

Comments
 (0)