Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panda.nvim

A dark Neovim colorscheme inspired by the Gogh Panda terminal palette, with neon cyan and pink accents.

Features

  • Dark background with high contrast
  • Neon cyan (#26FFD4) as primary accent
  • Pink (#FB055A) for keywords and variables
  • Blue (#5C9FFF) for functions and paths
  • Orange (#FDAA5A) for constants and numbers
  • Full support for Treesitter, LSP, and popular plugins

Palette

Color Hex Usage
Background #1D1E20 Editor background
Foreground #F0F0F0 Normal text
Cyan #26FFD4 Strings, types, primary accent
Pink #FB055A Keywords, variables, errors
Blue #5C9FFF Functions, paths, info
Orange #FDAA5A Constants, numbers, warnings

Installation

lazy.nvim

{
  "DinimixisDEMZ/panda.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    require("panda").setup()
  end,
}

Then set the colorscheme:

vim.cmd.colorscheme("panda")

Or in your LazyVim config:

{
  "LazyVim/LazyVim",
  opts = {
    colorscheme = "panda",
  },
}

packer.nvim

use "DinimixisDEMZ/panda.nvim"

vim-plug

Plug 'DinimixisDEMZ/panda.nvim'

Configuration

You can customize the colors by passing a config table:

require("panda").setup({
  colors = {
    bg = "#1D1E20",
    cyan = "#26FFD4",
    pink = "#FB055A",
    -- override any color
  },
})

Supported Plugins

  • Treesitter
  • LSP (nvim-lspconfig)
  • Telescope
  • NvimTree
  • Bufferline
  • WhichKey
  • Mini.nvim
  • GitSigns
  • Diagnostics

Credits

License

MIT

About

A dark Neovim colorscheme inspired by the Gogh Panda terminal palette, with neon cyan and pink accents.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages