Merge pull request #20 from SmiteshP/fix-lualine-replace

Fix typo in lualine theme replace mode
dev-doc
Pocco81 3 years ago committed by GitHub
commit a21e227656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = {

Loading…
Cancel
Save