From de5c48c6937e70dc0bab88cf29fbcbe0e52db342 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 18 Jun 2023 13:35:30 +0530 Subject: nvim: lualine: don't use catppucin color for statusline Signed-off-by: Brahmajit Das --- lua/plugins/lualine.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index e41bc8c..1a7fd1b 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -2,14 +2,14 @@ -- Author: shadmansaleh -- Credit: glepnir local lualine = require('lualine') -local C = require("catppuccin.palettes").get_palette() -local O = require("catppuccin").options +-- local C = require("catppuccin.palettes").get_palette() +-- local O = require("catppuccin").options -- Color table for highlights -- stylua: ignore local colors = { - bg = C.surface3, - fg = C.blue, + -- bg = C.surface3, + -- fg = C.blue, yellow = '#ECBE7B', cyan = '#008080', darkblue = '#081633', -- cgit v1.2.3