FrenzyExists / aquarium-vim

🌊 Aquarium, a simple vibrant dark theme for vim πŸ—’

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Added Lualine Support.

bakageddy opened this issue Β· comments

I have liked this theme and so, I created a lualine port.
Feel Free to change it to fit the theme.

local colors = {
    green           = '#B1DBA4',
    pink            = '#F6BBE7',
    blue            = '#B8DCEB',
    lightblue       = '#CDDBF9',
    red             = '#EBB9B9',
    lightred        = '#EAC1C1',
    yellow          = '#E6DFB8',
    eww             = '#C8CCA7',
    black           = '#1A1A24',
    black1          = '#20202A',
    black2          = '#2C2E3E',
    black3          = '#313449',
    black4          = '#3d4059',
    grey            = '#63718b',
    grey1           = '#a7b7d6',
    grey2           = '#cddbf9'
}
return {
    normal = {
        a = {bg = colors.pink, fg = colors.black4, gui = 'bold'},
        b = {bg = colors.lightblue, fg = colors.black4},
        c = {bg = colors.black4, fg = colors.grey2}
    },
    insert = {
        a = {bg = colors.blue, fg = colors.black4, gui = 'bold'},
        b = {bg = colors.green, fg = colors.black4},
        c = {bg = colors.black4, fg = colors.grey2}
    },
    visual = {
        a = {bg = colors.red, fg = colors.black4, gui = 'bold'},
        b = {bg = colors.grey, fg = colors.black4},
        c = {bg = colors.black4, fg = colors.grey2}
    },
    replace = {
        a = {bg = colors.blue, fg = colors.black4, gui = 'bold'},
        b = {bg = colors.eww, fg = colors.black4},
        c = {bg = colors.black4, fg = colors.grey2}
    },
    command = {
        a = {bg = colors.pink, fg = colors.black4, gui = 'bold'},
        b = {bg = colors.lightblue, fg = colors.black4},
        c = {bg = colors.black4, fg = colors.grey2}
    },
    inactive = {
        a = {bg = colors.black4, fg = colors.grey1, gui = 'bold'},
        b = {bg = colors.black4, fg = colors.grey1},
        c = {bg = colors.black4, fg = colors.grey1}
    }
}

:O

Awesome! If you want, feel free to do a PR πŸ‘

Btw expect lightline soon

News, lightline is now implemented

News, lightline is now implemented

Don't forget to add some screenshots!

Noted, I'll switch to lightline and show the screenshots πŸ‘