Go to file
Montréal 335fa4b99c Made Whitespace and SpecialKey just darker 2026-03-10 02:03:34 +01:00
colors Made Whitespace and SpecialKey just darker 2026-03-10 02:03:34 +01:00
lua/lualine/themes Removed empty init.lua from lua directory 2026-02-20 14:45:27 +01:00
.gitignore Initial commit 2026-02-20 11:24:30 +00:00
LICENSE Updated LICENSE 2026-02-20 11:25:06 +00:00
README.md README.md: added installation with lazy 2026-02-20 14:30:49 +01:00

README.md

montreal.nvim

A colorscheme for Neovim.

The settings are based on the structure from onedark.nvim (see license).

Installation with Lazy

{
    url = "https://gitea.thalassia.xyz/montreal/montreal.nvim.git",
    name = "montreal",
    lazy = false,
    priority = 1000,
    config = function()
        vim.cmd([[colorscheme montreal]])
    end
}