megalithic / megaforest

🗡️ Warm color scheme for Neovim and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melange-logo

Features

Requirements

  • A terminal or GUI with true color and font variants support (italics, bold, etc).
  • termguicolors enabled

Installation

You can install Melange with any Neovim/Vim plugin manager.

Packer:

use "savq/melange"

Paq:

"savq/melange";

Additionally, nvim-treesitter can be used to install tree-sitter parsers, and Lush.nvim can be used to extend the colorscheme (see Contributing).

Usage

Enable termguicolors and load the colorscheme.

In your init.vim:

set termguicolors
colorscheme melange

Or in your init.lua:

vim.opt.termguicolors = true
vim.cmd("colorscheme melange")

To enable the light variant, set the background (or let your terminal do it for you) before setting the colorscheme.

Design

Melange was developed with the following ideas in mind:

  • Control flow should use warmer colors and data should use colder colors.
  • No configuration. It's open source, fork it if you don't like something.
  • Ayu and Gruvbox were the main inspirations.

Previews

melange_dark_preview

melange_light_preview

The font is IBM/plex Mono Light

About

🗡️ Warm color scheme for Neovim and beyond

License:MIT License


Languages

Language:Lua 59.7%Language:Vim Script 36.4%Language:JavaScript 3.1%Language:HTML 0.5%Language:Makefile 0.2%