Skip to content

Just a theme/colorscheme changing nvim plugin written by a newbie.

Notifications You must be signed in to change notification settings

EKQRCalamity/wardrobe.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Wardrobe.nvim

An very early stage neovim plugin for choosing and previewing themes/colorschemes. Themes/Colorschemes can be added however wanted, when using a package manager I would suggest to directly download and load them with the package manager.

Screen Preview

Installation

As it is typical, just install with your favorite package manager, example using lazy:

{
  {
    "EKQRCalamity/wardrobe.nvim",
    dependencies = {
      "maxmx03/fluoromachine.nvim",
      { "catppuccin/nvim", name="catppuccin" },
      "Yazeed1s/minimal.nvim",
      -- More themes you want to add...
  }
}

Usage

After installation just use it as follows:

init.lua

local wardrobe = require("wardrobe")
-- For the :Wardrobe command
wardrobe.window.register_commands()
-- For the <leader>th keymap
wardrobe.window.register_keymaps()
-- For loading the previously chosen theme on startup
wardrobe.window.register_theme()

Keybinds

Keybind Function In Window?
th Open the theme changer window No
q/<esc> Close all theme changer windows Yes
p Preview the theme under cursor Yes
<CR> Apply theme under cursor & close Yes

About

Just a theme/colorscheme changing nvim plugin written by a newbie.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published