Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Minimal soothing neovim colorscheme

License

NotificationsYou must be signed in to change notification settings

sefidel/avalanche.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal soothing neovim colorscheme

Avalanche Showcase

Avalanche is a colorscheme with shades of grey and few accent colors.Its purpose is to let the developers focus on the code itself by highlighting only the necessary parts,instead of getting distracted by their fancy colorscheme.

It's mostly only shades of grey and one main accent color, other accents are only used when it's necessaryto make a difference (e.g diff files).

This colorscheme requires neovim 0.7+.

Disclaimer

As of now, the shades of grey might be hard to read/differentiate.Please do open an issue/PR if you find it hard to read.

That being said, the 'day' variant is currently unimplemented.

Usage

Configuring avalanche

require("avalanche").setup {variant="night",-- night | daytransparent=false,-- true | falsecolor_overrides= {},-- any color in colors.lua}

Applying avalanche

Vimscript:

colorscheme avalanche

Lua:

require("avalanche").apply()

Note that lua version is a wrapper aroundcolorscheme avalanche.

While this may make you think that avalanche supports Vim, it does not.Avalanche is made with lua and neovim-specific functions.

Colors

  • bg - Background
  • fg - Foreground
  • light_bg - Selection
  • coal - UI, NonText
  • graphite - UI, Rare syntax
  • ash - Main grey, UI, String, etc.
  • accent - Accent, function names, etc.
  • accent_bg - Menu selection
  • snow - Builtin functions
  • red - Errors, Diff Delete
  • red_bg - Errors, Diff Delete

Shoutouts

About

Minimal soothing neovim colorscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp