amedoeyes / eyes.nvim

Monochrome colorscheme for Neovim.
GNU General Public License v3.0
8 stars 2 forks source link

Help, I have an error when update eyes.nvim in Nvim IDE (lazyvim) #2

Closed itokun99 closed 2 days ago

itokun99 commented 4 days ago

Hi, I really like the monochrome theme you created, and I have been using it for almost more than two months now, which I installed in my Lazyvim setup.

However, in the past few days, after your recent update regarding the project restructure, I am unable to run it anymore.

Do you know what could be the issue? Is there any solution? I’ve added the following config for now.

Screenshot 2024-10-16 at 23 51 26
return {
  {
    "amedoeyes/eyes.nvim",
    lazy = false,
    priority = 1000,
    opts = {
      pallete = "dark",
      extend = {
        highlights = {
          StatusLine = { bg = "none" },
          StatusLineNC = { bg = "none" },
          TabLine = { bg = "none" },
          Normal = { bg = "none" },
          NormalFloat = { link = "Normal" },
        },
        palette = {
          hex00 = "#202020",
          hex01 = "#404040",
          hex02 = "#505050",
          hex03 = "#606060",
          hex04 = "#707070",
          hex05 = "#808080",
          hex06 = "#909090",
          hex07 = "#A0A0A0",
          hex08 = "#B0B0B0",
          hex09 = "#C0C0C0",
          hex10 = "#FFFFFF",
          hex11 = "#FFFFFF",
          hex12 = "#FFFFFF",
          hex13 = "#FFFFFF",
          hex14 = "#FFFFFF",
          hex15 = "#FFFFFF",
        },
      },
    },
  },
}
amedoeyes commented 4 days ago

I'm really sorry about that oversight. It should be fixed now.

itokun99 commented 2 days ago

Thanks, @amedoeyes! It’s working on my machine now. 😄