✨ feat(nvim): add new colorscheme extra: solarized extra
This commit is contained in:
parent
f6408cc42a
commit
2754d3709c
2 changed files with 8 additions and 1 deletions
1
.config/nvim/.github/README.md
vendored
1
.config/nvim/.github/README.md
vendored
|
@ -84,6 +84,7 @@
|
||||||
<summary><b>🎨 Colorscheme</b></summary>
|
<summary><b>🎨 Colorscheme</b></summary>
|
||||||
|
|
||||||
- [rockerBOO/boo-colorscheme-nvim](https://dotfyle.com/plugins/rockerBOO/boo-colorscheme-nvim)
|
- [rockerBOO/boo-colorscheme-nvim](https://dotfyle.com/plugins/rockerBOO/boo-colorscheme-nvim)
|
||||||
|
- [craftzdog/solarized-osaka.nvim](https://dotfyle.com/plugins/craftzdog/solarized-osaka.nvim)
|
||||||
- [shaunsingh/moonlight.nvim](https://dotfyle.com/plugins/shaunsingh/moonlight.nvim)
|
- [shaunsingh/moonlight.nvim](https://dotfyle.com/plugins/shaunsingh/moonlight.nvim)
|
||||||
- [savq/melange-nvim](https://dotfyle.com/plugins/savq/melange-nvim)
|
- [savq/melange-nvim](https://dotfyle.com/plugins/savq/melange-nvim)
|
||||||
- [projekt0n/github-nvim-theme](https://dotfyle.com/plugins/projekt0n/github-nvim-theme)
|
- [projekt0n/github-nvim-theme](https://dotfyle.com/plugins/projekt0n/github-nvim-theme)
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"craftzdog/solarized-osaka.nvim",
|
||||||
|
name = "solarized-osaka",
|
||||||
|
lazy = false,
|
||||||
|
opts = {},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue