Skip to content

interbattles/m3gen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 m3gen.nvim

material 3 (material you) color generation tool now in neovim!

not possible without palette.nvim
many thanks 🎉
(nearly completely inspired stolen 😼)

default config:

local config = {
  colors = {
    override = true, -- overrides generated colors with colors of choice to achieve more consistent coloring
    source_color = '#343d37', -- main color extracted to create scheme (from image, standalone, etc.)

    surface = '#0f1511', -- background
    container = '#1b211d', --objects "on top of" background
    primary = '#8fd5af', -- main color
    secondary = '#b4ccbc', -- alternate color
    tertiary = '#a4cddd', -- alternate color
  },

  source_palettes = {
    main = 'dark', -- dark, light, pastel
    accent = 'pastel', -- dark, light, pastel
    state = 'pastel', -- dark, light, pastel
  },

  italics = true,
  transparent_background = false, -- may cause some issues

  caching = true,
  cache_dir = vim.fn.stdpath('cache') .. '/m3gen',
}

About

matugen theming in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages