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