use terminal colors

This commit is contained in:
Grisha Shipunov 2025-02-24 13:38:22 +01:00
parent 28fc82f37a
commit 4bfcaeb982
2 changed files with 15 additions and 6 deletions

View file

@ -4,7 +4,7 @@ vim.cmd([[set noshowmode]])
return require('lualine').setup {
options = {
icons_enabled = true,
theme = 'everforest',
theme = '16color',
section_separators = '',
component_seaparators = '',
}