mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #348 from genebean/nvim_transparent_background
Dont set a background within Neovim
This commit is contained in:
commit
d28f768b8e
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue