Skip to content

Neovim theme - Ephemeral port of Doom Emacs theme

Notifications You must be signed in to change notification settings

Haize-uwu/ephemeral.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tested install on LazyVim

colorscheme.lua

return {
  -- add theme
  {
    "Haize-uwu/ephemeral.nvim",
    lazy = false,
    priority = 1000,
    config = function()
      vim.cmd([[colorscheme ephemeral]])
    end,
  },
  -- configure LazyVim to load theme
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "ephemeral",
    },
  },
}

Consider contributing to improve the theme

TODO:

  • keyword colours are not correcly displaying across different languages image

inspired by doom-ephemeral theme

About

Neovim theme - Ephemeral port of Doom Emacs theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages