From ea0a79eb793dbcfacd4f7b44d95b376d6c608b33 Mon Sep 17 00:00:00 2001 From: Smitesh Patil Date: Wed, 1 Sep 2021 20:22:20 +0530 Subject: [PATCH] Fix typo in lualine theme replace mode --- lua/lualine/themes/catppuccino.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lualine/themes/catppuccino.lua b/lua/lualine/themes/catppuccino.lua index d5e982b..a86bd4d 100644 --- a/lua/lualine/themes/catppuccino.lua +++ b/lua/lualine/themes/catppuccino.lua @@ -31,8 +31,8 @@ catppuccino.visual = { } catppuccino.replace = { - a = { bg = cpt.red_bg, fg = cpt.black }, - b = { bg = cpt.fg_gutter, fg = cpt.red_bg }, + a = { bg = cpt.red_br, fg = cpt.black }, + b = { bg = cpt.fg_gutter, fg = cpt.red_br }, } catppuccino.inactive = {