From 360e08bbf9d262f9b51eb44c2d131460868b38ea Mon Sep 17 00:00:00 2001 From: Tobias Sommer Date: Sat, 22 Jul 2023 12:45:54 +0200 Subject: [PATCH] fix indentation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 19479cc..443de41 100644 --- a/readme.md +++ b/readme.md @@ -102,8 +102,8 @@ require('rose-pine').setup({ CursorLine = { bg = 'foam', blend = 10 }, StatusLine = { fg = 'love', bg = 'love', blend = 10 }, - -- By default each group adds to its existing config. - -- If you only want to set what is written in this config exactly, + -- By default each group adds to the existing config. + -- If you only want to set what is written in this config exactly, -- you can set the inherit option: Search = { bg = 'gold', inherit = false }, }