chore(nvim): transparent background

main
sudo pacman -Syu 2023-06-29 14:43:56 +07:00
parent 223ac6b028
commit 8c8b1a902d
2 changed files with 5 additions and 2 deletions

View File

@ -116,8 +116,6 @@ require("lazy").setup({
options = { options = {
icons_enabled = false, icons_enabled = false,
theme = "auto", theme = "auto",
-- theme = "iceberg",
-- theme = "catppuccin",
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },
}, },
@ -263,6 +261,10 @@ require("lazy").setup({
config = function() config = function()
require("catppuccin").setup({ require("catppuccin").setup({
flavour = "mocha", flavour = "mocha",
transparent_background = true,
integrations = {
mini = true,
},
}) })
end, end,
}, },

View File

@ -65,6 +65,7 @@ fi
# Alias # Alias
alias g="git" alias g="git"
alias moe="make" alias moe="make"
alias meo="make"
# https://zellij.dev/documentation/faq.html # https://zellij.dev/documentation/faq.html
if command -v zellij &>/dev/null; then if command -v zellij &>/dev/null; then