M = { options = { theme = "tokyonight", }, sections = { lualine_y = { "encoding", "fileformat", "filetype", }, lualine_x = { { require("noice").api.status.message.get_hl, cond = require("noice").api.status.message.has, }, { require("noice").api.status.command.get, cond = require("noice").api.status.command.has, color = { fg = "#ff9e64" }, }, { require("noice").api.status.search.get, cond = require("noice").api.status.search.has, color = { fg = "#ff9e64" }, }, }, }, } return M