Skip to content

Which statusline plugin in this picture? #50

Answered by maxmx03
jqhr asked this question in Q&A
Discussion options

You must be logged in to vote

Lualine

return {
  {
    'nvim-lualine/lualine.nvim',
    config = function()
      local solarized_palette = require 'solarized.palette'
      local colors = solarized_palette.get_colors()
      local foreground = colors.base2

      if vim.o.background == 'light' then
        foreground = colors.base02
      end

      local custom_theme = {
        normal = {
          a = { fg = colors.base04, bg = colors.blue },
          b = { fg = foreground, bg = colors.base1 },
          c = { fg = colors.base2, bg = colors.base04 },
        },
        insert = {
          a = { fg = colors.base04, bg = colors.green },
        },
        visual = {
          a = { fg = colors.base04, bg = colors.m…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jqhr
Comment options

Answer selected by jqhr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants