#Black Arch

10 messages ยท Page 1 of 1 (latest)

jovial sun
#

@supple urchin ๐Ÿ™๐Ÿฉถ

jovial sun
#

updated the black arch

kindred sierra
#

the neovim config is different from your pictures here?

#

and there is a non-minimal workspace switch animation that does not really fit the aestetic

jovial sun
#

i changed the nvim.lua according to my taste

jovial sun
# jovial sun

but if you want this nvim color
just comment out everything in neovim.lua file and paste the provided snippet

-- return {
-- {
-- "metalelf0/black-metal-theme-neovim",
-- lazy = false,
-- priority = 1000,
-- config = function()
-- require("black-metal").setup({
-- theme = "bathory", --(these are variations pick whatever you like)bathory, burzum, dark-funeral, darkthrone, emperor, gorgoroth, immortal, impaled-nazarene, khold, marduk, mayhem, nile, taake, thyrfing, venom, windir
-- variant = "nile",
-- })
-- require("black-metal").load()
-- end,
-- },
-- }

supple urchin