A minimal, eye-friendly dark theme with subtle accents, designed for focus and comfort during extended coding sessions. A Neovim colorscheme tailored for readability and aesthetic consistency.
A fork of: redbug312/cactusbuddy.
{
"IlyasYOY/theme.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme("ilyasyoy")
end,
},Then in your init.lua:
vim.cmd('colorscheme ilyasyoy')- ✅ TrueColor optimized - Designed for modern terminals
- ✅ Low contrast - Gentle on the eyes during long sessions
- ✅ Consistent syntax highlighting - Cohesive color palette across languages
- ✅ Terminal color support - Seamless integration with your terminal
- ✅ Plugin support - Full integration with popular Neovim plugins
- Diagnostics (LSP)
- nvim-treesitter/nvim-treesitter
- lewis6991/gitsigns.nvim
- nvim-telescope/telescope.nvim
- tpope/vim-fugitive
See Wiki: Examples for detailed screenshots and language-specific previews.
No additional configuration is required. The theme loads automatically when the colorscheme is set.
Licensed under the MIT License. See LICENSE for details.