From ae3d9cb7540010087165afb99284f9c667e7d54c Mon Sep 17 00:00:00 2001 From: derek_lee <20820343@student.curtin.edu.au> Date: Mon, 10 Oct 2022 10:09:09 +0400 Subject: [PATCH] Added some comments for referencing --- lua/base46/themes/oceanic-next.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/base46/themes/oceanic-next.lua b/lua/base46/themes/oceanic-next.lua index f5ecba3..751a49b 100644 --- a/lua/base46/themes/oceanic-next.lua +++ b/lua/base46/themes/oceanic-next.lua @@ -33,6 +33,8 @@ M.base_30 = { folder_bg = "#598cbf", -- Confirmed } +-- Base16 colors taken from: +-- https://github.com/norcalli/nvim-base16.lua/blob/master/lua/base16.lua M.base_16 = { base00 = "#1b2b34", -- Confirmed base01 = "#343d46", -- Confirmed