An Atom One-inspired dark and light color scheme for Neovim, built with colorbuddy.vim.
Onebuddy is a color scheme plugin for Neovim that provides dark and light theme variants inspired by the Atom One theme. It solves the need for a clean, readable syntax highlighting scheme while demonstrating how to create custom themes using the colorbuddy.vim framework.
Neovim users who want a well-designed Atom One-inspired color scheme and developers interested in learning how to build custom themes with colorbuddy.vim.
Developers choose Onebuddy for its faithful adaptation of the popular Atom One palette, dual dark/light variants, and its role as a practical example for creating custom Neovim color schemes.
Light and dark atom one theme
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Faithfully adapts the beloved Atom One theme's color palette, providing clean, readable syntax highlighting as shown in the screenshots and described in the README.
Includes both dark and light themes for different preferences, with dedicated screenshots and installation support, catering to varied environments.
Serves as a practical example for creating custom color schemes using colorbuddy.vim, with code available in `lua/onebuddy.lua` to demonstrate the simple API.
Built specifically for Neovim 0.5+ with Lua support, ensuring compatibility with modern configurations and termguicolors as required.
Requires the colorbuddy.vim plugin as a dependency, adding setup complexity and potential maintenance overhead compared to standalone themes.
As per the TODO list in the README, LSP and diagnostic highlighting need improvements, which may affect users relying on these modern Neovim features.
Explicitly does not support Vim, as stated in the README, limiting its use to Neovim-only setups and excluding traditional Vim users.
Only supports termguicolors and requires precise installation steps (e.g., via plugin managers), which might be less flexible for casual users.