From b1dcaa3ff34b0dadf2222766ff370851a85a7736 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Sat, 11 Jan 2025 05:24:00 -0500 Subject: [PATCH] 216 current 2025-01-11 05:23:49 25.05.20241217.d3c42f1 6.6.66 * --- home/programs/nvim/plugins/lualine.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index b3c027e..67421a0 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -15,11 +15,12 @@ local colors = { deepblue = '#292e42', deepcyan = '#3b4261', deepred = '#c53b53', + lightblue = ' #737aa2' } local bubbles_theme = { normal = { - a = { fg = colors.black, bg = colors.deepblue }, + a = { fg = colors.black, bg = colors.lightblue }, b = { fg = colors.white, bg = colors.grey }, c = { fg = colors.white }, },