default.vim 387 B

123456789101112131415161718
  1. " Neovim color file
  2. " Maintainer: The Neovim Project <https://github.com/neovim/neovim>
  3. " Last Change: 2023 Dec 01
  4. " This is the default color scheme. See `:help dev_theme`.
  5. " Remove all existing highlighting and set the defaults.
  6. hi clear
  7. " Load the syntax highlighting defaults, if it's enabled.
  8. if exists("syntax_on")
  9. syntax reset
  10. endif
  11. let colors_name = "default"
  12. " vim: sw=2