Merge pull request #348 from genebean/nvim_transparent_background

Dont set a background within Neovim
This commit is contained in:
Gene Liverman 2024-01-04 22:04:46 -05:00 committed by GitHub
commit d28f768b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ return {
priority = 1000, priority = 1000,
config = function() config = function()
require("catppuccin").setup({ require("catppuccin").setup({
transparent_background = true,
color_overrides = { color_overrides = {
frappe = { frappe = {
base = "#07042B", base = "#07042B",