From 32e36cc3d013892ad6aec85924eb0077cde3549c Mon Sep 17 00:00:00 2001 From: Pau Garcia Chiner <49660697+pauchiner@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:12:57 +0100 Subject: [PATCH] fix(config): update the comment of the style --- lua/pastelnight/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pastelnight/config.lua b/lua/pastelnight/config.lua index 6d75a78..c5adb9d 100644 --- a/lua/pastelnight/config.lua +++ b/lua/pastelnight/config.lua @@ -4,7 +4,7 @@ local M = {} ---@field on_colors fun(colors: ColorScheme) ---@field on_highlights fun(highlights: Highlights, colors: ColorScheme) local defaults = { - --- The theme comes in two styles, `default` and `high-contrast`. + --- The theme comes in two styles, `default` and `highContrast`. style = 'default', --- Enable this to disable setting the background color