paperblue.nvim is a clean and minimal light colorscheme for Neovim, written in pure Lua.
vim.pack.add({
{ src = 'https://github.com/lgick/paperblue.nvim' },
}vim.cmd[[colorscheme paperblue]]
You can access the palette in your own Lua configurations using require('paperblue').palette.
| Color Name | Hex Code | Preview |
|---|---|---|
white |
#eeeeee |
![]() |
light_grey |
#c7c7c7 |
![]() |
dark_grey |
#838383 |
![]() |
black |
#464646 |
![]() |
| Color Name | Hex Code | Preview |
|---|---|---|
cyan |
#005f87 |
![]() |
blue |
#005faf |
![]() |
teal |
#0087af |
![]() |
purple |
#8700af |
![]() |
pink |
#d70087 |
![]() |
red |
#d70000 |
![]() |
dark_red |
#af0000 |
![]() |
orange |
#d75f00 |
![]() |
green |
#008700 |
![]() |
olive |
#5f8700 |
![]() |
| Color Name | Hex Code | Preview |
|---|---|---|
off_white |
#e4e4e4 |
![]() |
ash |
#b2b2b2 |
![]() |
carbon |
#636363 |
![]() |
rust |
#af5f00 |
![]() |
emerald |
#00af5f |
![]() |
yellow |
#ffff5f |
![]() |
| Color Name | Hex Code | Preview |
|---|---|---|
light_blue |
#b3d9ff |
![]() |
light_green |
#c4f0c5 |
![]() |
light_yellow |
#fdfeb8 |
![]() |
light_orange |
#ffcc99 |
![]() |
light_red |
#ffc8c8 |
![]() |
This theme was inspired by the original papercolor-theme created by NLKNguyen. Thanks to the original author for the inspiration.
This project is licensed under the MIT License - see the LICENSE file for details.
























