chore: add transparency
This commit is contained in:
parent
f47e1eaa25
commit
8da7e81329
2 changed files with 4 additions and 2 deletions
|
@ -45,3 +45,4 @@ keybind = ctrl+shift>tab=previous_tab
|
||||||
keybind = ctrl+a>d=close_surface
|
keybind = ctrl+a>d=close_surface
|
||||||
# Terminal
|
# Terminal
|
||||||
keybind = global:cmd+grave_accent=toggle_quick_terminal
|
keybind = global:cmd+grave_accent=toggle_quick_terminal
|
||||||
|
shell-integration = fish
|
||||||
|
|
|
@ -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
|
-- 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
|
---@type ChadrcConfig
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.base46 = {
|
M.base46 = {
|
||||||
theme = "mountain",
|
theme = "mountain",
|
||||||
|
transparency = true,
|
||||||
|
|
||||||
hl_override = {
|
hl_override = {
|
||||||
Comment = { italic = true },
|
Comment = { italic = true },
|
||||||
|
|
Loading…
Add table
Reference in a new issue