Noctis high contrast The best high contrast theme for neovim, mostly based in the VS Code version. Syntax colors Noctis Noctis High Contrast Used for: #49e9a6 #66ffbf Strings #16b673 #00cc76 Interpolated Strings #5b858b #888888 Comments #16a3b6 #00b4cc Function Calls #49d6e9 #99f3ff Method Calls #49ace9 #00a0ff Code that needs to stand out #7060eb #a000ff Numbers & Booleans #df769b #ff669c Keywords & Operators #e66533 #ff7039 Function & Variable Declaration, Tags & this #d67e5c #ffc69d Object properties, ID selectors in CSS & Type annotations #d5971a #e6ac00 Attributes, Constants #e4b781 #ffb966 Variables & Parameters Supported plugins Telescope NvimTree Lualine GitSigns Installation Lazy: local plugins = { {"iagorrr/noctishc.nvim"} } local opts = {} require("lazy").setup(plugins. opts) Useful & Related Topics djanho an amazing tool to convert vscode themes to (Neo)vim themes. Noctis High contrast from vscode