Slightly different color between components #680
-
My configuration: use {
'nvim-lualine/lualine.nvim',
requires = { 'kyazdani42/nvim-web-devicons' },
config = function()
require('lualine').setup{
sections = {
lualine_y = {} -- remove scroll percentage
}
}
end
} It happens in both terminal and GUI. The system font is "Fira Code", I see some topics mention that it may caused by font, if so, is it possible to set font for LuaLine only? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Are you using termguicolors ? try setting (ex-> If that doesn't work Can you cd into your lualine installation open nvim and run the following commad ? :lua =require'tests.statusline':snapshot() What does the output say ? And no lualine can't control what font is used its handled by terminal or gui you're using. |
Beta Was this translation helpful? Give feedback.
-
Are you setting your colorscheme before calling lualine.setup ? If not try that. Can you link the doom-one colorscheme you're using ? |
Beta Was this translation helpful? Give feedback.
Are you setting your colorscheme before calling lualine.setup ? If not try that.
Can you link the doom-one colorscheme you're using ?