From d633f724ea0b3b44a63df7d3627ba5154e23abaa Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:00:22 -0600 Subject: [PATCH] feat: add bas64 themes --- lazy-lock.json | 1 + lua/plugins/themes.lua | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/lazy-lock.json b/lazy-lock.json index 25c6b26..4032ad0 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -1,6 +1,7 @@ { "FixCursorHold.nvim": { "branch": "master", "commit": "1900f89dc17c603eec29960f57c00bd9ae696495" }, "LuaSnip": { "branch": "master", "commit": "c9b9a22904c97d0eb69ccb9bab76037838326817" }, + "base46-colors": { "branch": "main", "commit": "131ca742f6e8d1eb4c938a2519a94840ba129c2f" }, "catppuccin": { "branch": "main", "commit": "f67b886d65a029f12ffa298701fb8f1efd89295d" }, "cmp-nvim-lsp": { "branch": "main", "commit": "99290b3ec1322070bcfb9e846450a46f6efa50f0" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" }, diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 4e626de..c166790 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -24,5 +24,10 @@ return { config = function() require("onedarkpro").setup() end + }, + { + "notken12/base46-colors", + lazy = false, + priority = 1000, } }