Skip to content
 
 

Latest commit

 

History

1,660 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End4HyprdotsNvimInAction.webm

end-4-hyprdots Neovim theme

This theme is forked from catppuccin/nvim with two flavours (light/dark) whose palettes are updated when switching your background (assuming you use end-4/dots-hyprland) on Hyprland.

You can refer to the documentation of catppuccin to configure this theme.

Features

  • Generates and loads a neovim theme depending on your choice of wallpaper and illogical-impulse scheme. Colors are based on end-4's terminal theme engine.
  • Hot-reload for dark/light transition only (I could not find a way to do the others in Neovim).

Prerequisites

Installation (with lazy.nvim) and usage

Install the plugin:

return {
    "Silzinc/end-4-hyprdots.nvim",
    opts = {} -- Put your catppuccin-like options here
}

Load the theme:

-- Automatic dark/light detection
vim.cmd.colorscheme("end-4-hyprdots")
-- Or, to force a specific one
vim.cmd.colorscheme("end-4-hyprdots-light")
vim.cmd.colorscheme("end-4-hyprdots-dark")

About

Catppuccin based theme with autogenerated colors for end-4/dots-hyprland

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages