feat(nvim): add new colorscheme extra: solarized extra

This commit is contained in:
Sergio Laín 2024-01-13 13:10:46 +01:00
parent f6408cc42a
commit 2754d3709c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 8 additions and 1 deletions

View file

@ -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)

View file

@ -0,0 +1,6 @@
return {
"craftzdog/solarized-osaka.nvim",
name = "solarized-osaka",
lazy = false,
opts = {},
}