From 5a89e08b92e08b68fc2018ddd0593fab819022d3 Mon Sep 17 00:00:00 2001 From: collatz124 Date: Sun, 12 Dec 2021 12:24:28 +0100 Subject: [PATCH] Implemented the hl theme for one monokai, and tweaked the base16 theme --- lua/hl_themes/onemonokai.lua | 4 ++-- lua/themes/{one-monokai.lua => one-monokai-base16.lua} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename lua/themes/{one-monokai.lua => one-monokai-base16.lua} (100%) diff --git a/lua/hl_themes/onemonokai.lua b/lua/hl_themes/onemonokai.lua index 2ff66aa..36f237f 100644 --- a/lua/hl_themes/onemonokai.lua +++ b/lua/hl_themes/onemonokai.lua @@ -1,9 +1,9 @@ local colors = { white = "#abb2bf", darker_black = "#1b1f27", - black = "#1e222a", -- nvim bg + black = "#2a2e38", -- nvim bg black2 = "#252931", - one_bg = "#282c34", -- real bg of onedark + one_bg = "#242730", -- real bg of onedark one_bg2 = "#353b45", one_bg3 = "#30343c", grey = "#42464e", diff --git a/lua/themes/one-monokai.lua b/lua/themes/one-monokai-base16.lua similarity index 100% rename from lua/themes/one-monokai.lua rename to lua/themes/one-monokai-base16.lua