Skip to content

nshern/neovim-default-colorscheme-extras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim default colorscheme extras

This repository contains extras of the new default colorscheme introduced in Neovim 0.10.

The palette below is extracted from the neovim source code:

Labels Hex rgb_decimal rgb_hexadecimal
NvimDarkBlue #004c63 rgb(0,76,115) RGB_(0x00, 0x4c, 0x73)
NvimDarkCyan #007373 rgb(0,115,115) RGB_(0x00,0x73,0x73)
NvimDarkGreen #005523 rgb(0,85,35) RGB_(0x00,0x55,0x23)
NvimDarkGrey1 #07080D rgb(7,8,13) RGB_(0x07,0x08,0x0d)
NvimDarkGrey2 #14161B rgb(20,22,27) RGB_(0x2c,0x2e,0x33)
NvimDarkGrey3 #2c2e33 rgb(44,46,51) RGB_(0x2c,0x2e,0x33)
NvimDarkGrey4 #4f5258 rgb(79,82,88) RGB_(0x4f,0x52,0x58)
NvimDarkMagenta #470045 rgb(71,0,69) RGB_(0x47,0x00,0x45)
NvimDarkRed #590008 rgb(89,0,8) RGB_(0x59,0x00,0x08)
NvimDarkYellow #6b5300 rgb(107,83,0) RGB_(0x6b,0x53,0x00)
NvimLightBlue #A6DBFF rgb(166,219,255) RGB_(0xa6,0xdb,0xff)
NvimLightCyan #8cf8f7 rgb(140,248,247) RGB_(0x8c,0xf8,0xf7)
NvimLightGreen #b4f6c0 rgb(179, 246, 192) RGB_(0xb3, 0xf6, 0xc0)
NvimLightGrey1 #EEF1F8 rgb(238,241,248) RGB_(0xee, 0xf1, 0xf8)
NvimLightGrey2 #E0E2EA rgb(224, 226, 234) RGB_(0xe0, 0xe2, 0xea)
NvimLightGrey3 #C4C6CD rgb(196, 198, 205) RGB_(0xc4, 0xc6, 0xcd)
NvimLightGrey4 #9b9ea4 rgb(155, 158, 164) RGB_(0x9b, 0x9e, 0xa4)
NvimLightMagenta #FFCAFF rgb(255, 202, 255) RGB_(0xff, 0xca, 0xff)
NvimLightRed #FFC0B9 rgb(255, 192, 185) RGB_(0xff, 0xc0, 0xb9)
NvimLightYellow #FCE094 rgb(252, 224, 148) RGB_(0xfc, 0xe0, 0x94)

Contribute

Feel free to make a PR and add your own ports

Acknowledgements

About

extras for the neovim default colorscheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published