Browse Source

Update lualine theme

master
parent
commit
5654b71871
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/nvim/lua/config/lualine.lua

+ 1
- 1
.config/nvim/lua/config/lualine.lua View File

@ -1,7 +1,7 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'moonfly',
theme = 'catppuccin-mocha',
component_separators = { left = '', right = ''},
section_separators = { left = '', right = ''},
disabled_filetypes = {


Loading…
Cancel
Save