feat: add bas64 themes
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -24,5 +24,10 @@ return {
|
||||
config = function()
|
||||
require("onedarkpro").setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
"notken12/base46-colors",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user