Closed marcelarie closed 6 months ago
Is it possible? I want to specify parameters for single components, for example changing the icon of the vi_mode component.
This is my config:
return { "freddiehaddad/feline.nvim", config = function(_, _opts) require("feline").setup() local lighthaus_theme = { fg = "#DCD7BA", bg = "#1F1F28", black = "#16161D", skyblue = "#16161D", cyan = "#6A9589", green = "#76946A", -- oceanblue = "#658594", oceanblue = "#1F1F28", magenta = "#D27E99", orange = "#FFA066", red = "#E82424", violet = "#957FB8", white = "#DCD7BA", yellow = "#FF9E3B", } require("feline").use_theme(lighthaus_theme) -- require("feline").winbar.setup() end, }
Closing this as it's not an issue, just a question.
See: https://github.com/freddiehaddad/feline.nvim/discussions/80
Is it possible? I want to specify parameters for single components, for example changing the icon of the vi_mode component.
This is my config: