tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
33
themes/nvim-light
Normal file
33
themes/nvim-light
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# -*- 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
|
||||
|
||||
[main]
|
||||
initial-color-theme=light
|
||||
|
||||
[colors-light]
|
||||
cursor=e0e2ea 14161b # NvimLightGrey2 NvimDarkGrey2
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue