From fdb4d355071b6523bb8aebbb9db4672b5248acc3 Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Sat, 14 Aug 2021 14:39:10 +0600 Subject: [PATCH] doc: Update docs for default theme and auto --- README.md | 2 +- THEMES.md | 6 ++++-- doc/lualine.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1b624d..f1a7769 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Each sections holds it's components e.g. current vim's mode. require'lualine'.setup { options = { icons_enabled = true, - theme = 'gruvbox', + theme = 'auto', component_separators = {'', ''}, section_separators = {'', ''}, disabled_filetypes = {} diff --git a/THEMES.md b/THEMES.md index 6b9886e..8e9fcea 100644 --- a/THEMES.md +++ b/THEMES.md @@ -3,8 +3,10 @@ All available themes are only best effort ports by myself/ other users. If you find a theme to be weird/ wrong please open an issue/ pr. ### auto -if your favourite colorcheme is not yet supported you can use `auto` to make -lualine try to match your colorscheme. +auto is a special theme. It will automaticaly load theme for your colorscheme. +If there's no theme available for your colorscheme then +it'll it's best to generate one. + ### 16color
diff --git a/doc/lualine.txt b/doc/lualine.txt index 39f4a09..524dacf 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -41,7 +41,7 @@ Default config~ require'lualine'.setup { options = { icons_enabled = true, - theme = 'gruvbox', + theme = 'auto', component_separators = {'', ''}, section_separators = {'', ''}, disabled_filetypes = {}