summaryrefslogtreecommitdiff
path: root/lua/plugins/lualine.lua
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-21 14:35:06 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-21 14:35:06 -0600
commit0d785cd9f3a7903c84846cee64e3c46ebb56ff64 (patch)
tree094e223f670fe9458783e3a77b0e6fcb70e70a94 /lua/plugins/lualine.lua
parentaa1efd58367066722daffdcbb198bfd8758f55b9 (diff)
add folding, change colorscheme
Diffstat (limited to 'lua/plugins/lualine.lua')
-rw-r--r--lua/plugins/lualine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua
index a0b0a92..57edf97 100644
--- a/lua/plugins/lualine.lua
+++ b/lua/plugins/lualine.lua
@@ -5,7 +5,7 @@ return {
},
opts = {
options = {
- theme = 'dracula',
+ theme = 'nord',
icons_enabled = true,
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },