Sakurajima is the name of a active volcano in Kagoshima Prefecture, Japan.
Sakurajima erupts almost daily 💥
The theme of this color schema is the volcanic ash and magma of Sakurajima.
This color scheme was created using Sakurajima as a motif.
This is the background color with ash added to dark mode.
And the main color scheme is warm, reminiscent of magma.
This is entirely a matter of my preference.
If you like this color scheme, please use it.
I love Sakurajima.
{
"Daiki48/sakurajima.nvim",
lazy = false,
branch = "main",
config = function()
vim.cmd([[colorscheme sakurajima]])
end,
},
require("lualine").setup({
options = {
theme = "sakurajima"
}
})
MIT