maxmx03 / fluoromachine.nvim

Synthwave x Fluoromachine port for Neovim
MIT License
227 stars 12 forks source link

no glow effect #15

Closed Xanazf closed 11 months ago

Xanazf commented 1 year ago

installed with lazy.nvim:

vim.o.termguicolors = true
vim.cmd [[ colorscheme fluoromachine ]]

local fm = require 'fluoromachine'

fm.setup {
  glow = true,
  brightness = 0.9,
  theme = 'fluoromachine',
  transparent = 'full'
}

the theme works, all of the colors are there, everything is fine, except for the glow effect.

i'm using the fish shell within Kitty terminal

maxmx03 commented 1 year ago

Hi, it's not working because you ran the colorscheme command before fm.setup.

example:

Captura de tela de 2023-08-21 10-56-25

Captura de tela de 2023-08-21 10-56-06

Captura de tela de 2023-08-21 10-55-55