Go to file
Montréal 2694d9258d Moved lualine theme to colors 2026-02-20 14:38:23 +01:00
colors Moved lualine theme to colors 2026-02-20 14:38:23 +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
}