Skip to content

Commit dbf2d9b

Browse files
A-Lamiamehalter
authored andcommitted
feat(config): make inactive default; add neo-tree style option
1 parent 72055d1 commit dbf2d9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/astrotheme/lib/config.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ M.default = {
66
terminal_colors = true,
77
dev = false,
88
style = {
9-
inactive = false,
9+
inactive = true,
1010
transparent = false,
1111
floating = true,
12+
popup = true,
13+
neotree = true,
1214
italic_comments = true,
1315
},
1416
background = "dark",

0 commit comments

Comments
 (0)