From ccffebfd91e5c3116c30207c469239a40564e830 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 2 May 2023 08:51:37 +0800 Subject: Update --- init.lua | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 33294bb..c368fb7 100644 --- a/init.lua +++ b/init.lua @@ -120,9 +120,8 @@ require('lazy').setup({ opts = { options = { icons_enabled = false, - theme = 'wombat', component_separators = '|', - section_separators = '', + section_separators = { left = '', right = '' }, }, }, }, @@ -240,6 +239,16 @@ vim.api.nvim_create_autocmd('TextYankPost', { }) +-- [[ Configure lualine ]] +-- Change the background of lualine_b section for normal mode +local custom_wombat = require'lualine.themes.wombat' +custom_wombat.normal.b.bg = '#a8a8a8' +custom_wombat.normal.b.fg = '#444444' +require('lualine').setup { + options = { theme = custom_wombat }, +} + + -- [[ Configure Telescope ]] -- See `:help telescope` and `:help telescope.setup()` require('telescope').setup { -- cgit v1.2.3-70-g09d2