Code Monkey home page Code Monkey logo

huez.nvim's Introduction

huez.nvim

This demo shows the persistent, registry/ensure installed and favorites features

huez_demo.mp4

Read the wiki!

If you'd like more indepth information, or confused about something, see the Huez wiki! If you're still having an problem, submit an issue!

Features

  • ๐Ÿฅฑ Uses lazy.nvim as a backend for handling registry operations.
  • ๐Ÿ”ญ Uses telescope.nvim.
  • ๐Ÿ’ฏ Huge registry with 400+ colorschemes, 80+ packages
  • ๐ŸŒ„ Preview installed colorschemes.
  • ๐Ÿ›๏ธ Preview registry colorschemes live without affecting startup times!
  • ๐Ÿ’พ Persistent colorschemes selection through Neovim sessions.
  • ๐ŸŒŸ Mark themes as favorites!
  • ๐Ÿ”Œ Automatic handling of installed colorschemes through the registry!
  • ๐Ÿ”— Customize theme configurations as per your liking!

Requires

lazy.nvim if you plan on using the management aspect. very much still a WIP

telescope.nvim

Installation

-- Lazy
{
    "vague2k/huez.nvim",
    -- if you want registry related features, uncomment this
    -- import = "huez-manager.import"
    branch = "stable",
    event = "UIEnter",
    config = function()
        require("huez").setup({})
    end,
}

Help

To get help use :h huez.txt

Configuration

Huez comes with the following defaults

{
  path = vim.fs.normalize(vim.fn.stdpath("data") --[[@as string]]) .. "/huez",
  fallback = "default",
  suppress_messages = true,
  theme_config_module = nil,
  exclude = { "desert", "evening", "industry", "koehler", "morning", "murphy", "pablo", "peachpuff", "ron", "shine", "slate", "torte", "zellner", "blue", "darkblue", "delek", "quiet", "elflord", "habamax", "lunaperche", "zaibatsu", "wildcharm", "sorbet", "vim", },
  picker = {
    themes = {
      layout = "right",
      opts = {},
    },
    favorites = {
      layout = "right",
      opts = {},
    },
    live = {
      layout = "right",
      opts = {},
    },
    ensured = {
      layout = "right",
      opts = {},
    },
  },
}

License

MIT

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.