https://github.com/ilyasyoy/theme.nvim
Neovim Theme convenient for me.
https://github.com/ilyasyoy/theme.nvim
neovim theme
Last synced: 6 months ago
JSON representation
Neovim Theme convenient for me.
- Host: GitHub
- URL: https://github.com/ilyasyoy/theme.nvim
- Owner: IlyasYOY
- License: apache-2.0
- Created: 2024-12-14T12:55:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T10:36:39.000Z (8 months ago)
- Last Synced: 2025-01-26T11:25:14.830Z (8 months ago)
- Topics: neovim, theme
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# theme.nvim
Neovim Theme convenient for me.
A fork of: [redbug312/cactusbuddy](https://github.com/redbug312/cactusbuddy).
Based on [tjdevries/colorbuddy.nvim](https://github.com/tjdevries/colorbuddy.nvim).
## Installation
- [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"IlyasYOY/theme.nvim",
dependencies = "tjdevries/colorbuddy.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme("ilyasyoy")
end,
},
```## Supported Plugins
- diagnostics,
- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter),
- [lewis6991/gitsigns.nvim: Git integration for buffers](https://github.com/lewis6991/gitsigns.nvim),
- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim),
- [tpope/vim-fugitive](https://github.com/tpope/vim-fugitive).## Examples
You can find them in [wiki](https://github.com/IlyasYOY/theme.nvim/wiki/Example).