Skip to content

laz4rd/sugarplum.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Sugarplum Logo

sugarplum.nvim

Deep indigo. Neon bloom.


Preview

Sugarplum Preview


About

Sugarplum is a dark Neovim colorscheme built for clarity, contrast, and long coding sessions.

It blends a deep indigo base with neon purple, teal, and cyan accents to create a focused, modern editing experience.


Features

  • Minimal, distraction-free design
  • Balanced contrast for readability
  • LSP and UI highlight support
  • Lightweight and fast
  • Easy to customize

Installation

Install with your preferred plugin manager.

lazy.nvim / LazyVim

{
  "laz4rd/sugarplum.nvim",
  config = function()
    require("sugarplum").setup()
    vim.cmd.colorscheme("sugarplum")
  end,
}

Usage

:colorscheme sugarplum

or in Lua:

vim.cmd.colorscheme("sugarplum")

Palette

Role Color
Background #111147
Foreground #db7ddd
Accent #53b397
Selection #5ca8dc

Have Fun

About

Sugarplum is a Neovim theme derived from Ghostty Terminal Emulator with vibrant and neo-style colors

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors