Code Monkey home page Code Monkey logo

mellow.nvim's Introduction

Mellow

A soothing dark color scheme for neovim.

Preview

Terminal (kitty)

Screenshot of mellow theme in kitty

Javascript (JSX)

Screenshot of mellow theme JS/JSX

HTML

Screenshot of mellow theme HTML

Clojure

Screenshot of mellow theme Clojure

Rust

Screenshot of mellow theme Rust

Palette

Background and foreground Grays Normal colors Bright colors

Features

  • Supports neovim versions 0.8 and above.
  • Terminal colors inside neovim.
  • Color themes for various applications and terminal emulators: extras.

Plugin Support

Requirements

  • Neovim >= 0.8.0

Installation

Install the theme with your preferred package manager:

vim-plug

Plug 'kvrohit/mellow.nvim'

packer

use 'kvrohit/mellow.nvim'

Usage

Enable the colorscheme:

-- Lua
vim.cmd [[colorscheme mellow]]
" Vim Script
colorscheme mellow

Configuration

Configuration needs to be set BEFORE loading the color scheme with colorscheme mellow

Option Default Description
mellow_italic_comments true Make comments italic
mellow_italic_keywords false Make keywords italic
mellow_italic_booleans false Make booleans italic
mellow_italic_functions false Make functions italic
mellow_italic_variables false Make variables italic
mellow_bold_comments false Make comments bold
mellow_bold_keywords false Make keywords bold
mellow_bold_booleans false Make booleans bold
mellow_bold_functions false Make functions bold
mellow_bold_variables false Make variables bold
mellow_transparent false Disable background color
-- Example config in lua

-- Configure the appearance
vim.g.mellow_italic_functions = true
vim.g.mellow_bold_functions = true

-- Load the colorscheme
vim.cmd [[colorscheme mellow]]
" Example config in vim script

" Configure the appearance
let g:mellow_italic_functions = 1
let g:mellow_bold_functions = 1

" Load the colorscheme
colorscheme mellow

Extras

Color themes for various applications and terminal emulators.

Terminals

  • alacritty - extras/alacritty/mellow.yaml
  • kitty - extras/kitty/mellow.conf
  • wezterm - extras/wezterm/colors/mellow.toml
  • iterm2 - extras/iterm2/mellow.itermcolors
  • terminator - extras/terminator/mellow.config

Helix

  • Included in helix since 22.12.

Visual Studio Code

  • Grab it from the marketplace.
  • (or) Search within VSCode extension page for "Mellow".

Eclipse

  • extras/eclipse/mellow.xml

Credits

mellow.nvim's People

Contributors

kvrohit avatar andoarbst avatar andoni0305 avatar spenserblack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.