From ea5b86b469b45f160059668b86476a5451ccd3b3 Mon Sep 17 00:00:00 2001 From: Lokesh Krishna Date: Sun, 16 Apr 2023 21:39:20 +0530 Subject: [PATCH] Update appearance.md Changes `window.colors` to `config.colors` --- docs/config/appearance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/appearance.md b/docs/config/appearance.md index df300f379..639588927 100644 --- a/docs/config/appearance.md +++ b/docs/config/appearance.md @@ -305,7 +305,7 @@ config.window_frame = { inactive_titlebar_bg = '#333333', } -window.colors = { +config.colors = { tab_bar = { -- The color of the inactive tab bar edge/divider inactive_tab_edge = '#575757',