Skip to content

Commit

Permalink
feat(colorscheme): Add github-nvim-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed May 20, 2023
1 parent 28fbc1e commit 020a91c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lua/astrocommunity/colorscheme/github-nvim-theme/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Github Nvim theme

**Repository:** <https://github.com/projekt0n/github-nvim-theme>

## Usage

In your user/init.lua file, put:

```lua
return {
...
colorscheme = "github_dark",
}
```

Or whichever colorscheme you'd want.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
return {
"projekt0n/github-nvim-theme",
}

0 comments on commit 020a91c

Please sign in to comment.