A cozy colorscheme inspired by the painting "Fishing by Torchlight in Kai Province" by Katsushika Hokusai. Hokusai lived between 1760 and 1849 and likely painted this painting around 1833.
This colorscheme adopts the natural pallette of "Fishing by Torchlight in Kai Province" and thus uses a minimal amount of blue hues. This makes it friendly on the eyes, especially at night.
A few common plugins are supported including nvim-treesitter
, lualine.nvim
, nvim-tree
, etc. See lua/torchlight/groups for a more complete list.
PRs welcome to add support for more plugins.
Install using your favorite plugin manager, e.g. lazy.nvim
{
"skylarmb/torchlight.nvim",
lazy = false,
config = function()
require("torchlight").setup({
contrast = "medium", -- possible values: soft, medium, hard
})
end,
}
Three levels of contrast are available, set via the contrast
option.
no-clown-fiesta.nvim
for the overall plugin source structurekanagawa.nvim
for the Hokusai inspirationgruvbox.nvim
for the general color<->highlight mapping