From 91165b87c27d15493ea1b28fba977a28c55a0d9f Mon Sep 17 00:00:00 2001 From: siduck Date: Wed, 16 Mar 2022 21:58:47 +0530 Subject: [PATCH] add missing commas in kanagawa theme --- lua/themes/kanagawa-base16.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lua/themes/kanagawa-base16.lua b/lua/themes/kanagawa-base16.lua index 8d8ec24..9c12f5b 100644 --- a/lua/themes/kanagawa-base16.lua +++ b/lua/themes/kanagawa-base16.lua @@ -1,19 +1,19 @@ --- "Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)" +-- ",Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)", return { - base00 = "1F1F28" - base01 = "2A2A37" - base02 = "223249" - base03 = "727169" - base04 = "C8C093" - base05 = "DCD7BA" - base06 = "938AA9" - base07 = "363646" - base08 = "C34043" - base09 = "FFA066" - base0A = "DCA561" - base0B = "98BB6C" - base0C = "7FB4CA" - base0D = "7E9CD8" - base0E = "957FB8" - base0F = "D27E99" + base00 = "1F1F28", + base01 = "2A2A37", + base02 = "223249", + base03 = "727169", + base04 = "C8C093", + base05 = "DCD7BA", + base06 = "938AA9", + base07 = "363646", + base08 = "C34043", + base09 = "FFA066", + base0A = "DCA561", + base0B = "98BB6C", + base0C = "7FB4CA", + base0D = "7E9CD8", + base0E = "957FB8", + base0F = "D27E99", }