A mysterious pink colorscheme.
Find a file
alyxshang ce8ed88be4
All checks were successful
/ test (push) Successful in 47s
Update README.markdown
2026-06-01 13:06:17 +02:00
.forgejo/workflows Init. 2026-03-04 11:11:41 +01:00
colors Init. 2026-03-04 11:11:41 +01:00
lua Init. 2026-03-04 11:11:41 +01:00
screenshot Screenshot added. 2026-03-04 11:35:19 +01:00
tests Init. 2026-03-04 11:11:41 +01:00
.gitignore Init. 2026-03-04 11:11:41 +01:00
LICENSE Init. 2026-03-04 11:11:41 +01:00
README.markdown Update README.markdown 2026-06-01 13:06:17 +02:00

VAMP.NVIM

Vamp CI

A mysterious pink colorscheme.

ABOUT

This repository contains the Lua source code for a mysterious pink Neovim colorscheme. May this colorscheme live in your Neovim config and make you be a good boy~.

DEFINITION

vamp - noun(1) A woman who uses her charm or wiles to seduce and exploit men.

- Merriam Webster Dictionary

SCREENSHOT

SUPPORTED PLUGINS 📦

This colorscheme supports some popular Neovim plugins and a list of these plugins can be found here. The framework used for making this colorscheme, Guizhong.nvim, supports these plugins. The only plugin supported directly by this colorscheme is the Lualine plugin.

INSTALLATION

Nuwa.nvim

-- Installing Guizhong.
nuwa.installPackage(
  "https://source.alyxshang.boo",
  "alyxshang",
  "guizhong.nvim"
)

-- Installing the package.
nuwa.installPackage(
  "https://source.alyxshang.boo",
  "alyxshang",
  "vamp.nvim"
)

-- Loading the package.
require("vamp").setup({ transparent = true })

-- Setting the colorscheme.
vim.cmd.colorscheme("vamp")

CHANGELOG

Version 0.1.0

  • Initial release.
  • Upload to GitHub.

NOTE

  • Vamp.nvim by Alyx Shang.
  • Licensed under the FSL v1.