summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/ben/plugins/colorscheme.lua5
-rw-r--r--lua/ben/plugins/lualine.lua2
2 files changed, 4 insertions, 3 deletions
diff --git a/lua/ben/plugins/colorscheme.lua b/lua/ben/plugins/colorscheme.lua
index 72f6b83..1640563 100644
--- a/lua/ben/plugins/colorscheme.lua
+++ b/lua/ben/plugins/colorscheme.lua
@@ -3,7 +3,7 @@ return {
{
"neanias/everforest-nvim",
version = false,
- lazy = true,
+ priority = 1000,
config = function()
require("everforest").setup({
background = "hard",
@@ -36,7 +36,8 @@ return {
-- A multi-themed plugin
{
"EdenEast/nightfox.nvim",
- priority = 1000,
+ -- priority = 1000,
+ lazy = true,
config = function()
require("nightfox").setup({
options = {
diff --git a/lua/ben/plugins/lualine.lua b/lua/ben/plugins/lualine.lua
index 16e3647..6f29613 100644
--- a/lua/ben/plugins/lualine.lua
+++ b/lua/ben/plugins/lualine.lua
@@ -5,7 +5,7 @@ return {
config = function()
require("lualine").setup({
options = {
- theme = "terafox",
+ theme = "everforest",
icons_enabled = true,
-- section_separators = { left = "", right = "" },
section_separators = { left = "▓", right = "▓" },