From fe38e5804faebb740408bc74bf5e1ad8dc676fd6 Mon Sep 17 00:00:00 2001 From: Sean Ray <61510083+notseanray@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:19:15 -0400 Subject: [PATCH] Correct missing comas in palette example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8a5e669..08cc6283 100644 --- a/README.md +++ b/README.md @@ -310,8 +310,8 @@ local palettes = { github_dark = { -- Defining multiple shades is done by passing a table red = { - base = '#8e1519' - bright = '#ee0000' + base = '#8e1519', + bright = '#ee0000', }, }, github_dark_dimmed = {