Skip to content

Daiki48/sakurajima.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sakurajima.nvim

sakurajima-icon

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.

Images

For example, dashboard highlight

sakurajima-dashboard

For example, typescript coding highlight

sakurajima-typescript

For example, coc.nvim floating highlight

sakurajima-coc

For example, hop.nvim

sakurajima-hop

For example, find files in telescope.nvim

sakurajima-telescope-ff

See more...

Usage

{
    "Daiki48/sakurajima.nvim",
    lazy = false,
    branch = "main",
    config = function()
        vim.cmd([[colorscheme sakurajima]])
    end,
},

Support

require("lualine").setup({
    options = {
        theme = "sakurajima"
    }
})

Reference

my dotfiles

LISENCE

MIT