From dd5f207a29e5561954b33077d7bb698c73884572 Mon Sep 17 00:00:00 2001 From: Ankush Bhagat Date: Wed, 21 Jan 2026 09:11:21 +0530 Subject: [PATCH] fix(base): fixed typo: terminal_color -> terminal_colors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 051587f..5bc6908 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ require("astrotheme").setup({ termguicolors = true, -- Bool value, toggles if termguicolors are set by AstroTheme. - terminal_color = true, -- Bool value, toggles if terminal_colors are set by AstroTheme. + terminal_colors = true, -- Bool value, toggles if terminal_colors are set by AstroTheme. plugin_default = "auto", -- Sets how all plugins will be loaded -- "auto": Uses lazy / packer enabled plugins to load highlights.