Skip to content

Commit

Permalink
feat(colorscheme): add solarized-osaka.nvim (#1000)
Browse files Browse the repository at this point in the history
* feat(colorscheme): add solarized-osaka.nvim

* fix(colorscheme): call opts for solarized-osaka.nvim

Co-authored-by: Micah Halter <[email protected]>

* Update lua/astrocommunity/colorscheme/solarized-osaka-nvim/init.lua

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
0xricksanchez and mehalter authored May 28, 2024
1 parent 416d0c6 commit c2de1f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lua/astrocommunity/colorscheme/solarized-osaka-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# solarized-osaka.nvim

🏯 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins.

**Repository:** <https://github.com/craftzdog/solarized-osaka.nvim>

```vim
" Vim Script
colorscheme solarized-osaka
```
4 changes: 4 additions & 0 deletions lua/astrocommunity/colorscheme/solarized-osaka-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"craftzdog/solarized-osaka.nvim",
opts = {},
}

0 comments on commit c2de1f4

Please sign in to comment.