Skip to content

Commit 57783a7

Browse files
committed
fix transparency issue
1 parent c6cb057 commit 57783a7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

config/dot_config/nvchad/lua/chadrc.lua

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
local M = {}
77

88
M.ui = {
9-
theme = "catppuccin",
109
transparency = true,
1110

11+
nvdash = {
12+
load_on_startup = true
13+
},
14+
1215
statusline = {
1316
theme = "vscode",
1417
separator_style = "default",
@@ -28,14 +31,14 @@ M.ui = {
2831
extended_integrations = { "trouble", "alpha", "dap" },
2932
}
3033

31-
-- M.base46 = {
32-
-- theme = "onedark",
34+
M.base46 = {
35+
theme = "onedark",
3336

34-
-- -- hl_override = {
35-
-- -- Comment = { italic = true },
36-
-- -- ["@comment"] = { italic = true },
37-
-- -- },
38-
-- }
37+
hl_override = {
38+
Comment = { italic = true },
39+
["@comment"] = { italic = true },
40+
},
41+
}
3942

4043
-- M.nvdash = { load_on_startup = true }
4144
-- M.ui = {

0 commit comments

Comments
 (0)