8000 GitHub - 3n3l/darkbox.nvim: A pure-black refresh of the retro-groove aesthetic for modern displays
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

3n3l/darkbox.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darkbox Theme Preview

🎨 Darkbox.nvim

A pure-black refresh of the retro-groove aesthetic for modern displays. Darkbox brings the classic groove style into the modern era with a focus on OLED-friendly pure blacks and carefully selected contrasts.

✨ Features

  • Pure black (#000000) background optimized for OLED displays
  • Retro-groove inspired color palette with modern refinements
  • Built-in support for tree-sitter

🚀 Installation

Using lazy.nvim

Add the following to your Neovim configuration:

return {
  "timmypidashev/darkbox.nvim",
  lazy = false,
  config = function()
    require("darkbox").load()
  end
}

📸 Screenshot

Screenshot

🤝 Contributing

Contributions are welcome! Feel free to:

  1. Report issues
  2. Suggest improvements
  3. Create pull requests
  4. Share your configurations

📝 License

MIT License - See LICENSE for details


View the project page for darkbox on my website for more info :D

Made with ♥️ by timmypidashev

About

A pure-black refresh of the retro-groove aesthetic for modern displays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%
0