gko / melange

🗡️ Warm color scheme for Neovim and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melange-logo

Features

Requirements

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

Installation

You can install Melange with any (Neo)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 warm colors and data should use cold colors.
  • No runtime configuration. If you want to modify anything, you should do it statically. See Build and develop.
  • Ayu and Gruvbox were the main inspirations.

Previews

melange-dark

melange-light

The font is IBM/plex Mono.

About

🗡️ Warm color scheme for Neovim and beyond

License:MIT License


Languages

Language:Lua 48.8%Language:Vim Script 46.8%Language:JavaScript 3.5%Language:HTML 0.6%Language:Makefile 0.3%