chore: add transparency

This commit is contained in:
Bogdan Buduroiu 2025-04-10 00:51:16 +08:00
parent f47e1eaa25
commit 8da7e81329
Signed by: bruvduroiu
GPG key ID: A8722B2334DE9499
2 changed files with 4 additions and 2 deletions

View file

@ -45,3 +45,4 @@ keybind = ctrl+shift>tab=previous_tab
keybind = ctrl+a>d=close_surface
# Terminal
keybind = global:cmd+grave_accent=toggle_quick_terminal
shell-integration = fish

View file

@ -1,12 +1,13 @@
-- This file needs to have same structure as nvconfig.lua
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua
-- Please read that file to know all available options :(
-- Please read that file to know all available options :(
---@type ChadrcConfig
local M = {}
M.base46 = {
theme = "mountain",
transparency = true,
hl_override = {
Comment = { italic = true },