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 }, }