Skip to content

Commit

Permalink
feat(config): make inactive default; add neo-tree style option
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Jul 9, 2023
1 parent 72055d1 commit dbf2d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/astrotheme/lib/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ M.default = {
terminal_colors = true,
dev = false,
style = {
inactive = false,
inactive = true,
transparent = false,
floating = true,
popup = true,
neotree = true,
italic_comments = true,
},
background = "dark",
Expand Down

0 comments on commit dbf2d9b

Please sign in to comment.