themes: add nvim-dark and nvim-light themes

Both based on the new "Nvim branded" default color scheme in
Neovim 0.10.
This commit is contained in:
Nicolas Kolling Ribas 2024-07-09 00:59:59 -03:00
parent 85b2fb1e32
commit f066fe47f0
2 changed files with 64 additions and 0 deletions

32
themes/nvim-dark Normal file
View file

@ -0,0 +1,32 @@
# -*- conf -*-
# Neovim Dark theme
# Uses the dark color palette from the default Neovim color scheme
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L419
[cursor]
color=14161b e0e2ea # NvimDarkGrey2 NvimLightGrey2
[colors]
foreground=e0e2ea # NvimLightGrey2
background=14161b # NvimDarkGrey2
selection-foreground=e0e2ea # NvimLightGrey2
selection-background=4f5258 # NvimDarkGrey4
regular0=07080d # NvimDarkGrey1
regular1=ffc0b9 # NvimLightRed
regular2=b3f6c0 # NvimLightGreen
regular3=fce094 # NvimLightYellow
regular4=a6dbff # NvimLightBlue
regular5=ffcaff # NvimLightMagenta
regular6=8cf8f7 # NvimLightCyan
regular7=c4c6cd # NvimLightGrey3
bright0=2c2e33 # NvimDarkGrey3
bright1=ffc0b9 # NvimLightRed
bright2=b3f6c0 # NvimLightGreen
bright3=fce094 # NvimLightYellow
bright4=a6dbff # NvimLightBlue
bright5=ffcaff # NvimLightMagenta
bright6=8cf8f7 # NvimLightCyan
bright7=eef1f8 # NvimLightGrey1

32
themes/nvim-light Normal file
View file

@ -0,0 +1,32 @@
# -*- conf -*-
# Neovim Light theme
# Uses the light color palette from the default Neovim color scheme
# See: https://github.com/neovim/neovim/blob/fb6c059dc55c8d594102937be4dd70f5ff51614a/src/nvim/highlight_group.c#L334
[cursor]
color=e0e2ea 14161b # NvimLightGrey2 NvimDarkGrey2
[colors]
foreground=14161b # NvimDarkGrey2
background=e0e2ea # NvimLightGrey2
selection-foreground=14161b # NvimDarkGrey2
selection-background=9b9ea4 # NvimLightGrey4
regular0=eef1f8 # NvimLightGrey1
regular1=590008 # NvimDarkRed
regular2=005523 # NvimDarkGreen
regular3=6b5300 # NvimDarkYellow
regular4=004c73 # NvimDarkBlue
regular5=470045 # NvimDarkMagenta
regular6=007373 # NvimDarkCyan
regular7=2c2e33 # NvimDarkGrey3
bright0=c4c6cd # NvimLightGrey3
bright1=590008 # NvimDarkRed
bright2=005523 # NvimDarkGreen
bright3=6b5300 # NvimDarkYellow
bright4=004c73 # NvimDarkBlue
bright5=470045 # NvimDarkMagenta
bright6=007373 # NvimDarkCyan
bright7=07080d # NvimDarkGrey1