Skip to content

IlyasYOY/theme.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

theme.nvim

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.

Screenshot 2025-10-19 at 13 19 58

Installation

{
    "IlyasYOY/theme.nvim",
    lazy = false,
    priority = 1000,
    config = function()
        vim.cmd.colorscheme("ilyasyoy")
    end,
},

Then in your init.lua:

vim.cmd('colorscheme ilyasyoy')

Features

  • 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

Supported Plugins

🎨 Examples

See Wiki: Examples for detailed screenshots and language-specific previews.

Configuration

No additional configuration is required. The theme loads automatically when the colorscheme is set.

License

Licensed under the MIT License. See LICENSE for details.

About

Neovim Theme convenient for me.

Topics

Resources

License

Stars

Watchers

Forks

Contributors