Skip to content

Commit a60a797

Browse files
docs: fixed typo terminal_color -> terminal_colors (#172)
1 parent 4a2af93 commit a60a797

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require("astrotheme").setup({
8484

8585
termguicolors = true, -- Bool value, toggles if termguicolors are set by AstroTheme.
8686

87-
terminal_color = true, -- Bool value, toggles if terminal_colors are set by AstroTheme.
87+
terminal_colors = true, -- Bool value, toggles if terminal_colors are set by AstroTheme.
8888

8989
plugin_default = "auto", -- Sets how all plugins will be loaded
9090
-- "auto": Uses lazy / packer enabled plugins to load highlights.

0 commit comments

Comments
 (0)