jones-nvim-config/lua/config/lualine.lua

9 lines
227 B
Lua
Raw Normal View History

2024-04-07 03:14:14 +00:00
-- local base16 = require'lualine.themes.base16'
local ayu_dark = require'lualine.themes.ayu_dark'
-- Change the background of lualine_c section for normal mode
require('lualine').setup {
options = { theme = ayu_dark },
}